Searched refs:mVolumeManager (Results 1 – 1 of 1) sorted by relevance
74 private AvrcpVolumeManager mVolumeManager; field in AvrcpTargetService142 mVolumeManager.storeVolumeForDevice(activeDevice, volume); in onReceive()219 mVolumeManager = new AvrcpVolumeManager(this, mAudioManager, mNativeInterface); in start()302 mVolumeManager.deviceConnected(device, absoluteVolume); in deviceConnected()308 mVolumeManager.deviceDisconnected(device); in deviceDisconnected()320 mVolumeManager.volumeDeviceSwitched(device); in volumeDeviceSwitched()329 mVolumeManager.removeStoredVolumeForDevice(device); in removeStoredVolumeForDevice()339 return mVolumeManager.getVolume(device, mVolumeManager.getNewDeviceVolume()); in getRememberedVolumeForDevice()350 mVolumeManager.setVolume(activeDevice, avrcpVolume); in setVolume()364 mVolumeManager.sendVolumeChanged(activeDevice, deviceVolume); in sendVolumeChanged()[all …]