Home
last modified time | relevance | path

Searched refs:isMmapSupported (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.h178 bool isMmapSupported() const;
DVtsHalAudioCoreModuleTargetTest.cpp2260 const bool isMmapSupported = moduleConfig->isMmapSupported(); in TEST_P() local
2271 EXPECT_EQ(isMmapSupported, isMMapSupportedByPolicyInfos) in TEST_P()
2284 const bool isMmapSupported = moduleConfig->isMmapSupported(); in TEST_P() local
2287 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() local
2300 EXPECT_EQ(isMmapSupported, status.getExceptionCode() != EX_UNSUPPORTED_OPERATION) in TEST_P()
2303 if (!isMmapSupported) { in TEST_P()
DModuleConfig.cpp589 bool ModuleConfig::isMmapSupported() const { in isMmapSupported() function in ModuleConfig
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h250 bool isMmapSupported();
/hardware/interfaces/audio/aidl/default/
DModule.cpp1554 if (!isMmapSupported()) { in getAAudioMixerBurstCount()
1564 if (!isMmapSupported()) { in getAAudioHardwareBurstMinUsec()
1573 bool Module::isMmapSupported() { in isMmapSupported() function in aidl::android::hardware::audio::core::Module