/hardware/interfaces/automotive/sv/1.0/vts/functional/ |
D | SurroundViewStreamHandler.cpp | 53 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/ |
D | vsyncworker.cpp | 113 int VSyncWorker::SyntheticWaitVBlank(int64_t ×tampNs) { 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/ |
D | SurroundViewStream.cpp | 45 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/ |
D | ElapsedRealtime.aidl | 39 long timestampNs;
|
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/1/android/hardware/gnss/ |
D | ElapsedRealtime.aidl | 38 long timestampNs;
|
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/4/android/hardware/gnss/ |
D | ElapsedRealtime.aidl | 39 long timestampNs;
|
/hardware/interfaces/gnss/aidl/android/hardware/gnss/ |
D | ElapsedRealtime.aidl | 48 long timestampNs;
|
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/ |
D | ElapsedRealtime.aidl | 39 long timestampNs;
|
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/2/android/hardware/gnss/ |
D | ElapsedRealtime.aidl | 39 long timestampNs;
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/ |
D | UltrasonicsDataFrameDesc.aidl | 37 long timestampNs;
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/ |
D | UltrasonicsDataFrameDesc.aidl | 37 long timestampNs;
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/ |
D | UltrasonicsDataFrameDesc.aidl | 37 long timestampNs;
|
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/ |
D | UltrasonicsDataFrameDesc.aidl | 36 long timestampNs;
|
/hardware/interfaces/gnss/aidl/vts/ |
D | GnssMeasurementCallbackAidl.cpp | 30 gnssData.elapsedRealtime.flags, gnssData.elapsedRealtime.timestampNs, in gnssMeasurementCb()
|
D | GnssBatchingCallback.cpp | 28 location.elapsedRealtime.flags, location.elapsedRealtime.timestampNs, in gnssLocationBatchCb()
|
D | GnssPowerIndicationCallback.cpp | 34 (long)gnssPowerStats.elapsedRealtime.timestampNs, gnssPowerStats.totalEnergyMilliJoule); in gnssPowerStatsCb()
|
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/ |
D | IComponentListener.aidl | 71 long timestampNs;
|
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/ |
D | IComponentListener.aidl | 51 long timestampNs;
|
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/ |
D | IComponentListener.aidl | 51 long timestampNs;
|
/hardware/google/easel/amber/camera/libhdrplusclient/include/ |
D | HdrPlusClient.h | 131 int64_t timestampNs) = 0;
|
/hardware/interfaces/gnss/aidl/default/ |
D | GnssPowerIndication.cpp | 48 .timestampNs = ::android::elapsedRealtimeNano(), in requestGnssPowerStats()
|
/hardware/interfaces/gnss/common/utils/default/ |
D | FixLocationParser.cpp | 50 .timestampNs = ::android::elapsedRealtimeNano(), in getLocationFromInputStr()
|
D | Utils.cpp | 139 .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/ |
D | types.hal | 29 /** A valid timestampNs is stored in the data structure. */ 53 uint64_t timestampNs;
|
/hardware/qcom/sm8150p/gps/android/2.0/location_api/ |
D | LocationUtil.cpp | 105 out.elapsedRealtime.timestampNs = sinceBootTimeNanos - ageTimeNanos; in convertGnssLocation() 110 __FUNCTION__, out.elapsedRealtime.timestampNs); in convertGnssLocation()
|