Home
last modified time | relevance | path

Searched refs:sync_clocks (Results 1 – 6 of 6) sorted by relevance

/external/walt/android/WALT/app/src/main/jni/
Dsync_clock.h46 void sync_clocks(struct clock_connection *clk);
Dsync_clock_jni.c41 sync_clocks(&clk); in Java_org_chromium_latency_walt_WaltUsbConnection_syncClock__III()
Dsync_clock_linux.c63 sync_clocks(&clk); in main()
Dsync_clock.c311 void sync_clocks(struct clock_connection *clk) { in sync_clocks() function
/external/mesa3d/src/freedreno/vulkan/
Dtu_perfetto.cc374 sync_clocks(struct tu_device *dev, in sync_clocks() function
460 struct tu_perfetto_clocks clocks = sync_clocks(dev, gpu_clocks); in tu_perfetto_end_submit()
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc493 auto& sync_clocks = sync_clock_snapshots.back(); in ParseRemoteClockSync() local
501 sync_clocks[clock.clock_id()].first = clock.timestamp(); in ParseRemoteClockSync()
510 sync_clocks[clock.clock_id()].second = clock.timestamp(); in ParseRemoteClockSync()