/system/bt/service/ |
D | avrcp_control.h | 44 int32_t abs_vol, int32_t label) = 0; 74 bool SetAbsVolumeResponse(const std::string& device_address, int32_t abs_vol, 80 int32_t abs_vol, int32_t label); 92 void CtrlSetabsvolCmdCallback(const RawAddress& bd_addr, uint8_t abs_vol,
|
D | avrcp_control.cc | 87 int32_t abs_vol, int32_t label) { in SetAbsVolumeResponse() argument 99 ->set_volume_rsp(addr, abs_vol, label); in SetAbsVolumeResponse() 110 const std::string& device_address, int32_t response_type, int32_t abs_vol, in RegisterForAbsVolumeCallbackResponse() argument 125 abs_vol, label); in RegisterForAbsVolumeCallbackResponse() 145 uint8_t abs_vol, uint8_t label) { in CtrlSetabsvolCmdCallback() argument 149 delegate_->OnSetAbsVolumeRequest(device_address, abs_vol, 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() argument 135 abs_vol, label)) { in SetAbsVolumeResponse() 147 int32_t abs_vol, int32_t label, bool* _aidl_return) { in RegisterForAbsVolumeCallbackResponse() argument 157 String8(device_address).string(), response_type, abs_vol, label)) { in RegisterForAbsVolumeCallbackResponse() 192 const std::string& device_address, int32_t abs_vol, int32_t label) { in OnSetAbsVolumeRequest() argument 194 auto func = [&addr_s16, abs_vol, label](IInterface* cb) { in OnSetAbsVolumeRequest() 196 avrcp_control_cb->OnSetAbsVolumeRequest(addr_s16, abs_vol, label); in OnSetAbsVolumeRequest()
|
D | bluetooth_avrcp_control_binder_server.h | 58 int32_t id, const android::String16& device_address, int32_t abs_vol, 62 int32_t response_type, int32_t abs_vol, int32_t label, 71 void OnSetAbsVolumeRequest(const std::string& device_address, int32_t abs_vol,
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothAvrcpControl.aidl | 32 boolean SetAbsVolumeResponse(int id, String device_address, int abs_vol, in SetAbsVolumeResponse() argument 36 int response_type, int abs_vol, int label); in RegisterForAbsVolumeCallbackResponse() argument
|
D | IBluetoothAvrcpControlCallback.aidl | 29 void OnSetAbsVolumeRequest(String device_address, int abs_vol, int label); in OnSetAbsVolumeRequest() argument
|
/system/bt/include/hardware/ |
D | bt_rc.h | 579 uint8_t abs_vol, 715 bt_status_t (*set_volume_rsp)(const RawAddress& bd_addr, uint8_t abs_vol, 721 uint8_t abs_vol, uint8_t label);
|
/system/bt/service/hal/ |
D | bluetooth_avrcp_interface.h | 109 uint8_t abs_vol, uint8_t label);
|
D | bluetooth_avrcp_interface.cc | 349 void CtrlSetabsvolCmdCallback(const RawAddress& bd_addr, uint8_t abs_vol, in CtrlSetabsvolCmdCallback() argument 355 observer.CtrlSetabsvolCmdCallback(bd_addr, abs_vol, label); in CtrlSetabsvolCmdCallback()
|
/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() argument 710 UINT8_TO_BE_STREAM(p_data, abs_vol); in avrc_bld_set_absolute_volume_rsp()
|
/system/bt/btif/src/ |
D | btif_rc.cc | 5135 static bt_status_t set_volume_rsp(const RawAddress& bd_addr, uint8_t abs_vol, in set_volume_rsp() argument 5144 BTIF_TRACE_DEBUG("%s: abs_vol: %d", __func__, abs_vol); in set_volume_rsp() 5149 avrc_rsp.volume.volume = abs_vol; in set_volume_rsp() 5179 uint8_t abs_vol, uint8_t label) { in volume_change_notification_rsp() argument 5183 BTIF_TRACE_DEBUG("%s: rsp_type: %d abs_vol: %d", __func__, rsp_type, abs_vol); in volume_change_notification_rsp() 5192 avrc_rsp.reg_notif.param.volume = abs_vol; in volume_change_notification_rsp()
|