Home
last modified time | relevance | path

Searched refs:SetAbsVolumeResponse (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpControl.aidl32 boolean SetAbsVolumeResponse(int id, String device_address, int abs_vol, in SetAbsVolumeResponse() method
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.cc123 android::binder::Status BluetoothAvrcpControlBinderServer::SetAbsVolumeResponse( in SetAbsVolumeResponse() function in ipc::binder::BluetoothAvrcpControlBinderServer
134 if (!avrcp_control->SetAbsVolumeResponse(String8(device_address).string(), in SetAbsVolumeResponse()
Dbluetooth_avrcp_control_binder_server.h57 android::binder::Status SetAbsVolumeResponse(
/system/bt/service/
Davrcp_control.h74 bool SetAbsVolumeResponse(const std::string& device_address, int32_t abs_vol,
Davrcp_control.cc86 bool AvrcpControl::SetAbsVolumeResponse(const std::string& device_address, in SetAbsVolumeResponse() function in bluetooth::AvrcpControl