Searched refs:rsp_type (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_api.cc | 288 uint8_t rsp_type; in avrc_prep_end_frag() local 298 rsp_type = ((*p_orig_data) & AVRC_CTYPE_MASK); in avrc_prep_end_frag() 306 *p_data++ = rsp_type; in avrc_prep_end_frag()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_rc.h | 721 btrc_notification_type_t rsp_type,
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_controller.cpp | 933 jbyteArray address, jbyte rsp_type, in sendRegisterAbsVolRspNative() argument 947 rawAddress, (btrc_notification_type_t)rsp_type, (uint8_t)abs_vol, in sendRegisterAbsVolRspNative()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 5151 const RawAddress& bd_addr, btrc_notification_type_t rsp_type, in volume_change_notification_rsp() argument 5156 log::verbose("rsp_type: {} abs_vol: {}", rsp_type, abs_vol); in volume_change_notification_rsp() 5173 (rsp_type == BTRC_NOTIFICATION_TYPE_INTERIM) in volume_change_notification_rsp()
|