Searched refs:isMmapSupported (Results 1 – 5 of 5) sorted by relevance
178 bool isMmapSupported() const;
2260 const bool isMmapSupported = moduleConfig->isMmapSupported(); in TEST_P() local2271 EXPECT_EQ(isMmapSupported, isMMapSupportedByPolicyInfos) in TEST_P()2284 const bool isMmapSupported = moduleConfig->isMmapSupported(); in TEST_P() local2287 EXPECT_EQ(isMmapSupported, status.getExceptionCode() != EX_UNSUPPORTED_OPERATION) in TEST_P()2289 if (!isMmapSupported) { in TEST_P()2297 const bool isMmapSupported = moduleConfig->isMmapSupported(); in TEST_P() local2300 EXPECT_EQ(isMmapSupported, status.getExceptionCode() != EX_UNSUPPORTED_OPERATION) in TEST_P()2303 if (!isMmapSupported) { in TEST_P()
589 bool ModuleConfig::isMmapSupported() const { in isMmapSupported() function in ModuleConfig
250 bool isMmapSupported();
1554 if (!isMmapSupported()) { in getAAudioMixerBurstCount()1564 if (!isMmapSupported()) { in getAAudioHardwareBurstMinUsec()1573 bool Module::isMmapSupported() { in isMmapSupported() function in aidl::android::hardware::audio::core::Module