Home
last modified time | relevance | path

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

/aosp_15_r20/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.cpp762 nsecs_t EmulatedSensor::getSystemTimeWithSource(uint32_t timestamp_source) { in getSystemTimeWithSource() argument
763 if (timestamp_source == ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME) { in getSystemTimeWithSource()
805 uint32_t timestamp_source = ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN; in threadLoop() local
810 timestamp_source = settings->begin()->second.timestamp_source; in threadLoop()
813 nsecs_t start_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()
1251 nsecs_t work_done_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()
1269 work_done_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()
DEmulatedRequestState.cpp913 sensor_settings->timestamp_source = info.timestamp_source_; in InitializeSensorSettings()