Home
last modified time | relevance | path

Searched refs:ErrorUnimplemented (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStream.h179 return Result::ErrorUnimplemented; in setBufferSizeInFrames()
195 return ResultWithValue<int32_t>(Result::ErrorUnimplemented); in getXRunCount()
267 return ResultWithValue<double>(Result::ErrorUnimplemented); in calculateLatencyMillis()
290 return Result::ErrorUnimplemented; in getTimestamp()
326 return ResultWithValue<int32_t>(Result::ErrorUnimplemented); in write()
344 return ResultWithValue<int32_t>(Result::ErrorUnimplemented); in read()
DDefinitions.h139 ErrorUnimplemented = -890, // AAUDIO_ERROR_UNIMPLEMENTED, enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DLatencyTuner.cpp36 return Result::ErrorUnimplemented; in tune()
81 result = Result::ErrorUnimplemented; in tune()
DUtilities.cpp78 case Result::ErrorUnimplemented: return "ErrorUnimplemented"; in convertToText()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioInputStreamOpenSLES.cpp286 return Result::ErrorUnimplemented; // Matches AAudio behavior. in requestPause()
292 return Result::ErrorUnimplemented; // Matches AAudio behavior. in requestFlush()
DAudioStreamBuffered.cpp241 return ResultWithValue<int32_t>(Result::ErrorUnimplemented); in setBufferSizeInFrames()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp145 oboe::Result::ErrorUnimplemented); in start()
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamStates.cpp272 ASSERT_EQ(r, Result::ErrorUnimplemented) << convertToText(r); in TEST_F()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp287 static_assert((int32_t)Result::ErrorUnimplemented == AAUDIO_ERROR_UNIMPLEMENTED, ERRMSG);
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md510 The following methods are defined, but will return `Result::ErrorUnimplemented` for OpenSLES stream…