Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc50 case AVRC_PDU_LIST_PLAYER_APP_VALUES: /* 0x12 */ in AVRC_IsValidAvcType()
Davrc_bld_ct.cc627 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in AVRC_BldCommand()
Davrc_pars_tg.cc175 case AVRC_PDU_LIST_PLAYER_APP_VALUES: /* 0x12 */ in avrc_pars_vendor_cmd()
Davrc_pars_ct.cc641 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1404 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in AVRC_BldResponse()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc33 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in free_avrc_response()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc354 CASE_RETURN_STRING(AVRC_PDU_LIST_PLAYER_APP_VALUES); in dump_rc_pdu()
Dbtif_rc.cc2444 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in handle_avk_rc_metamsg_rsp()
2645 avrc_cmd.list_app_values.pdu = AVRC_PDU_LIST_PLAYER_APP_VALUES; in list_player_app_setting_value_cmd()
3597 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in vendor_cmd_timeout_handler()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h211 AVRC_PDU_LIST_PLAYER_APP_VALUES = 0x12, enumerator
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc594 std::make_pair(AVRC_PDU_LIST_PLAYER_APP_VALUES, "AVRC_PDU_LIST_PLAYER_APP_VALUES"), in TEST_F()