/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/gatekeeper/ |
D | gatekeeper.cpp | 50 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/ |
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/extras/boottime_tools/bootio/ |
D | protos.proto | 25 required int64 timestamp = 1; field 44 required int64 timestamp = 1; field
|
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/ |
D | SensorDatapoint.java | 27 public long timestamp; field in SensorDatapoint
|
/system/chre/apps/test/chqts/src/general_test/ |
D | timer_set_test.cc | 75 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/ |
D | ContextHubGetTimeTestExecutor.java | 82 long timestamp = ByteBuffer.wrap(data) in handleMessageFromNanoApp() local
|
/system/media/alsa_utils/ |
D | alsa_device_proxy.c | 212 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/ |
D | ble_request_manager.h | 185 Nanoseconds timestamp; member
|
D | sensor_request_manager.h | 327 Nanoseconds timestamp; member
|
D | gnss_manager.h | 161 Nanoseconds timestamp; member
|
/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/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
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | audio.h | 240 uint64_t timestamp; member
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | audio.h | 240 uint64_t timestamp; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | audio.h | 240 uint64_t timestamp; member
|
/system/unwinding/libunwindstack/ |
D | GlobalDebugImpl.h | 56 Uint64_T timestamp; member 74 Uint64_T timestamp; member
|
/system/core/debuggerd/proto/ |
D | tombstone.proto | 13 string timestamp = 4; field 201 string timestamp = 1; field
|
/system/chre/chre_api/legacy/v1_5/chre/ |
D | audio.h | 240 uint64_t timestamp; member
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 83 int64_t timestamp, int uid) { in onInterfaceClassActivityChanged()
|