Searched refs:onErrorBeforeClose (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | StabilizedCallback.h | 33 void onErrorBeforeClose(AudioStream *oboeStream, Result error) override { in onErrorBeforeClose() function 34 return mCallback->onErrorBeforeClose(oboeStream, error); in onErrorBeforeClose()
|
D | AudioStreamCallback.h | 103 virtual void onErrorBeforeClose(AudioStream* /* oboeStream */, Result /* error */) {} in onErrorBeforeClose() function
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | OboeStreamCallbackProxy.cpp | 83 void OboeStreamCallbackProxy::onErrorBeforeClose(oboe::AudioStream *audioStream, oboe::Result error… in onErrorBeforeClose() function in OboeStreamCallbackProxy 86 mCallback->onErrorBeforeClose(audioStream, error); in onErrorBeforeClose()
|
D | OboeStreamCallbackProxy.h | 57 void onErrorBeforeClose(oboe::AudioStream *audioStream, oboe::Result error) override;
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | FilterAudioStream.h | 190 void onErrorBeforeClose(AudioStream *oboeStream, Result error) override { in onErrorBeforeClose() function 192 mStreamCallback->onErrorBeforeClose(this, error); in onErrorBeforeClose()
|
/third_party/skia/third_party/externals/oboe/docs/notes/ |
D | disconnect.md | 13 It will launch a thread, which will call onErrorBeforeClose(). 61 …* [#893](https://github.com/google/oboe/issues/893) onErrorBeforeClose and onErrorAfterClose not c…
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
D | SimpleMultiPlayer.h | 42 virtual void onErrorBeforeClose(oboe::AudioStream * oboeStream, oboe::Result error) override;
|
D | SimpleMultiPlayer.cpp | 71 void SimpleMultiPlayer::onErrorBeforeClose(AudioStream *, Result error) { in onErrorBeforeClose() function in iolib::SimpleMultiPlayer
|
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
D | LiveEffectEngine.h | 43 void onErrorBeforeClose(oboe::AudioStream *oboeStream, oboe::Result error) override;
|
D | LiveEffectEngine.cpp | 219 void LiveEffectEngine::onErrorBeforeClose(oboe::AudioStream *oboeStream, in onErrorBeforeClose() function in LiveEffectEngine
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AudioStreamAAudio.cpp | 67 oboeStream->getCallback()->onErrorBeforeClose(oboeStream, error); in oboe_aaudio_error_thread_proc()
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FullGuide.md | 338 * `onErrorBeforeClose(stream, error)` - called when the stream has been disconnected but not yet cl…
|