Home
last modified time | relevance | path

Searched refs:timestamp_source (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h187 int32_t timestamp_source = ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN; member
282 uint32_t timestamp_source = ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN; member
469 nsecs_t getSystemTimeWithSource(uint32_t timestamp_source);
DEmulatedSensor.cpp759 nsecs_t EmulatedSensor::getSystemTimeWithSource(uint32_t timestamp_source) { in getSystemTimeWithSource() argument
760 if (timestamp_source == ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME) { in getSystemTimeWithSource()
802 uint32_t timestamp_source = ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN; in threadLoop() local
807 timestamp_source = settings->begin()->second.timestamp_source; in threadLoop()
810 nsecs_t start_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()
1194 nsecs_t work_done_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()
1212 work_done_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()
DEmulatedRequestState.cpp862 sensor_settings->timestamp_source = info.timestamp_source_; in InitializeSensorSettings()