Searched refs:setLowRamDevice (Results 1 – 4 of 4) sorted by relevance
1910 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() method in AudioSystem
892 return (jint) AudioSystem::setLowRamDevice((bool) isLowRamDevice, (int64_t) totalMemory); in android_media_AudioSystem_setLowRamDevice()
11370 final int status = AudioSystem.setLowRamDevice(isLowRamDevice, totalMemory); in readAndSetLowRamDevice()
24880 Landroid/media/AudioSystem;->setLowRamDevice(ZJ)I