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

  /system/bt/stack/avrc/
avrc_pars_ct.c 286 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].attr_id, p);
287 BE_STREAM_TO_UINT16(p_result->get_app_attr_txt.p_attrs[xx].charset_id, p);
288 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].str_len, p);
289 if (p_result->get_app_attr_txt.p_attrs[xx].str_len != 0)
291 UINT8 *p_str = (UINT8 *)osi_malloc(p_result->get_app_attr_txt.p_attrs[xx].str_len);
292 BE_STREAM_TO_ARRAY(p, p_str, p_result->get_app_attr_txt.p_attrs[xx].str_len);
293 p_result->get_app_attr_txt.p_attrs[xx].p_str = p_str;
295 p_result->get_app_attr_txt.p_attrs[xx].p_str = NULL;
317 BE_STREAM_TO_UINT8(p_result->get_app_val_txt.p_attrs[i].attr_id, p);
318 BE_STREAM_TO_UINT16(p_result->get_app_val_txt.p_attrs[i].charset_id, p)
348 tAVRC_ATTR_ENTRY *p_attrs = local
    [all...]
avrc_bld_tg.c 307 if (!p_rsp->p_attrs)
337 if (len_left < (p_rsp->p_attrs[xx].str_len + 4))
340 __func__, xx, p_rsp->p_attrs[xx].str_len, len_left);
345 if ( !p_rsp->p_attrs[xx].str_len || !p_rsp->p_attrs[xx].p_str )
350 UINT8_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].attr_id);
351 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].charset_id);
352 UINT8_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].str_len);
353 ARRAY_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].p_str, p_rsp->p_attrs[xx].str_len)
    [all...]
avrc_sdp.c 136 if(p_db->p_attrs == NULL || p_db->num_attr == 0)
138 p_db->p_attrs = a2d_attr_list;
143 p_db->p_attrs);
  /hardware/libhardware/include/hardware/
bt_rc.h 168 ** num_attr: specifies the number of attribute ids contained in p_attrs
170 typedef void (* btrc_get_player_app_value_callback) (uint8_t num_attr, btrc_player_attr_t *p_attrs);
173 ** num_attr: specifies the number of attribute ids contained in p_attrs
175 typedef void (* btrc_get_player_app_attrs_text_callback) (uint8_t num_attr, btrc_player_attr_t *p_attrs);
186 ** num_attr: specifies the number of attributes requested in p_attrs
188 typedef void (* btrc_get_element_attr_callback) (uint8_t num_attr, btrc_media_attr_t *p_attrs);
240 ** num_attr: Specifies the number of attributes contained in the pointer p_attrs
242 bt_status_t (*list_player_app_attr_rsp)( int num_attr, btrc_player_attr_t *p_attrs);
253 ** num_attr: Specifies the number of attributes' text contained in the pointer p_attrs
255 bt_status_t (*get_player_app_attr_text_rsp)( int num_attr, btrc_player_setting_text_t *p_attrs);
    [all...]
  /system/bt/stack/include/
a2d_api.h 104 UINT16 num_attr;/* The number of attributes in p_attrs */
105 UINT16 *p_attrs; /* The attributes filter. If NULL, A2DP API sets the attribute filter member in struct:__anon74047
avrc_api.h 134 UINT16 num_attr;/* The number of attributes in p_attrs */
135 UINT16 *p_attrs; /* The attributes filter. If NULL, AVRCP API sets the attribute filter member in struct:__anon74068
avrc_defs.h 1249 tAVRC_APP_SETTING_TEXT *p_attrs; member in struct:__anon74114
1259 tAVRC_ATTR_ENTRY *p_attrs; member in struct:__anon74115
    [all...]
  /system/bt/stack/a2dp/
a2d_api.c 295 if(p_db->p_attrs == NULL || p_db->num_attr == 0)
297 p_db->p_attrs = a2d_attr_list;
305 p_db->p_attrs);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 94 static void btavrcp_get_element_attr_callback(uint8_t num_attr, btrc_media_attr_t *p_attrs) {
109 sCallbackEnv->SetIntArrayRegion(attrs, 0, num_attr, (jint *)p_attrs);
com_android_bluetooth_avrcp_controller.cpp 312 btrc_element_attr_val_t *p_attrs) {
355 str = sCallbackEnv->NewStringUTF((char*)(p_attrs[i].text));
364 sCallbackEnv->SetIntArrayRegion(attribIds, i, 1, (jint*)&(p_attrs[i].attr_id));
  /system/bt/btif/src/
btif_rc.c     [all...]
  /system/bt/bta/av/
bta_av_act.c     [all...]
bta_av_aact.c     [all...]

Completed in 68 milliseconds