Home
last modified time | relevance | path

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

1234

/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/media/audio_utils/tests/
Dhal_smoothness_tests.cpp83 unsigned int timestamp = 200; in TEST_F() local
117 int timestamp = 200; in TEST_F() local
167 unsigned int timestamp = 200; in TEST_F() local
189 unsigned int timestamp = 200; in TEST_F() local
288 unsigned int timestamp = 200; in TEST_F() local
304 unsigned int timestamp = 201; in TEST_F() local
/system/gatekeeper/
Dgatekeeper.cpp63 uint64_t timestamp = GetMillisecondsSinceBoot(); in Enroll() local
135 uint64_t timestamp = GetMillisecondsSinceBoot(); in Verify() local
254 uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id, in MintAuthToken()
326 bool GateKeeper::ThrottleRequest(uint32_t uid, uint64_t timestamp, in ThrottleRequest()
354 bool GateKeeper::IncrementFailureRecord(uint32_t uid, secure_id_t user_id, uint64_t timestamp, in IncrementFailureRecord()
/system/media/audio_utils/include/audio_utils/
DMelAggregator.h35 int64_t timestamp; member
49 const int64_t timestamp; member
Dhal_smoothness.h69 unsigned long timestamp; member
/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/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
DSensorDatapoint.java27 public long timestamp; field in SensorDatapoint
/system/extras/boottime_tools/bootio/
Dprotos.proto25 required int64 timestamp = 1; field
44 required int64 timestamp = 1; field
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc363 uint64_t timestamp = event->timestamp; in handleAudioDataEvent() local
393 uint64_t timestamp = in handleBleAdvertismentEvent() local
413 void Manager::checkTimestamp(uint64_t timestamp, uint64_t pastTimestamp) { in checkTimestamp()
421 void Manager::checkTimestampInterval(uint64_t timestamp, uint64_t pastTimestamp, in checkTimestampInterval()
475 uint64_t timestamp = header.baseTimestamp; in handleAccelSensorDataEvent() local
494 uint64_t timestamp = header.baseTimestamp; in handleGyroSensorDataEvent() local
512 uint64_t timestamp = header.baseTimestamp; in handleInstantMotionSensorDataEvent() local
/system/chre/apps/test/chqts/src/general_test/
Dtimer_set_test.cc79 void TimerSetTest::Stage::processEvent(uint64_t timestamp, TimerSetTest *test) { in processEvent()
163 uint64_t timestamp = chreGetTime(); in handleEvent() local
/system/extras/perf_tools/
Dreport.proto14 required string timestamp = 1; field
/system/keymint/wire/src/
Dsecureclock.rs16 pub timestamp: Timestamp, field
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGetTimeTestExecutor.java82 long timestamp = ByteBuffer.wrap(data) in handleMessageFromNanoApp() local
/system/chre/host/common/include/chre_host/
Dbt_snoop_log_parser.h60 uint64_t timestamp; member
/system/keymint/hal/src/hal/
Dtests.rs13 timestamp: Timestamp, field
/system/media/audio_utils/
DMelAggregator.cpp81 std::map<int64_t, CsdRecord>::iterator MelAggregator::addNewestCsdRecord_l(int64_t timestamp, in addNewestCsdRecord_l()
125 int64_t timestamp = mMelRecords.begin()->first; in updateCsdRecords_l() local
/system/media/alsa_utils/
Dalsa_device_proxy.c255 uint64_t *frames, struct timespec *timestamp) in proxy_get_presentation_position()
292 struct timespec timestamp; in proxy_get_capture_position() local
/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/chre/core/include/chre/core/
Dble_request_manager.h253 Nanoseconds timestamp; member
/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

1234