/hardware/libhardware/include/hardware/ |
bt_rc.h | 138 ** num_attr: specifies the number of attribute ids contained in p_attrs 140 typedef void (* btrc_get_player_app_value_callback) (uint8_t num_attr, btrc_player_attr_t *p_attrs); 143 ** num_attr: specifies the number of attribute ids contained in p_attrs 145 typedef void (* btrc_get_player_app_attrs_text_callback) (uint8_t num_attr, btrc_player_attr_t *p_attrs); 156 ** num_attr: specifies the number of attributes requested in p_attrs 158 typedef void (* btrc_get_element_attr_callback) (uint8_t num_attr, btrc_media_attr_t *p_attrs); 210 ** num_attr: Specifies the number of attributes contained in the pointer p_attrs 212 bt_status_t (*list_player_app_attr_rsp)( int num_attr, btrc_player_attr_t *p_attrs); 223 ** num_attr: Specifies the number of attributes' text contained in the pointer p_attrs 225 bt_status_t (*get_player_app_attr_text_rsp)( int num_attr, btrc_player_setting_text_t *p_attrs); [all...] |
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_bld_tg.c | 303 if (!p_rsp->p_attrs) 328 if (len_left < (p_rsp->p_attrs[xx].str_len + 4)) 331 xx, p_rsp->p_attrs[xx].str_len, len_left); 336 if ( !p_rsp->p_attrs[xx].str_len || !p_rsp->p_attrs[xx].p_str ) 341 UINT8_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].attr_id); 342 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].charset_id); 343 UINT8_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].str_len); 344 ARRAY_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].p_str, p_rsp->p_attrs[xx].str_len) [all...] |
avrc_sdp.c | 158 if(p_db->p_attrs == NULL || p_db->num_attr == 0) 160 p_db->p_attrs = a2d_attr_list; 165 p_db->p_attrs);
|
/external/bluetooth/bluedroid/stack/a2dp/ |
a2d_api.c | 293 if(p_db->p_attrs == NULL || p_db->num_attr == 0) 295 p_db->p_attrs = a2d_attr_list; 300 p_db->p_attrs);
|
/external/bluetooth/bluedroid/stack/include/ |
a2d_api.h | 104 UINT16 num_attr;/* The number of attributes in p_attrs */ 106 UINT16 *p_attrs; /* The attributes filter. If NULL, A2DP API sets the attribute filter member in struct:__anon867
|
avrc_api.h | 125 UINT16 num_attr;/* The number of attributes in p_attrs */ 126 UINT16 *p_attrs; /* The attributes filter. If NULL, AVRCP API sets the attribute filter member in struct:__anon888
|
avrc_defs.h | 1252 tAVRC_APP_SETTING_TEXT *p_attrs; member in struct:__anon934 1262 tAVRC_ATTR_ENTRY *p_attrs; member in struct:__anon935 [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_avrcp.cpp | 84 static void btavrcp_get_element_attr_callback(uint8_t num_attr, btrc_media_attr_t *p_attrs) { 99 sCallbackEnv->SetIntArrayRegion(attrs, 0, num_attr, (jint *)p_attrs);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_rc.c | [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_aact.c | [all...] |
bta_av_act.c | [all...] |