Home
last modified time | relevance | path

Searched defs:setLowRamDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioSystem.java1001 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() method in AudioSystem
/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp759 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override in setLowRamDevice() function in android::BpAudioFlinger
DAudioSystem.cpp1102 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() function in android::AudioSystem
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2100 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() function in android::AudioFlinger