Searched refs:resultTimestamp (Results 1 – 1 of 1) sorted by relevance
294 long resultTimestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in getResultAt() local295 if (resultTimestamp == timestamp) return result; in getResultAt()296 if (resultTimestamp > timestamp) return null; in getResultAt()