HomeSort by relevance Sort by last modified time
    Searched defs:p_attrs (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/include/
a2dp_api.h 57 uint16_t num_attr; /* The number of attributes in p_attrs */
58 uint16_t* p_attrs; /* The attributes filter. If NULL, A2DP API sets the member in struct:__anon106250
avrc_api.h 149 uint16_t num_attr; /* The number of attributes in p_attrs */
150 uint16_t* p_attrs; /* The attributes filter. If NULL, AVRCP API sets the member in struct:__anon106273
avrc_defs.h 1369 tAVRC_APP_SETTING_TEXT* p_attrs; member in struct:__anon106321
1471 tAVRC_ATTR_ENTRY* p_attrs; member in struct:__anon106331
    [all...]
  /system/bt/stack/avrc/
avrc_pars_ct.cc 512 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].attr_id, p);
513 BE_STREAM_TO_UINT16(p_result->get_app_attr_txt.p_attrs[xx].charset_id,
515 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].str_len, p);
516 if (p_result->get_app_attr_txt.p_attrs[xx].str_len != 0) {
518 p_result->get_app_attr_txt.p_attrs[xx].str_len);
520 p_result->get_app_attr_txt.p_attrs[xx].str_len);
521 p_result->get_app_attr_txt.p_attrs[xx].p_str = p_str;
523 p_result->get_app_attr_txt.p_attrs[xx].p_str = NULL;
544 BE_STREAM_TO_UINT8(p_result->get_app_val_txt.p_attrs[i].attr_id, p);
545 BE_STREAM_TO_UINT16(p_result->get_app_val_txt.p_attrs[i].charset_id, p)
573 tAVRC_ATTR_ENTRY* p_attrs = local
    [all...]
  /hardware/libhardware/include/hardware/
bt_rc.h 271 btrc_element_attr_val_t* p_attrs; member in struct:__anon41158
304 ** num_attr: specifies the number of attribute ids contained in p_attrs
307 btrc_player_attr_t *p_attrs, bt_bdaddr_t *bd_addr);
310 ** num_attr: specifies the number of attribute ids contained in p_attrs
313 btrc_player_attr_t *p_attrs, bt_bdaddr_t *bd_addr);
326 ** num_attr: specifies the number of attributes requested in p_attrs
328 typedef void (* btrc_get_element_attr_callback) (uint8_t num_attr, btrc_media_attr_t *p_attrs,
363 ** num_attr: specifies the number of attributes requested in p_attrs
366 uint8_t num_attr, btrc_media_attr_t *p_attrs, bt_bdaddr_t *bd_addr);
429 ** num_attr: Specifies the number of attributes contained in the pointer p_attrs
    [all...]

Completed in 115 milliseconds