Searched refs:response_type (Results 1 – 5 of 5) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothAvrcpControl.aidl | 36 int response_type, int abs_vol, int label); in RegisterForAbsVolumeCallbackResponse() argument
|
/system/bt/service/ |
D | avrcp_control.cc | 110 const std::string& device_address, int32_t response_type, int32_t abs_vol, in RegisterForAbsVolumeCallbackResponse() argument 124 addr, static_cast<btrc_notification_type_t>(response_type), in RegisterForAbsVolumeCallbackResponse()
|
D | avrcp_control.h | 79 int32_t response_type,
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_control_binder_server.cc | 146 int32_t id, const android::String16& device_address, int32_t response_type, in RegisterForAbsVolumeCallbackResponse() argument 157 String8(device_address).string(), response_type, abs_vol, label)) { in RegisterForAbsVolumeCallbackResponse()
|
D | bluetooth_avrcp_control_binder_server.h | 62 int32_t response_type, int32_t abs_vol, int32_t label,
|