Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_utils.cc42 case AVRC_PDU_LIST_PLAYER_APP_VALUES: /* 0x12 */ in AVRC_IsValidAvcType()
Davrc_bld_ct.cc610 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in AVRC_BldCommand()
Davrc_pars_tg.cc146 case AVRC_PDU_LIST_PLAYER_APP_VALUES: /* 0x12 */ in avrc_pars_vendor_cmd()
Davrc_pars_ct.cc594 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1419 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_util.cc389 CASE_RETURN_STR(AVRC_PDU_LIST_PLAYER_APP_VALUES) in dump_rc_pdu()
Dbtif_rc.cc1429 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in btif_rc_upstreams_evt()
2825 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in btif_rc_status_cmd_timeout_handler()
4235 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in handle_avk_rc_metamsg_rsp()
4465 avrc_cmd.list_app_values.pdu = AVRC_PDU_LIST_PLAYER_APP_VALUES; in list_player_app_setting_value_cmd()
/system/bt/stack/include/
Davrc_defs.h209 #define AVRC_PDU_LIST_PLAYER_APP_VALUES 0x12 macro