OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subunit_type
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_opt.c
67
*p_data++ = (p_msg->hdr.
subunit_type
<< AVRC_SUBTYPE_SHIFT) | p_msg->hdr.subunit_id;
avrc_api.c
515
msg.hdr.
subunit_type
= (p_data[1] & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
531
/* check & set the offset. set response code, set
subunit_type
& subunit_id,
561
/* check & set the offset. set response code, set (
subunit_type
& subunit_id),
582
msg.sub.
subunit_type
[xx] = *p_data++ >> AVRC_SUBTYPE_SHIFT;
583
if (msg.sub.
subunit_type
[xx] == AVRC_SUB_PANEL)
[
all
...]
/external/bluetooth/bluedroid/bta/av/
bta_av_api.c
417
p_buf->msg.hdr.
subunit_type
= AVRC_SUB_PANEL;
456
p_buf->msg.hdr.
subunit_type
= AVRC_SUB_PANEL;
bta_av_act.c
769
if (p_vendor->hdr.
subunit_type
!= AVRC_SUB_PANEL)
[
all
...]
/external/bluetooth/bluedroid/stack/include/
avrc_defs.h
760
UINT8
subunit_type
; \/* Subunit type. *\/
member in struct:__anon3154
780
UINT8
subunit_type
[AVRC_SUB_TYPE_LEN];
member in struct:__anon3156
[
all
...]
Completed in 1356 milliseconds