Home
last modified time | relevance | path

Searched refs:isXRunCountSupported (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/oboe/tests/
DtestXRunBehaviour.cpp74 ASSERT_TRUE(mStream->isXRunCountSupported()); in TEST_F()
85 ASSERT_FALSE(mStream->isXRunCountSupported()); in TEST_F()
94 ASSERT_TRUE(mStream->isXRunCountSupported()); in TEST_F()
DtestStreamClosedMethods.cpp188 if (mStream->isXRunCountSupported()){ in TEST_F()
/third_party/skia/third_party/externals/oboe/src/common/
DFilterAudioStream.h123 bool isXRunCountSupported() const override { in isXRunCountSupported() function
124 return mChildStream->isXRunCountSupported(); in isXRunCountSupported()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamBuffered.h56 bool isXRunCountSupported() const override;
DAudioStreamBuffered.cpp261 bool AudioStreamBuffered::isXRunCountSupported() const { in isXRunCountSupported() function in oboe::AudioStreamBuffered
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.h72 bool isXRunCountSupported() const override { return true; } in isXRunCountSupported() function
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStream.h201 virtual bool isXRunCountSupported() const = 0;