OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApHubSync
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/algos/
ap_hub_sync.h
41
struct
ApHubSync
{
51
void apHubSyncReset(struct
ApHubSync
* sync);
54
void apHubSyncAddDelta(struct
ApHubSync
* sync, uint64_t apTime, uint64_t hubTime);
57
int64_t apHubSyncGetDelta(struct
ApHubSync
* sync, uint64_t hubTime);
/device/google/contexthub/firmware/os/algos/
ap_hub_sync.c
38
void apHubSyncReset(struct
ApHubSync
* sync) {
45
void apHubSyncAddDelta(struct
ApHubSync
* sync, uint64_t apTime, uint64_t hubTime) {
85
int64_t apHubSyncGetDelta(struct
ApHubSync
* sync, uint64_t hubTime) {
/device/google/contexthub/firmware/os/core/
nanohubCommand.c
106
static struct
ApHubSync
mTimeSync;
720
static void addDelta(struct
ApHubSync
*sync, uint64_t apTime, uint64_t hubTime)
728
static int64_t getAvgDelta(struct
ApHubSync
*sync)
[
all
...]
Completed in 680 milliseconds