Home
last modified time | relevance | path

Searched refs:timestampNs (Results 1 – 25 of 49) sorted by relevance

12

/hardware/interfaces/automotive/sv/1.0/vts/functional/
DSurroundViewStreamHandler.cpp53 unsigned long timestampNs = svFramesDesc.timestampNs; in receiveFrames() local
56 ALOGD("timestampNs: %lu, sequenceId: %u", timestampNs, sequenceId); in receiveFrames()
58 && (mLastReceivedFrames.timestampNs >= svFramesDesc.timestampNs in receiveFrames()
75 mLastReceivedFrames.timestampNs = svFramesDesc.timestampNs; in receiveFrames()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Dvsyncworker.cpp113 int VSyncWorker::SyntheticWaitVBlank(int64_t &timestampNs) { in SyntheticWaitVBlank() argument
144 timestampNs = (int64_t)vsync.tv_sec * nsecsPerSec + (int64_t)vsync.tv_nsec; in SyntheticWaitVBlank()
178 int64_t timestampNs; in Routine() local
181 if (SyntheticWaitVBlank(timestampNs)) { in Routine()
186 timestampNs = (int64_t)vblank.reply.tval_sec * nsecsPerSec + in Routine()
219 if (callback) callback->Callback(display, timestampNs); in Routine()
222 int64_t period = timestampNs - mLastTimestampNs; in Routine()
227 mLastTimestampNs = timestampNs; in Routine()
/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/
DSurroundViewStream.cpp45 if ((mLastReceivedFrames.timestampNs >= svFramesDesc.timestampNs || in receiveFrames()
63 mLastReceivedFrames.timestampNs = svFramesDesc.timestampNs; in receiveFrames()
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/3/android/hardware/gnss/
DElapsedRealtime.aidl39 long timestampNs;
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/1/android/hardware/gnss/
DElapsedRealtime.aidl38 long timestampNs;
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/4/android/hardware/gnss/
DElapsedRealtime.aidl39 long timestampNs;
/hardware/interfaces/gnss/aidl/android/hardware/gnss/
DElapsedRealtime.aidl48 long timestampNs;
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/
DElapsedRealtime.aidl39 long timestampNs;
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/2/android/hardware/gnss/
DElapsedRealtime.aidl39 long timestampNs;
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DUltrasonicsDataFrameDesc.aidl37 long timestampNs;
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DUltrasonicsDataFrameDesc.aidl37 long timestampNs;
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DUltrasonicsDataFrameDesc.aidl37 long timestampNs;
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DUltrasonicsDataFrameDesc.aidl36 long timestampNs;
/hardware/interfaces/gnss/aidl/vts/
DGnssMeasurementCallbackAidl.cpp30 gnssData.elapsedRealtime.flags, gnssData.elapsedRealtime.timestampNs, in gnssMeasurementCb()
DGnssBatchingCallback.cpp28 location.elapsedRealtime.flags, location.elapsedRealtime.timestampNs, in gnssLocationBatchCb()
DGnssPowerIndicationCallback.cpp34 (long)gnssPowerStats.elapsedRealtime.timestampNs, gnssPowerStats.totalEnergyMilliJoule); in gnssPowerStatsCb()
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/
DIComponentListener.aidl71 long timestampNs;
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/
DIComponentListener.aidl51 long timestampNs;
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/
DIComponentListener.aidl51 long timestampNs;
/hardware/google/easel/amber/camera/libhdrplusclient/include/
DHdrPlusClient.h131 int64_t timestampNs) = 0;
/hardware/interfaces/gnss/aidl/default/
DGnssPowerIndication.cpp48 .timestampNs = ::android::elapsedRealtimeNano(), in requestGnssPowerStats()
/hardware/interfaces/gnss/common/utils/default/
DFixLocationParser.cpp50 .timestampNs = ::android::elapsedRealtimeNano(), in getLocationFromInputStr()
DUtils.cpp139 .timestampNs = static_cast<uint64_t>(::android::elapsedRealtimeNano()), in getMockMeasurementV2_0()
225 .timestampNs = ::android::elapsedRealtimeNano(), in getMockMeasurement()
269 .timestampNs = ::android::elapsedRealtimeNano(), in getMockLocation()
294 .timestampNs = static_cast<uint64_t>(::android::elapsedRealtimeNano()), in getMockLocationV2_0()
/hardware/interfaces/gnss/2.0/
Dtypes.hal29 /** A valid timestampNs is stored in the data structure. */
53 uint64_t timestampNs;
/hardware/qcom/sm8150p/gps/android/2.0/location_api/
DLocationUtil.cpp105 out.elapsedRealtime.timestampNs = sinceBootTimeNanos - ageTimeNanos; in convertGnssLocation()
110 __FUNCTION__, out.elapsedRealtime.timestampNs); in convertGnssLocation()

12