Home
last modified time | relevance | path

Searched defs:delta (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/os/algos/
Dap_hub_sync.c47 int64_t delta = apTime - hubTime; in apHubSyncAddDelta() local
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c62 float delta = 0; in gyroStillDetUpdate() local
/device/generic/goldfish/audio/
Ddevice_port_sink.cpp96 auto delta = presentedFrames - mReceivedFrames; in getPresentationPosition() local
280 auto delta = presentedFrames - mReceivedFrames; in getPresentationPosition() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp258 int delta = 0; in IntToHexStringTimeZoneDiff() local
/device/linaro/dragonboard/shared/utils/qrtr/src/
Dwaiter.c220 uint64_t delta; in waiter_wait() local
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c317 uint64_t old_reference_time, delta; in addTiltHistoryEntry() local
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp535 auto delta = end_time - start_time; in ReadAppEvents() local
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1902 int64_t delta = getAvgDelta(&mTimeSync); in hostGetTimeDelta() local
1912 int64_t delta = getAvgDelta(&mTimeSync); in hostGetTime() local
Dseos.c120 static inline uint32_t osTaskAddIoCount(struct Task *task, int32_t delta) in osTaskAddIoCount()