Home
last modified time | relevance | path

Searched refs:AVRC_PDU_GET_PLAY_STATUS (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc53 case AVRC_PDU_GET_PLAY_STATUS: /* 0x30 */ in AVRC_IsValidAvcType()
Davrc_bld_ct.cc666 case AVRC_PDU_GET_PLAY_STATUS: in AVRC_BldCommand()
Davrc_pars_tg.cc313 case AVRC_PDU_GET_PLAY_STATUS: /* 0x30 */ in avrc_pars_vendor_cmd()
Davrc_pars_ct.cc805 case AVRC_PDU_GET_PLAY_STATUS: in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1479 case AVRC_PDU_GET_PLAY_STATUS: in AVRC_BldResponse()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc70 case AVRC_PDU_GET_PLAY_STATUS: in free_avrc_response()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc362 CASE_RETURN_STRING(AVRC_PDU_GET_PLAY_STATUS); in dump_rc_pdu()
Dbtif_rc.cc1655 case AVRC_PDU_GET_PLAY_STATUS: { in btif_rc_upstreams_evt()
2013 avrc_rsp.get_play_status.pdu = AVRC_PDU_GET_PLAY_STATUS; in get_play_status_rsp()
2014 avrc_rsp.get_play_status.opcode = opcode_from_pdu(AVRC_PDU_GET_PLAY_STATUS); in get_play_status_rsp()
4381 case AVRC_PDU_GET_PLAY_STATUS: in handle_avk_rc_metamsg_rsp()
4447 AVRC_PDU_GET_PLAY_STATUS == avrc_cmd.pdu || in handle_avk_rc_metamsg_cmd()
5095 avrc_cmd.get_play_status.pdu = AVRC_PDU_GET_PLAY_STATUS; in get_play_status_cmd()
5624 case AVRC_PDU_GET_PLAY_STATUS: in vendor_cmd_timeout_handler()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h220 AVRC_PDU_GET_PLAY_STATUS = 0x30, enumerator
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc705 std::make_pair(AVRC_PDU_GET_PLAY_STATUS, "AVRC_PDU_GET_PLAY_STATUS"), in TEST_F()