Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpControlCallback.aidl29 void OnSetAbsVolumeRequest(String device_address, int abs_vol, int label); in OnSetAbsVolumeRequest() method
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.cc191 void BluetoothAvrcpControlBinderServer::OnSetAbsVolumeRequest( in OnSetAbsVolumeRequest() function in ipc::binder::BluetoothAvrcpControlBinderServer
196 avrcp_control_cb->OnSetAbsVolumeRequest(addr_s16, abs_vol, label); in OnSetAbsVolumeRequest()
Dbluetooth_avrcp_control_binder_server.h71 void OnSetAbsVolumeRequest(const std::string& device_address, int32_t abs_vol,
/system/bt/service/
Davrcp_control.h43 virtual void OnSetAbsVolumeRequest(const std::string& device_address,
Davrcp_control.cc149 delegate_->OnSetAbsVolumeRequest(device_address, abs_vol, label); in CtrlSetabsvolCmdCallback()