Home
last modified time | relevance | path

Searched refs:clock_connection (Results 1 – 4 of 4) sorted by relevance

/external/walt/android/WALT/app/src/main/jni/
Dsync_clock.c130 int send_cmd(struct clock_connection *clk, char cmd) { in send_cmd()
135 int send_async(struct clock_connection *clk, char cmd) { in send_async()
140 int bulk_read(struct clock_connection *clk) { in bulk_read()
147 int micros(struct clock_connection *clk) { in micros()
153 void flush_incoming(struct clock_connection *clk) { in flush_incoming()
164 void read_remote_timestamps(struct clock_connection *clk, int * times_remote) { in read_remote_timestamps()
186 void zero_remote(struct clock_connection *clk) { in zero_remote()
199 void improve_minE(struct clock_connection *clk) { in improve_minE()
248 void improve_maxE(struct clock_connection *clk) { in improve_maxE()
294 void improve_bounds(struct clock_connection *clk) { in improve_bounds()
[all …]
Dsync_clock.h28 struct clock_connection { struct
43 int micros(struct clock_connection *clk); argument
46 void sync_clocks(struct clock_connection *clk);
49 void update_bounds(struct clock_connection *clk);
Dsync_clock_jni.c27 struct clock_connection clk;
Dsync_clock_linux.c58 struct clock_connection clk; in main()