Searched refs:frameTime (Results 1 – 2 of 2) sorted by relevance
279 void RegisterTimestamp(int frameCnt, nsecs_t *frameTime);
774 void RequestManager::RegisterTimestamp(int frameCnt, nsecs_t * frameTime) in RegisterTimestamp() argument787 currentEntry->internal_shot.shot.dm.sensor.timeStamp = *((uint64_t*)frameTime); in RegisterTimestamp()814 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp; in GetTimestamp() local815 if (frameTime == 0) { in GetTimestamp()817 frameTime = m_lastTimeStamp; in GetTimestamp()819 ALOGV("DEBUG(%s): Returning timestamp for reqIndex(%d) (%lld)", __FUNCTION__, index, frameTime); in GetTimestamp()820 return frameTime; in GetTimestamp()3107 nsecs_t frameTime; in m_sensorThreadFunc() local3175 frameTime = systemTime(); in m_sensorThreadFunc()3176 m_requestManager->RegisterTimestamp(matchedFrameCnt, &frameTime); in m_sensorThreadFunc()