Home
last modified time | relevance | path

Searched refs:paCapturerStreamWeakPtr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_capturer_stream_impl.cpp437 std::weak_ptr<PaCapturerStreamImpl> paCapturerStreamWeakPtr; in PAStreamStartSuccessCb() local
438 if (!paCapturerMap_.Find(userdata, paCapturerStreamWeakPtr)) { in PAStreamStartSuccessCb()
442 auto streamImpl = paCapturerStreamWeakPtr.lock(); in PAStreamStartSuccessCb()
490 std::weak_ptr<PaCapturerStreamImpl> paCapturerStreamWeakPtr; in PAStreamStopSuccessCb() local
491 if (!paCapturerMap_.Find(userdata, paCapturerStreamWeakPtr)) { in PAStreamStopSuccessCb()
495 auto streamImpl = paCapturerStreamWeakPtr.lock(); in PAStreamStopSuccessCb()