Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DFakeRotatingCamera.cpp305 LOG_ALWAYS_FATAL_IF(!mStreamInfoCache.empty()); in configure()
309 StreamInfo& si = mStreamInfoCache[id]; in configure()
329 mStreamInfoCache.clear(); in configure()
422 LOG_ALWAYS_FATAL_IF(!mStreamInfoCache.empty() && !currentContext.ok()); in closeImpl()
423 mStreamInfoCache.clear(); in closeImpl()
482 const auto sii = mStreamInfoCache.find(csb->getStreamId()); in processCaptureRequest()
483 if (sii == mStreamInfoCache.end()) { in processCaptureRequest()
DQemuCamera.cpp186 mStreamInfoCache.clear(); in configure()
190 StreamInfo& si = mStreamInfoCache[id]; in configure()
201 mStreamInfoCache.clear(); in close()
233 const auto sii = mStreamInfoCache.find(csb->getStreamId()); in processCaptureRequest()
234 if (sii == mStreamInfoCache.end()) { in processCaptureRequest()
DQemuCamera.h107 std::unordered_map<int32_t, StreamInfo> mStreamInfoCache; member
DFakeRotatingCamera.h125 std::unordered_map<int32_t, StreamInfo> mStreamInfoCache; member