Home
last modified time | relevance | path

Searched defs:sharedStream (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/oboe/src/aaudio/
H A DAudioStreamAAudio.cpp83 static void oboe_aaudio_error_thread_proc_shared(std::shared_ptr<AudioStream> sharedStream, in oboe_aaudio_error_thread_proc_shared()
130 std::shared_ptr<AudioStream> sharedStream = oboeStream->lockWeakThis(); in internalErrorCallback() local
/aosp_15_r20/external/oboe/src/common/
H A DAudioStreamBuilder.cpp218 Result AudioStreamBuilder::openStream(std::shared_ptr<AudioStream> &sharedStream) { in openStream()
/aosp_15_r20/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointShared.cpp149 sp<AAudioServiceStreamBase> sharedStream, in startStream()
/aosp_15_r20/external/oboe/include/oboe/
H A DAudioStream.h643 void setWeakThis(std::shared_ptr<oboe::AudioStream> &sharedStream) { in setWeakThis()