Searched refs:sharedStream (Results 1 – 3 of 3) sorted by relevance
215 Result AudioStreamBuilder::openStream(std::shared_ptr<AudioStream> &sharedStream) { in openStream() argument216 sharedStream.reset(); in openStream()224 sharedStream.reset(streamptr); in openStream()226 streamptr->setWeakThis(sharedStream); in openStream()
507 void setWeakThis(std::shared_ptr<oboe::AudioStream> &sharedStream) { in setWeakThis() argument508 mWeakThis = sharedStream; in setWeakThis()
83 static void oboe_aaudio_error_thread_proc_shared(std::shared_ptr<AudioStream> sharedStream, in oboe_aaudio_error_thread_proc_shared() argument85 AudioStreamAAudio *oboeStream = reinterpret_cast<AudioStreamAAudio*>(sharedStream.get()); in oboe_aaudio_error_thread_proc_shared()130 std::shared_ptr<AudioStream> sharedStream = oboeStream->lockWeakThis(); in internalErrorCallback() local138 } else if (sharedStream) { in internalErrorCallback()140 std::thread t(oboe_aaudio_error_thread_proc_shared, sharedStream, oboeResult); in internalErrorCallback()