Searched refs:timestamp_ns (Results 1 – 10 of 10) sorted by relevance
/hardware/google/camera/common/hal/tests/ |
D | result_dispatcher_tests.cc | 87 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()
|
D | mock_device_session_hwl.cc | 185 .timestamp_ns = 0, in SubmitRequests()
|
/hardware/google/camera/common/hal/utils/ |
D | result_dispatcher.cc | 267 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()
|
D | result_dispatcher.h | 130 int64_t timestamp_ns = 0; member 210 status_t AddShutterLocked(uint32_t frame_number, int64_t timestamp_ns,
|
D | hal_utils.cc | 750 ALOGI("== time_stamp:%" PRIu64, message.message.shutter.timestamp_ns); in DumpNotify()
|
/hardware/google/camera/common/hal/common/ |
D | hal_types.h | 288 uint64_t timestamp_ns = 0; member
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | realtime_zsl_result_request_processor.cc | 364 message.message.shutter.timestamp_ns, in Notify()
|
D | camera_device_session.cc | 2056 int64_t current_timestamp_ns = result.message.shutter.timestamp_ns; in ShouldSendNotifyMessage()
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_utils.cc | 517 aidl_shutter.timestamp = hal_shutter.timestamp_ns; in ConvertToAidlShutterMessage()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 859 .timestamp_ns = static_cast<uint64_t>(next_capture_time_), in threadLoop()
|