OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:times_remote_received
(Results
1 - 2
of
2
) sorted by null
/external/walt/android/WALT/app/src/main/jni/
sync_clock.c
201
int
times_remote_received
[9] = {0};
local
226
read_remote_timestamps(clk,
times_remote_received
);
231
int trr =
times_remote_received
[i];
/external/walt/pywalt/pywalt/
walt.py
249
times_remote_received
= self.read_remote_times()
250
min_lag = (times_local_sent -
times_remote_received
).max()
Completed in 249 milliseconds