Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc71 case AVRC_PDU_PLAY_ITEM: /* 0x74 */ in AVRC_IsValidAvcType()
Davrc_bld_ct.cc661 case AVRC_PDU_PLAY_ITEM: in AVRC_BldCommand()
Davrc_pars_tg.cc361 case AVRC_PDU_PLAY_ITEM: /* 0x74 */ in avrc_pars_vendor_cmd()
Davrc_bld_tg.cc1499 case AVRC_PDU_PLAY_ITEM: in AVRC_BldResponse()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc85 case AVRC_PDU_PLAY_ITEM: in free_avrc_response()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc373 CASE_RETURN_STRING(AVRC_PDU_PLAY_ITEM); in dump_rc_pdu()
Dbtif_rc.cc1833 case AVRC_PDU_PLAY_ITEM: { in btif_rc_upstreams_evt()
2658 avrc_rsp.play_item.pdu = AVRC_PDU_PLAY_ITEM; in play_item_rsp()
2659 avrc_rsp.play_item.opcode = opcode_from_pdu(AVRC_PDU_PLAY_ITEM); in play_item_rsp()
4937 avrc_cmd.pdu = AVRC_PDU_PLAY_ITEM; in play_item_cmd()
5634 case AVRC_PDU_PLAY_ITEM: in vendor_cmd_timeout_handler()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h231 AVRC_PDU_PLAY_ITEM = 0x74, enumerator
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc723 std::make_pair(AVRC_PDU_PLAY_ITEM, "AVRC_PDU_PLAY_ITEM"), in TEST_F()