Home
last modified time | relevance | path

Searched refs:AVRC_PDU_PLAY_ITEM (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/avrc/
Davrc_utils.cc65 case AVRC_PDU_PLAY_ITEM: /* 0x74 */ in AVRC_IsValidAvcType()
Davrc_bld_ct.cc634 case AVRC_PDU_PLAY_ITEM: in AVRC_BldCommand()
Davrc_pars_tg.cc341 case AVRC_PDU_PLAY_ITEM: /* 0x74 */ in avrc_pars_vendor_cmd()
Davrc_bld_tg.cc1476 case AVRC_PDU_PLAY_ITEM: in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_util.cc408 CASE_RETURN_STR(AVRC_PDU_PLAY_ITEM) in dump_rc_pdu()
Dbtif_rc.cc1611 case AVRC_PDU_PLAY_ITEM: { in btif_rc_upstreams_evt()
2443 avrc_rsp.play_item.pdu = AVRC_PDU_PLAY_ITEM; in play_item_rsp()
2444 avrc_rsp.play_item.opcode = opcode_from_pdu(AVRC_PDU_PLAY_ITEM); in play_item_rsp()
4839 avrc_cmd.pdu = AVRC_PDU_PLAY_ITEM; in play_item_cmd()
/system/bt/stack/include/
Davrc_defs.h228 #define AVRC_PDU_PLAY_ITEM 0x74 macro