Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp571 mSecondaryTimestamp(0L), in FrameProducer()
678 if (!mProducer(mOpaque, mSecondaryBuffer, &mSecondaryTimestamp)) { in inWorkerThread()
688 std::swap(mPrimaryTimestamp, mSecondaryTimestamp); in inWorkerThread()
DEmulatedCameraDevice.h536 int64_t mSecondaryTimestamp; variable