Searched refs:sharedStream (Results 1 – 3 of 3) sorted by relevance
201 Result AudioStreamBuilder::openStream(std::shared_ptr<AudioStream> &sharedStream) { in openStream() argument202 sharedStream.reset(); in openStream()210 sharedStream.reset(streamptr); in openStream()212 streamptr->setWeakThis(sharedStream); in openStream()
487 void setWeakThis(std::shared_ptr<oboe::AudioStream> &sharedStream) { in setWeakThis() argument488 mWeakThis = sharedStream; in setWeakThis()
80 static void oboe_aaudio_error_thread_proc_shared(std::shared_ptr<AudioStream> sharedStream, in oboe_aaudio_error_thread_proc_shared() argument82 AudioStreamAAudio *oboeStream = reinterpret_cast<AudioStreamAAudio*>(sharedStream.get()); in oboe_aaudio_error_thread_proc_shared()114 std::shared_ptr<AudioStream> sharedStream = oboeStream->lockWeakThis(); in internalErrorCallback() local122 } else if (sharedStream) { in internalErrorCallback()124 std::thread t(oboe_aaudio_error_thread_proc_shared, sharedStream, in internalErrorCallback()