Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h482 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) = 0;
DAudioSystem.h304 static status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory);
/frameworks/base/media/java/android/media/
DAudioSystem.java1234 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() method in AudioSystem
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1110 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() function in android::AudioSystem
1114 return af->setLowRamDevice(isLowRamDevice, totalMemory); in setLowRamDevice()
DIAudioFlinger.cpp764 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override in setLowRamDevice() function in android::BpAudioFlinger
1449 setLowRamDevice(isLowRamDevice != 0, totalMemory); in onTransact()
/frameworks/av/services/audioflinger/
DAudioFlinger.h255 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
DAudioFlinger.cpp2213 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() function in android::AudioFlinger
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp761 return (jint) AudioSystem::setLowRamDevice((bool) isLowRamDevice, (int64_t) totalMemory); in android_media_AudioSystem_setLowRamDevice()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java6604 final int status = AudioSystem.setLowRamDevice(isLowRamDevice, totalMemory); in readAndSetLowRamDevice()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35009 Landroid/media/AudioSystem;->setLowRamDevice(ZJ)I