Home
last modified time | relevance | path

Searched refs:timestamp_ns (Results 1 – 10 of 10) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dresult_dispatcher_tests.cc87 message.message.shutter.timestamp_ns}); in Notify()
134 bool IsShutterReceivedLocked(uint32_t frame_number, uint64_t timestamp_ns) { in IsShutterReceivedLocked() argument
137 shutter.timestamp_ns == timestamp_ns) { in IsShutterReceivedLocked()
146 status_t WaitForShutter(uint32_t frame_number, uint64_t timestamp_ns) { in WaitForShutter() argument
150 [&] { return IsShutterReceivedLocked(frame_number, timestamp_ns); }); in WaitForShutter()
Dmock_device_session_hwl.cc185 .timestamp_ns = 0, in SubmitRequests()
/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.cc267 int64_t timestamp_ns, in AddShutterLocked() argument
271 .timestamp_ns = timestamp_ns, in AddShutterLocked()
279 name_.c_str(), __FUNCTION__, frame_number, timestamp_ns); in AddShutterLocked()
290 AddShutterLocked(shutter.frame_number, shutter.timestamp_ns, in AddShutter()
310 AddShutterLocked(shutter.frame_number, shutter.timestamp_ns, in AddBatchShutter()
498 message.message.shutter.timestamp_ns = pending_shutter.timestamp_ns; in GetPendingShutterNotificationLocked()
504 message.message.shutter.timestamp_ns, in GetPendingShutterNotificationLocked()
Dresult_dispatcher.h130 int64_t timestamp_ns = 0; member
210 status_t AddShutterLocked(uint32_t frame_number, int64_t timestamp_ns,
Dhal_utils.cc750 ALOGI("== time_stamp:%" PRIu64, message.message.shutter.timestamp_ns); in DumpNotify()
/hardware/google/camera/common/hal/common/
Dhal_types.h288 uint64_t timestamp_ns = 0; member
/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_zsl_result_request_processor.cc364 message.message.shutter.timestamp_ns, in Notify()
Dcamera_device_session.cc2056 int64_t current_timestamp_ns = result.message.shutter.timestamp_ns; in ShouldSendNotifyMessage()
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc517 aidl_shutter.timestamp = hal_shutter.timestamp_ns; in ConvertToAidlShutterMessage()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp859 .timestamp_ns = static_cast<uint64_t>(next_capture_time_), in threadLoop()