Home
last modified time | relevance | path

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

/system/core/libsync/
Dsync.c49 uint64_t timestamp_ns; member
280 legacy_pt_info[i].timestamp_ns = fence_info[i].timestamp_ns; in sync_file_info_to_legacy_fence_info()
318 fence->timestamp_ns = pt->timestamp_ns; in legacy_fence_info_to_sync_file_info()
/system/memory/libmeminfo/libmemevents/bpfprogs/
DbpfMemEvents.c36 unsigned long long timestamp_ns = bpf_ktime_get_ns(); variable
44 data->event_data.oom_kill.timestamp_ms = timestamp_ns / 1000000; // Convert to milliseconds
DbpfMemEventsTest.c32 unsigned long long timestamp_ns = bpf_ktime_get_ns(); variable
40 data->event_data.oom_kill.timestamp_ms = timestamp_ns / 1000000; // Convert to milliseconds
/system/core/libsync/tests/
Dsync_test.cpp37 uint64_t timestamp_ns; member
214 fences[i].timestamp_ns, in getInfo()
261 EXPECT_EQ(fences[fenceIdx].timestamp_ns, pt->timestamp_ns); in CheckModernLegacyInfoMatch()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dfilter.cc116 result.timestamp_ns = in MatchBle()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dble_filter.proto119 optional uint64 timestamp_ns = 10; field