Searched refs:paCapturerStreamWeakPtr (Results 1 – 1 of 1) sorted by relevance
437 std::weak_ptr<PaCapturerStreamImpl> paCapturerStreamWeakPtr; in PAStreamStartSuccessCb() local438 if (!paCapturerMap_.Find(userdata, paCapturerStreamWeakPtr)) { in PAStreamStartSuccessCb()442 auto streamImpl = paCapturerStreamWeakPtr.lock(); in PAStreamStartSuccessCb()490 std::weak_ptr<PaCapturerStreamImpl> paCapturerStreamWeakPtr; in PAStreamStopSuccessCb() local491 if (!paCapturerMap_.Find(userdata, paCapturerStreamWeakPtr)) { in PAStreamStopSuccessCb()495 auto streamImpl = paCapturerStreamWeakPtr.lock(); in PAStreamStopSuccessCb()