Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/avrc/
H A Davrc_api.cc264 uint8_t rsp_type; in avrc_prep_end_frag() local
274 rsp_type = ((*p_orig_data) & AVRC_CTYPE_MASK); in avrc_prep_end_frag()
282 *p_data++ = rsp_type; in avrc_prep_end_frag()
/aosp12/system/bt/include/hardware/
H A Dbt_rc.h720 btrc_notification_type_t rsp_type,
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_controller.cpp1067 jbyteArray address, jbyte rsp_type, in sendRegisterAbsVolRspNative() argument
1081 rawAddress, (btrc_notification_type_t)rsp_type, (uint8_t)abs_vol, in sendRegisterAbsVolRspNative()
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc5184 const RawAddress& bd_addr, btrc_notification_type_t rsp_type, in volume_change_notification_rsp() argument
5189 BTIF_TRACE_DEBUG("%s: rsp_type: %d abs_vol: %d", __func__, rsp_type, abs_vol); in volume_change_notification_rsp()
5207 (rsp_type == BTRC_NOTIFICATION_TYPE_INTERIM) in volume_change_notification_rsp()