Home
last modified time | relevance | path

Searched defs:newVolume (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DSdCardEjectionTests.kt166 val newVolume = retryUntilNonNull { in retrieveNewVolume() constant
215 val newVolume = initializeVirtualDisk() in remount() constant
/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp249 static inline bool setVolumeRampVariables(float newVolume, int32_t ramp, in setVolumeRampVariables()
/frameworks/base/media/java/android/media/
DMediaRouter.java3177 final int newVolume = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE, 0); in onReceive() local