Home
last modified time | relevance | path

Searched defs:isLowRamDevice (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioFlingerService.aidl184 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
/frameworks/av/services/audioflinger/
DAudioFlinger.h1034 bool isLowRamDevice() const { return mIsLowRamDevice; } in isLowRamDevice() function
DAudioFlinger.cpp2757 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp671 status_t AudioFlingerClientAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()
1264 Status AudioFlingerServerAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()
DAudioSystem.cpp1498 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java347 public static boolean isLowRamDevice(Instrumentation instrumentation) throws JSONException { in isLowRamDevice() method in ShortcutManagerTestUtils
/frameworks/base/media/java/android/media/
DAudioSystem.java1910 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
/frameworks/base/core/java/android/app/
DActivityManager.java1468 public boolean isLowRamDevice() { in isLowRamDevice() method in ActivityManager
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp890 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice()