Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 55) sorted by relevance

123

/system/extras/simpleperf/
DRecordFilter.cpp33 void Begin(uint64_t timestamp) { in Begin()
39 bool End(uint64_t timestamp) { in End()
88 void GlobalBegin(uint64_t timestamp) { global_ranges_.Begin(timestamp); } in GlobalBegin()
90 bool GlobalEnd(uint64_t timestamp) { return global_ranges_.End(timestamp); } in GlobalEnd()
92 void ProcessBegin(pid_t pid, uint64_t timestamp) { process_ranges_[pid].Begin(timestamp); } in ProcessBegin()
94 bool ProcessEnd(pid_t pid, uint64_t timestamp) { return process_ranges_[pid].End(timestamp); } in ProcessEnd()
96 void ThreadBegin(pid_t tid, uint64_t timestamp) { thread_ranges_[tid].Begin(timestamp); } in ThreadBegin()
98 bool ThreadEnd(pid_t tid, uint64_t timestamp) { return thread_ranges_[tid].End(timestamp); } in ThreadEnd()
115 uint64_t timestamp = sample.Timestamp(); in Check() local
156 uint64_t timestamp; in Read() local
[all …]
DMapRecordReader.cpp51 bool MapRecordReader::ReadProcessMaps(pid_t pid, uint64_t timestamp) { in ReadProcessMaps()
57 uint64_t timestamp) { in ReadProcessMaps()
DJITDebugReader.h49 uint64_t timestamp; // Monotonic timestamp for the creation of the debug info member
157 uint64_t timestamp; // CLOCK_MONOTONIC time of last action member
/system/gatekeeper/
Dgatekeeper.cpp50 uint64_t timestamp = GetMillisecondsSinceBoot(); in Enroll() local
122 uint64_t timestamp = GetMillisecondsSinceBoot(); in Verify() local
241 uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id, in MintAuthToken()
313 bool GateKeeper::ThrottleRequest(uint32_t uid, uint64_t timestamp, in ThrottleRequest()
341 bool GateKeeper::IncrementFailureRecord(uint32_t uid, secure_id_t user_id, uint64_t timestamp, in IncrementFailureRecord()
/system/logging/logcat/tests/
Dlogcat_benchmark.cpp35 class timestamp { in BM_logcat_sorted_order() class
54 explicit timestamp(const char* buffer) { in BM_logcat_sorted_order() function in BM_logcat_sorted_order::timestamp
/system/extras/boottime_tools/bootio/
Dprotos.proto25 required int64 timestamp = 1; field
44 required int64 timestamp = 1; field
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
DSensorDatapoint.java27 public long timestamp; field in SensorDatapoint
/system/chre/apps/test/chqts/src/general_test/
Dtimer_set_test.cc75 void TimerSetTest::Stage::processEvent(uint64_t timestamp, TimerSetTest *test) { in processEvent()
159 uint64_t timestamp = chreGetTime(); in handleEvent() local
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGetTimeTestExecutor.java82 long timestamp = ByteBuffer.wrap(data) in handleMessageFromNanoApp() local
/system/media/alsa_utils/
Dalsa_device_proxy.c212 uint64_t *frames, struct timespec *timestamp) in proxy_get_presentation_position()
241 struct timespec timestamp; in proxy_get_capture_position() local
/system/chre/core/include/chre/core/
Dble_request_manager.h185 Nanoseconds timestamp; member
Dsensor_request_manager.h327 Nanoseconds timestamp; member
Dgnss_manager.h161 Nanoseconds timestamp; member
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_cal_helper.h151 uint64_t timestamp; member
/system/netd/server/
DNetlinkHandler.cpp203 const char *timestamp = evt->findParam("TIME_NS"); in onEvent() local
249 int64_t timestamp, int uid) { in notifyInterfaceClassActivityChanged()
/system/chre/apps/audio_world/
Daudio_world.cc111 Milliseconds timestamp = Milliseconds(Nanoseconds(event->timestamp)); in handleAudioDataEvent() local
/system/core/healthd/include_charger/charger/
Dhealthd_mode_charger.h38 int64_t timestamp; member
/system/libbase/
Dlogging_splitters.h151 char timestamp[32]; in StderrOutputGenerator() local
/system/chre/chre_api/legacy/v1_4/chre/
Daudio.h240 uint64_t timestamp; member
/system/chre/chre_api/legacy/v1_2/chre/
Daudio.h240 uint64_t timestamp; member
/system/chre/chre_api/legacy/v1_3/chre/
Daudio.h240 uint64_t timestamp; member
/system/unwinding/libunwindstack/
DGlobalDebugImpl.h56 Uint64_T timestamp; member
74 Uint64_T timestamp; member
/system/core/debuggerd/proto/
Dtombstone.proto13 string timestamp = 4; field
201 string timestamp = 1; field
/system/chre/chre_api/legacy/v1_5/chre/
Daudio.h240 uint64_t timestamp; member
/system/netd/tests/
DTestUnsolService.cpp83 int64_t timestamp, int uid) { in onInterfaceClassActivityChanged()

123