Searched refs:isMMapSupported (Results 1 – 10 of 10) sorted by relevance
56 bool mmapAllowed = AAudioExtensions::getInstance().isMMapSupported(); in TEST_F()85 bool mmapAllowed = AAudioExtensions::getInstance().isMMapSupported(); in TEST_F()
197 bool isMMapSupported() const { in isMMapSupported() function
166 if (AAudioExtensions::getInstance().isMMapSupported()) { in createAndVerifyHonoringMMap()174 if (AAudioExtensions::getInstance().isMMapSupported()) { in createAndVerifyHonoringMMap()
31 public static native boolean isMMapSupported(); in isMMapSupported() method in Globals
37 return AAudioExtensions::getInstance().isMMapSupported(); in Java_org_hyphonate_megaaudio_common_Globals_isMMapSupported()
180 return oboe::AAudioExtensions::getInstance().isMMapSupported(); in Java_com_android_cts_verifier_audio_audiolib_AudioUtils_isMMapSupported()
86 public static native boolean isMMapSupported(); in isMMapSupported() method in AudioUtils
277 if (!Globals.isMMapSupported()) { in runTest()593 Globals.setMMapEnabled(Globals.isMMapSupported()); in startAudio()
124 mSupportsMMAP = Globals.isMMapSupported() /*&& Globals.isMMapEnabled()*/; in onCreate()644 Globals.setMMapEnabled(Globals.isMMapSupported()); in startTest()659 Globals.setMMapEnabled(Globals.isMMapSupported()); in startTest()
115 private boolean mSupportsMMAP = AudioUtils.isMMapSupported();816 Globals.setMMapEnabled(Globals.isMMapSupported()); in startAudioTest()