/system/extras/simpleperf/ |
D | RecordFilter.cpp | 33 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 …]
|
D | MapRecordReader.cpp | 51 bool MapRecordReader::ReadProcessMaps(pid_t pid, uint64_t timestamp) { in ReadProcessMaps() 57 uint64_t timestamp) { in ReadProcessMaps()
|
D | JITDebugReader.h | 49 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/ |
D | hal_smoothness_tests.cpp | 83 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/ |
D | gatekeeper.cpp | 63 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/ |
D | MelAggregator.h | 35 int64_t timestamp; member 49 const int64_t timestamp; member
|
D | hal_smoothness.h | 69 unsigned long timestamp; member
|
/system/logging/logcat/tests/ |
D | logcat_benchmark.cpp | 35 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/ |
D | SensorDatapoint.java | 27 public long timestamp; field in SensorDatapoint
|
/system/extras/boottime_tools/bootio/ |
D | protos.proto | 25 required int64 timestamp = 1; field 44 required int64 timestamp = 1; field
|
/system/chre/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 363 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/ |
D | timer_set_test.cc | 79 void TimerSetTest::Stage::processEvent(uint64_t timestamp, TimerSetTest *test) { in processEvent() 163 uint64_t timestamp = chreGetTime(); in handleEvent() local
|
/system/extras/perf_tools/ |
D | report.proto | 14 required string timestamp = 1; field
|
/system/keymint/wire/src/ |
D | secureclock.rs | 16 pub timestamp: Timestamp, field
|
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
D | ContextHubGetTimeTestExecutor.java | 82 long timestamp = ByteBuffer.wrap(data) in handleMessageFromNanoApp() local
|
/system/chre/host/common/include/chre_host/ |
D | bt_snoop_log_parser.h | 60 uint64_t timestamp; member
|
/system/keymint/hal/src/hal/ |
D | tests.rs | 13 timestamp: Timestamp, field
|
/system/media/audio_utils/ |
D | MelAggregator.cpp | 81 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/ |
D | alsa_device_proxy.c | 255 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/ |
D | see_cal_helper.h | 151 uint64_t timestamp; member
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 203 const char *timestamp = evt->findParam("TIME_NS"); in onEvent() local 249 int64_t timestamp, int uid) { in notifyInterfaceClassActivityChanged()
|
/system/chre/apps/audio_world/ |
D | audio_world.cc | 111 Milliseconds timestamp = Milliseconds(Nanoseconds(event->timestamp)); in handleAudioDataEvent() local
|
/system/chre/core/include/chre/core/ |
D | ble_request_manager.h | 253 Nanoseconds timestamp; member
|
/system/core/healthd/include_charger/charger/ |
D | healthd_mode_charger.h | 38 int64_t timestamp; member
|
/system/libbase/ |
D | logging_splitters.h | 151 char timestamp[32]; in StderrOutputGenerator() local
|