Searched defs:isLowRamDevice (Results 1 – 10 of 10) sorted by relevance
78 public boolean isLowRamDevice; field in RecentsConfiguration
62 boolean isLowRamDevice) { in HighResThumbnailLoader()
925 bool isLowRamDevice() const { return mIsLowRamDevice; } in isLowRamDevice() function
2213 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
764 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override in setLowRamDevice()1444 int32_t isLowRamDevice; in onTransact() local
1110 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
906 public boolean isLowRamDevice() { in isLowRamDevice() method in ActivityManager
284 public static boolean isLowRamDevice(Instrumentation instrumentation) throws JSONException { in isLowRamDevice() method in ShortcutManagerTestUtils
1234 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
759 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice()