/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | stats_keeper.h | 33 CompositionData(cuttlefish::time::MonotonicTimePoint time_point, int num_prepares, in CompositionData() 35 cuttlefish::time::Nanoseconds prepare_time, in CompositionData() 36 cuttlefish::time::Nanoseconds set_calls_time) in CompositionData() 44 cuttlefish::time::MonotonicTimePoint time_point() const { return time_point_; } in time_point() 52 cuttlefish::time::Nanoseconds prepare_time() const { return prepare_time_; } in prepare_time() 54 cuttlefish::time::Nanoseconds set_calls_time() const { return set_calls_time_; } in set_calls_time() 57 cuttlefish::time::MonotonicTimePoint time_point_; 61 cuttlefish::time::Nanoseconds prepare_time_; 62 cuttlefish::time::Nanoseconds set_calls_time_; 66 cuttlefish::time::MonotonicTimePoint prepare_start; [all …]
|
D | stats_keeper.cpp | 33 using cuttlefish::time::Microseconds; 34 using cuttlefish::time::MonotonicTimePoint; 35 using cuttlefish::time::Nanoseconds; 36 using cuttlefish::time::Seconds; 37 using cuttlefish::time::TimeDifference;
|
/device/generic/goldfish/dhcp/client/ |
D | timer.cpp | 22 struct timespec time = { 0, 0 }; in now() local 23 clock_gettime(CLOCK_MONOTONIC, &time); in now() 24 return static_cast<uint64_t>(time.tv_sec) * 1000u + in now() 25 static_cast<uint64_t>(time.tv_nsec / 1000000u); in now()
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
D | orientation.c | 91 uint64_t time; member 253 mTask.samples[index][w].time = curr_time + counter; in fillSamples() 281 static bool allocateDataEvt(struct FusionSensor *mSensor, uint64_t time) in allocateDataEvt() argument 292 mSensor->ev->referenceTime = time; in allocateDataEvt() 293 mSensor->prev_time = time; in allocateDataEvt() 299 static bool addSample(struct FusionSensor *mSensor, uint64_t time, float x, float y, float z) in addSample() argument 305 if (mSensor->prev_time == time) { in addSample() 312 if (!allocateDataEvt(mSensor, time)) in addSample() 324 sample->deltaTime = time > mSensor->prev_time ? (time - mSensor->prev_time) : 0; in addSample() 325 mSensor->prev_time = time; in addSample() [all …]
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | bootanim.te | 3 # TODO(b/62954877). On Android Wear, bootanim reads the time 4 # during boot to display. It currently gets that time from a file
|
D | time_daemon.te | 1 # Policies for time daemon
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | soft_gatekeeper.h | 92 struct timespec time; in GetMillisecondsSinceBoot() local 93 int res = clock_gettime(CLOCK_BOOTTIME, &time); in GetMillisecondsSinceBoot() 95 return (time.tv_sec * 1000) + (time.tv_nsec / 1000 / 1000); in GetMillisecondsSinceBoot()
|
/device/google/wahoo/sepolicy/vendor/ |
D | bootanim.te | 3 # TODO(b/62954877). On Android Wear, bootanim reads the time 4 # during boot to display. It currently gets that time from a file
|
D | time_daemon.te | 15 # Set sys.time.set property
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | bootanim.te | 3 # TODO(b/62954877). On Android Wear, bootanim reads the time 4 # during boot to display. It currently gets that time from a file
|
D | hal_camera_default.te | 24 # For boot time GPU access (b/111370628)
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | bootanim.te | 3 # TODO(b/62954877). On Android Wear, bootanim reads the time 4 # during boot to display. It currently gets that time from a file
|
D | hal_camera_default.te | 24 # For boot time GPU access (b/111370628)
|
D | time_daemon.te | 15 # Set time property
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | system_server.te | 3 # The current (at the time of writing) implementation of OpenGL needs to create executable memory. 5 # (system/sepolicy) contains a corresponding neverallow which would cause build-time errors if the
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 880 struct LSM6DSMTimeCalibration time; member 1431 if (T(time).status != TIME_SYNC_TIMER) in lsm6dsm_timeSyncTask() 1440 T(time).timeSyncRtcTime = sensorGetTime(); in lsm6dsm_timeSyncTask() 2281 …T(time).theoreticalDeltaTimeLSB = cpuMathU64DivByU16((uint64_t)lsm6dsm_sensorHzToNs(T(fifoCntl).tr… in lsm6dsm_calculateFifoDecimators() 2282 T(time).deltaTimeMarginLSB = ((T(time).theoreticalDeltaTimeLSB) * 10) / 100; in lsm6dsm_calculateFifoDecimators() 2348 T(time).sampleTimestampFromFifoLSB = 0; in lsm6dsm_resetTimestampSync() 2349 T(time).timestampIsValid = false; in lsm6dsm_resetTimestampSync() 2350 T(time).lastSampleTimestamp = 0; in lsm6dsm_resetTimestampSync() 2351 T(time).noTimer.lastTimestampDataAvlRtcTime = 0; in lsm6dsm_resetTimestampSync() 2352 T(time).noTimer.newTimestampDataAvl = false; in lsm6dsm_resetTimestampSync() [all …]
|
D | README | 28 Those flags modify @ compile time the behavior of the driver enabling for 58 /* Magnetometer sensor (only one per time can be used) */ 63 /* Barometer sensor (only one per time can be used) */
|
/device/google/cuttlefish/common/libs/time/ |
D | monotonic_time.cpp | 19 namespace time { namespace
|
D | monotonic_time.h | 22 namespace time { 290 return cuttlefish::time::Microseconds( in get_monotonic_usecs() 291 cuttlefish::time::MonotonicTimePoint::Now().SinceEpoch()).count(); in get_monotonic_usecs()
|
/device/google/contexthub/firmware/ |
D | README | 10 # First time you run toolchain-setup.sh it will download and install 12 # Next time it will simply define environment variables for it.
|
/device/google/contexthub/firmware/os/drivers/vsync/ |
D | vsync.c | 83 static bool vsyncAllocateEvt(struct SingleAxisDataEvent **evPtr, uint64_t time) in vsyncAllocateEvt() argument 96 ev->referenceTime = time; in vsyncAllocateEvt()
|
/device/generic/goldfish/audio/ |
D | device_port_source.h | 34 virtual Result getCapturePosition(uint64_t &frames, uint64_t &time) = 0;
|
D | device_port_source.cpp | 66 Result getCapturePosition(uint64_t &frames, uint64_t &time) override { in getCapturePosition() 73 time = nowNs; in getCapturePosition() 225 Result getCapturePosition(uint64_t &frames, uint64_t &time) override { in getCapturePosition() 231 time = nowNs; in getCapturePosition()
|
/device/google/taimen/ |
D | init-taimen.rc | 2 # boot time fs tune 17 # end boot time fs tune
|
/device/google/muskie/ |
D | init-common.rc | 2 # boot time fs tune 12 # end boot time fs tune
|