Searched defs:abs_vol (Results 1 – 7 of 7) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothAvrcpControl.aidl | 32 boolean SetAbsVolumeResponse(int id, String device_address, int abs_vol, in SetAbsVolumeResponse() 36 int response_type, int abs_vol, int label); in RegisterForAbsVolumeCallbackResponse()
|
D | IBluetoothAvrcpControlCallback.aidl | 29 void OnSetAbsVolumeRequest(String device_address, int abs_vol, int label); in OnSetAbsVolumeRequest()
|
/system/bt/service/ |
D | avrcp_control.cc | 87 int32_t abs_vol, int32_t label) { in SetAbsVolumeResponse() 110 const std::string& device_address, int32_t response_type, int32_t abs_vol, in RegisterForAbsVolumeCallbackResponse() 145 uint8_t abs_vol, uint8_t label) { in CtrlSetabsvolCmdCallback()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_control_binder_server.cc | 124 int32_t id, const android::String16& device_address, int32_t abs_vol, in SetAbsVolumeResponse() 147 int32_t abs_vol, int32_t label, bool* _aidl_return) { in RegisterForAbsVolumeCallbackResponse() 192 const std::string& device_address, int32_t abs_vol, int32_t label) { in OnSetAbsVolumeRequest()
|
/system/bt/stack/avrc/ |
D | avrc_bld_tg.cc | 702 static tAVRC_STS avrc_bld_set_absolute_volume_rsp(uint8_t abs_vol, in avrc_bld_set_absolute_volume_rsp()
|
/system/bt/service/hal/ |
D | bluetooth_avrcp_interface.cc | 349 void CtrlSetabsvolCmdCallback(const RawAddress& bd_addr, uint8_t abs_vol, in CtrlSetabsvolCmdCallback()
|
/system/bt/btif/src/ |
D | btif_rc.cc | 5001 static bt_status_t set_volume_rsp(const RawAddress& bd_addr, uint8_t abs_vol, in set_volume_rsp() 5045 uint8_t abs_vol, uint8_t label) { in volume_change_notification_rsp()
|