OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_attrs
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_bld_tg.c
307
if (!p_rsp->
p_attrs
)
332
if (len_left < (p_rsp->
p_attrs
[xx].str_len + 4))
335
xx, p_rsp->
p_attrs
[xx].str_len, len_left);
340
if ( !p_rsp->
p_attrs
[xx].str_len || !p_rsp->
p_attrs
[xx].p_str )
345
UINT8_TO_BE_STREAM(p_data, p_rsp->
p_attrs
[xx].attr_id);
346
UINT16_TO_BE_STREAM(p_data, p_rsp->
p_attrs
[xx].charset_id);
347
UINT8_TO_BE_STREAM(p_data, p_rsp->
p_attrs
[xx].str_len);
348
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/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:__anon5927
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:__anon5948
avrc_defs.h
1250
tAVRC_APP_SETTING_TEXT *
p_attrs
;
member in struct:__anon5994
1260
tAVRC_ATTR_ENTRY *
p_attrs
;
member in struct:__anon5995
[
all
...]
/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/btif/src/
btif_rc.c
[
all
...]
/external/bluetooth/bluedroid/bta/av/
bta_av_act.c
[
all
...]
bta_av_aact.c
[
all
...]
Completed in 206 milliseconds