Searched refs:apSensorTimestampNs (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HdrPlusListenerThread.cpp | 99 void QCamera3HdrPlusListenerThread::onShutter(uint32_t requestId, int64_t apSensorTimestampNs) in onShutter() argument 103 std::pair<uint32_t, int64_t> shutter(requestId, apSensorTimestampNs); in onShutter() 234 int64_t apSensorTimestampNs; in handleShutter() local 245 apSensorTimestampNs = shutter.second; in handleShutter() 249 mListener->onShutter(requestId, apSensorTimestampNs); in handleShutter()
|
D | QCamera3HdrPlusListenerThread.h | 54 void onShutter(uint32_t requestId, int64_t apSensorTimestampNs) override;
|
D | QCamera3HWI.h | 870 void onShutter(uint32_t requestId, int64_t apSensorTimestampNs) override;
|
D | QCamera3HWI.cpp | 15803 void QCamera3HardwareInterface::onShutter(uint32_t requestId, int64_t apSensorTimestampNs) in onShutter() argument 15806 __LINE__, requestId, apSensorTimestampNs); in onShutter() 15808 mShutterDispatcher.markShutterReady(requestId, apSensorTimestampNs); in onShutter()
|