Home
last modified time | relevance | path

Searched defs:abs_vol (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpControl.aidl32 boolean SetAbsVolumeResponse(int id, String device_address, int abs_vol, in SetAbsVolumeResponse()
36 int response_type, int abs_vol, int label); in RegisterForAbsVolumeCallbackResponse()
DIBluetoothAvrcpControlCallback.aidl29 void OnSetAbsVolumeRequest(String device_address, int abs_vol, int label); in OnSetAbsVolumeRequest()
/system/bt/service/
Davrcp_control.cc87 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/
Dbluetooth_avrcp_control_binder_server.cc124 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/
Davrc_bld_tg.cc702 static tAVRC_STS avrc_bld_set_absolute_volume_rsp(uint8_t abs_vol, in avrc_bld_set_absolute_volume_rsp()
/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc349 void CtrlSetabsvolCmdCallback(const RawAddress& bd_addr, uint8_t abs_vol, in CtrlSetabsvolCmdCallback()
/system/bt/btif/src/
Dbtif_rc.cc5001 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()