Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioFlingerService.aidl192 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() method
/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp659 status_t AudioFlingerClientAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() function in android::AudioFlingerClientAdapter
1275 Status AudioFlingerServerAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() function in android::AudioFlingerServerAdapter
DAudioSystem.cpp1795 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() function in android::AudioSystem
/frameworks/base/media/java/android/media/
DAudioSystem.java2012 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() method in AudioSystem
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2829 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() function in android::AudioFlinger