Home
last modified time | relevance | path

Searched defs:oboeStream (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.cpp73 std::shared_ptr<oboe::AudioStream> oboeStream = entry.second; in getOutputStream() local
83 std::shared_ptr<oboe::AudioStream> oboeStream = entry.second; in getInputStream() local
106 std::shared_ptr<oboe::AudioStream> oboeStream = entry.second; in release() local
114 std::shared_ptr<oboe::AudioStream> oboeStream = getStream(streamIndex); in close() local
123 std::shared_ptr<oboe::AudioStream> oboeStream = getStream(streamIndex); in isMMapUsed() local
133 std::shared_ptr<oboe::AudioStream> oboeStream = entry.second; in pause() local
143 std::shared_ptr<oboe::AudioStream> oboeStream = entry.second; in stopAllStreams() local
237 std::shared_ptr<oboe::AudioStream> oboeStream; in open() local
306 std::shared_ptr<oboe::AudioStream> oboeStream = entry.second; in flush() local
348 std::shared_ptr<oboe::AudioStream> oboeStream = getStream(streamIndex); in getTimestampLatency() local
[all …]
H A Djni-bridge.cpp223 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_setBufferSizeInFrames() local
237 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_getBufferSizeInFrames() local
247 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_setPerformanceHintEnabled() local
257 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_getBufferCapacityInFrames() local
281 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_getNativeApi() local
294 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_getSampleRate() local
305 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_getSharingMode() local
316 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_getPerformanceMode() local
327 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_getInputPreset() local
338 …std::shared_ptr<oboe::AudioStream> oboeStream = engine.getCurrentActivity()->getStream(streamIndex… in Java_com_mobileer_oboetester_OboeAudioStream_getFramesPerBurst() local
[all …]
H A DTestErrorCallback.h74 void onErrorBeforeClose(oboe::AudioStream *oboeStream, oboe::Result error) override { in onErrorBeforeClose()
92 void onErrorAfterClose(oboe::AudioStream *oboeStream, oboe::Result error) override { in onErrorAfterClose()
H A DNativeAudioContext.h223 std::shared_ptr<oboe::AudioStream> oboeStream = getInputStream(); in getColdStartInputMillis() local
239 std::shared_ptr<oboe::AudioStream> oboeStream = getOutputStream(); in getColdStartOutputMillis() local
314 virtual void finishOpen(bool isInput, oboe::AudioStream *oboeStream) {} in finishOpen()
/aosp_15_r20/external/oboe/src/aaudio/
H A DAudioStreamAAudio.cpp50 AudioStreamAAudio *oboeStream = reinterpret_cast<AudioStreamAAudio*>(userData); in oboe_aaudio_data_callback_proc() local
63 static void oboe_aaudio_error_thread_proc(AudioStreamAAudio *oboeStream, in oboe_aaudio_error_thread_proc()
85 AudioStreamAAudio *oboeStream = reinterpret_cast<AudioStreamAAudio*>(sharedStream.get()); in oboe_aaudio_error_thread_proc_shared() local
116 AudioStreamAAudio *oboeStream = reinterpret_cast<AudioStreamAAudio*>(userData); in internalErrorCallback() local
506 static void oboe_stop_thread_proc(AudioStream *oboeStream) { in oboe_stop_thread_proc()
H A DAAudioExtensions.h63 bool isMMapUsed(oboe::AudioStream *oboeStream) { in isMMapUsed()
/aosp_15_r20/external/oboe/samples/LiveEffect/src/main/cpp/
H A DLiveEffectEngine.cpp210 oboe::AudioStream *oboeStream, void *audioData, int32_t numFrames) { in onAudioReady()
220 void LiveEffectEngine::onErrorBeforeClose(oboe::AudioStream *oboeStream, in onErrorBeforeClose()
233 void LiveEffectEngine::onErrorAfterClose(oboe::AudioStream *oboeStream, in onErrorAfterClose()
/aosp_15_r20/external/oboe/include/oboe/
H A DStabilizedCallback.h33 void onErrorBeforeClose(AudioStream *oboeStream, Result error) override { in onErrorBeforeClose()
37 void onErrorAfterClose(AudioStream *oboeStream, Result error) override { in onErrorAfterClose()
/aosp_15_r20/external/oboe/samples/iolib/src/main/cpp/player/
H A DSimpleMultiPlayer.cpp40 DataCallbackResult SimpleMultiPlayer::MyDataCallback::onAudioReady(AudioStream *oboeStream, in onAudioReady()
66 void SimpleMultiPlayer::MyErrorCallback::onErrorAfterClose(AudioStream *oboeStream, Result error) { in onErrorAfterClose()
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/player/
H A DOboePlayer.cpp50 DataCallbackResult OboePlayer::onAudioReady(AudioStream *oboeStream, void *audioData, in onAudioReady()
68 void OboePlayer::onErrorAfterClose(AudioStream *oboeStream, oboe::Result error) { in onErrorAfterClose()
/aosp_15_r20/external/oboe/samples/shared/
H A DDefaultErrorCallback.h40 virtual void onErrorAfterClose(oboe::AudioStream *oboeStream, oboe::Result error) override { in onErrorAfterClose()
H A DDefaultDataCallback.h36 onAudioReady(oboe::AudioStream *oboeStream, void *audioData, int32_t numFrames) override { in onAudioReady()
/aosp_15_r20/external/oboe/src/common/
H A DOboeExtensions.cpp34 bool OboeExtensions::isMMapUsed(oboe::AudioStream *oboeStream){ in isMMapUsed()
H A DFilterAudioStream.cpp94 DataCallbackResult FilterAudioStream::onAudioReady(AudioStream *oboeStream, in onAudioReady()
H A DStabilizedCallback.cpp39 StabilizedCallback::onAudioReady(AudioStream *oboeStream, void *audioData, int32_t numFrames) { in onAudioReady()
/aosp_15_r20/external/oboe/samples/hello-oboe/src/main/cpp/
H A DLatencyTuningCallback.cpp20 oboe::AudioStream *oboeStream, void *audioData, int32_t numFrames) { in onAudioReady()
/aosp_15_r20/external/oboe/samples/minimaloboe/src/main/cpp/
H A DSimpleNoiseMaker.cpp81 void SimpleNoiseMaker::MyErrorCallback::onErrorAfterClose(oboe::AudioStream *oboeStream, in onErrorAfterClose()
/aosp_15_r20/external/oboe/tests/
H A DtestStreamFramesProcessed.cpp26 …DataCallbackResult onAudioReady(AudioStream *oboeStream, void *audioData, int32_t numFrames) overr… in onAudioReady()
H A DtestXRunBehaviour.cpp26 …DataCallbackResult onAudioReady(AudioStream *oboeStream, void *audioData, int32_t numFrames) overr… in onAudioReady()
H A DtestReturnStop.cpp31 …DataCallbackResult onAudioReady(AudioStream *oboeStream, void *audioData, int32_t numFrames) overr… in onAudioReady()
H A DtestStreamClosedMethods.cpp24 …DataCallbackResult onAudioReady(AudioStream *oboeStream, void *audioData, int32_t numFrames) overr… in onAudioReady()
H A DtestStreamOpen.cpp35 …DataCallbackResult onAudioReady(AudioStream *oboeStream, void *audioData, int32_t numFrames) overr… in onAudioReady()
/aosp_15_r20/external/skia/modules/audioplayer/
H A DSkAudioPlayer_oboe.cpp45 onAudioReady(oboe::AudioStream *oboeStream, void *audioData, int32_t numFrames) override { in onAudioReady()
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/
H A DGame.cpp116 DataCallbackResult Game::onAudioReady(AudioStream *oboeStream, void *audioData, int32_t numFrames) { in onAudioReady()