Searched defs:isLowRamDevice (Results 1 – 9 of 9) sorted by relevance
182 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
994 bool isLowRamDevice() const { return mIsLowRamDevice; } in isLowRamDevice() function
2591 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
664 status_t AudioFlingerClientAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()1210 Status AudioFlingerServerAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()
1460 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()
347 public static boolean isLowRamDevice(Instrumentation instrumentation) throws JSONException { in isLowRamDevice() method in ShortcutManagerTestUtils
1827 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
1184 public boolean isLowRamDevice() { in isLowRamDevice() method in ActivityManager
871 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice()