Home
last modified time | relevance | path

Searched refs:AVRC_IsValidAvcType (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/avrc/
H A Davrc_utils.cc34 bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type) { in AVRC_IsValidAvcType() function
H A Davrc_pars_tg.cc50 if (!AVRC_IsValidAvcType(p_result->pdu, p_msg->hdr.ctype)) { in avrc_ctrl_pars_vendor_cmd()
125 if (!AVRC_IsValidAvcType(p_result->pdu, p_msg->hdr.ctype)) { in avrc_pars_vendor_cmd()
/aosp12/system/bt/stack/include/
H A Davrc_api.h757 extern bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type);
/aosp12/system/bt/bta/av/
H A Dbta_av_act.cc782 } else if (!AVRC_IsValidAvcType(pdu, p_vendor->hdr.ctype)) { in bta_av_proc_meta_cmd()