Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java197 private final Map<BluetoothDevice, VolumeControlOffsetDescriptor> mAudioOffsets = field in VolumeControlService
250 mAudioOffsets.clear(); in start()
303 mAudioOffsets.clear(); in stop()
538 VolumeControlOffsetDescriptor offsets = mAudioOffsets.get(device); in isVolumeOffsetAvailable()
548 VolumeControlOffsetDescriptor offsets = mAudioOffsets.get(device); in getNumberOfVolumeOffsetInstances()
561 VolumeControlOffsetDescriptor offsets = mAudioOffsets.get(device); in setVolumeOffset()
726 mAudioOffsets.entrySet()) { in notifyNewCallbackOfKnownVolumeInfo()
1023 VolumeControlOffsetDescriptor offsets = mAudioOffsets.get(device); in handleDeviceAvailable()
1026 mAudioOffsets.put(device, offsets); in handleDeviceAvailable()
1044 VolumeControlOffsetDescriptor offsets = mAudioOffsets.get(device); in handleDeviceExtAudioOffsetChanged()
[all …]