Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioFlingerService.aidl178 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() method
/aosp12/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp652 status_t AudioFlingerClientAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() function in android::AudioFlingerClientAdapter
1136 Status AudioFlingerServerAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() function in android::AudioFlingerServerAdapter
H A DAudioSystem.cpp1417 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() function in android::AudioSystem
/aosp12/frameworks/base/media/java/android/media/
H A DAudioSystem.java1656 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() method in AudioSystem
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2302 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() function in android::AudioFlinger