OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apHubSyncGetDelta
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/algos/
ap_hub_sync.h
57
int64_t
apHubSyncGetDelta
(struct ApHubSync* sync, uint64_t hubTime);
/device/google/contexthub/firmware/os/algos/
ap_hub_sync.c
85
int64_t
apHubSyncGetDelta
(struct ApHubSync* sync, uint64_t hubTime) {
/device/google/contexthub/firmware/os/core/
nanohubCommand.c
730
return
apHubSyncGetDelta
(sync, sensorGetTime());
[
all
...]
Completed in 285 milliseconds