OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avrc_is_valid_player_attrib_value
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_int.h
148
extern BOOLEAN
avrc_is_valid_player_attrib_value
(UINT8 attrib, UINT8 value);
avrc_utils.c
84
** Function
avrc_is_valid_player_attrib_value
91
BOOLEAN
avrc_is_valid_player_attrib_value
(UINT8 attrib, UINT8 value)
function
123
"
avrc_is_valid_player_attrib_value
() found not matching attrib(x%x)-value(x%x) pair!",
avrc_pars_tg.c
130
if (!
avrc_is_valid_player_attrib_value
(p_app_set[xx].attr_id, p_app_set[xx].attr_val))
166
if (!
avrc_is_valid_player_attrib_value
(p_result->get_app_val_txt.attr_id,
avrc_bld_tg.c
252
if (
avrc_is_valid_player_attrib_value
(p_rsp->p_vals[xx].attr_id, p_rsp->p_vals[xx].attr_val))
613
if (
avrc_is_valid_player_attrib_value
(p_rsp->param.player_setting.attr_id[xx],
Completed in 38 milliseconds