Searched refs:apSensorTimestampNs (Results 1 – 4 of 4) sorted by relevance
108 void QCamera3HdrPlusListenerThread::onShutter(uint32_t requestId, int64_t apSensorTimestampNs) in onShutter() argument112 std::pair<uint32_t, int64_t> shutter(requestId, apSensorTimestampNs); in onShutter()247 int64_t apSensorTimestampNs; in handleShutter() local258 apSensorTimestampNs = shutter.second; in handleShutter()262 mListener->onShutter(requestId, apSensorTimestampNs); in handleShutter()
54 void onShutter(uint32_t requestId, int64_t apSensorTimestampNs) override;
918 void onShutter(uint32_t requestId, int64_t apSensorTimestampNs) override;
77 virtual void onShutter(uint32_t requestId, int64_t apSensorTimestampNs) = 0;