Searched refs:notifyCaptureStartedMap_ (Results 1 – 2 of 2) sorted by relevance
839 auto iter = notifyCaptureStartedMap_.find(streamId); in ShutterBuffer()840 if (iter != notifyCaptureStartedMap_.end()) { in ShutterBuffer()937 notifyCaptureStartedMap_.clear(); in Release()1389 notifyCaptureStartedMap_.emplace(streamId, false); in InsertNotifyCaptureMap()1395 notifyCaptureStartedMap_.erase(streamId); in EraseNotifyCaptureMap()
183 std::map<int, bool> notifyCaptureStartedMap_; variable