Searched refs:imageId2Handle_ (Results 1 – 2 of 2) sorted by relevance
508 imageId2Handle_(), in PhotoPostProcessor()525 imageId2Handle_.Clear(); in ~PhotoPostProcessor()612 imageId2Handle_.Insert(imageId, callbackHandle); in ProcessImage()708 imageId2Handle_.Iterate([&](const std::string& imageId, const uint32_t value) { in OnSessionDied()810 DP_CHECK_ERROR_RETURN_LOG(!imageId2Handle_.Find(imageId, callbackHandle), in StopTimer()812 imageId2Handle_.Erase(imageId); in StopTimer()
88 SafeMap<std::string, uint32_t> imageId2Handle_; variable