HomeSort by relevance Sort by last modified time
    Searched refs:get_app_val_txt (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 152 BE_STREAM_TO_UINT8 (p_result->get_app_val_txt.attr_id, p);
153 if (!AVRC_IS_VALID_ATTRIBUTE(p_result->get_app_val_txt.attr_id))
157 BE_STREAM_TO_UINT8 (p_result->get_app_val_txt.num_val, p);
158 if ( (len - 2/* attr_id & num_val */) != p_result->get_app_val_txt.num_val)
162 p_u8 = p_result->get_app_val_txt.vals;
163 for (xx=0; xx< p_result->get_app_val_txt.num_val; xx++)
166 if (!avrc_is_valid_player_attrib_value(p_result->get_app_val_txt.attr_id,
avrc_bld_tg.c 861 status = avrc_bld_get_app_setting_value_text_rsp(&p_rsp->get_app_val_txt, p_pkt);
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 1184 tAVRC_GET_APP_VAL_TXT_CMD get_app_val_txt; \/* GetAppValueTxt *\/ member in union:__anon3195
1398 tAVRC_GET_APP_ATTR_TXT_RSP get_app_val_txt; \/* GetAppValueTxt *\/ member in union:__anon3214
    [all...]

Completed in 2258 milliseconds