OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVRC_OP_PASS_THRU
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c
194
** Returns AVRC_OP_VENDOR,
AVRC_OP_PASS_THRU
or AVRC_OP_BROWSE
205
opcode =
AVRC_OP_PASS_THRU
;
222
** Returns AVRC_OP_VENDOR,
AVRC_OP_PASS_THRU
or AVRC_OP_BROWSE
231
case
AVRC_OP_PASS_THRU
:
avrc_api.c
636
case
AVRC_OP_PASS_THRU
:
751
*p_data++ =
AVRC_OP_PASS_THRU
;
881
** p_pkt->event is AVRC_OP_VENDOR,
AVRC_OP_PASS_THRU
or AVRC_OP_BROWS
[
all
...]
avrc_pars_tg.c
285
case
AVRC_OP_PASS_THRU
: /* 0x7C panel subunit opcode */
avrc_bld_tg.c
743
case
AVRC_OP_PASS_THRU
:
767
if (opcode !=
AVRC_OP_PASS_THRU
)
/external/bluetooth/bluedroid/btif/src/
btif_rc.c
631
remote_cmd.hdr.opcode =
AVRC_OP_PASS_THRU
;
793
opcode =
AVRC_OP_PASS_THRU
;
[
all
...]
/external/bluetooth/bluedroid/bta/av/
bta_av_act.c
264
else if (opcode ==
AVRC_OP_PASS_THRU
&& p_msg->pass.p_pass_data != NULL)
870
if (p_data->rc_msg.opcode ==
AVRC_OP_PASS_THRU
)
[
all
...]
/external/bluetooth/bluedroid/stack/include/
avrc_defs.h
98
#define
AVRC_OP_PASS_THRU
0x7C /* panel subunit opcode */
[
all
...]
Completed in 32 milliseconds