Searched refs:rsp_type (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/stack/avrc/ |
H A D | avrc_api.cc | 264 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 D | bt_rc.h | 720 btrc_notification_type_t rsp_type,
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_avrcp_controller.cpp | 1067 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 D | btif_rc.cc | 5184 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()
|