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.cc651 case AVRC_PDU_PLAY_ITEM: in AVRC_BldCommand()
Davrc_pars_tg.cc364 case AVRC_PDU_PLAY_ITEM: /* 0x74 */ in avrc_pars_vendor_cmd()
Davrc_bld_tg.cc1475 case AVRC_PDU_PLAY_ITEM: in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_util.cc399 CASE_RETURN_STR(AVRC_PDU_PLAY_ITEM) in dump_rc_pdu()
Dbtif_rc.cc1686 case AVRC_PDU_PLAY_ITEM: { in btif_rc_upstreams_evt()
2513 avrc_rsp.play_item.pdu = AVRC_PDU_PLAY_ITEM; in play_item_rsp()
2514 avrc_rsp.play_item.opcode = opcode_from_pdu(AVRC_PDU_PLAY_ITEM); in play_item_rsp()
4951 avrc_cmd.pdu = AVRC_PDU_PLAY_ITEM; in play_item_cmd()
/system/bt/stack/include/
Davrc_defs.h229 AVRC_PDU_PLAY_ITEM = 0x74, enumerator