| /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/extras/simpleperf/ |
| D | RecordFilter.cpp | 179 void Begin(uint64_t timestamp) { in Begin() 185 bool End(uint64_t timestamp) { in End() 234 void GlobalBegin(uint64_t timestamp) { global_ranges_.Begin(timestamp); } in GlobalBegin() 236 bool GlobalEnd(uint64_t timestamp) { return global_ranges_.End(timestamp); } in GlobalEnd() 238 void ProcessBegin(pid_t pid, uint64_t timestamp) { process_ranges_[pid].Begin(timestamp); } in ProcessBegin() 240 bool ProcessEnd(pid_t pid, uint64_t timestamp) { return process_ranges_[pid].End(timestamp); } in ProcessEnd() 242 void ThreadBegin(pid_t tid, uint64_t timestamp) { thread_ranges_[tid].Begin(timestamp); } in ThreadBegin() 244 bool ThreadEnd(pid_t tid, uint64_t timestamp) { return thread_ranges_[tid].End(timestamp); } in ThreadEnd() 261 uint64_t timestamp = sample.Timestamp(); in Check() local 302 uint64_t timestamp; in Read() local [all …]
|
| D | MapRecordReader.cpp | 59 bool MapRecordReader::ReadProcessMaps(pid_t pid, uint64_t timestamp) { in ReadProcessMaps() 65 uint64_t timestamp) { in ReadProcessMaps()
|
| /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/chre/apps/test/common/chre_stress_test/src/ |
| D | chre_stress_test_manager.cc | 351 uint64_t timestamp = event->timestamp; in handleAudioDataEvent() local 381 uint64_t timestamp = in handleBleAdvertismentEvent() local 406 void Manager::checkTimestamp(uint64_t timestamp, uint64_t pastTimestamp) { in checkTimestamp() 414 void Manager::checkTimestampInterval(uint64_t timestamp, uint64_t pastTimestamp, in checkTimestampInterval() 468 uint64_t timestamp = header.baseTimestamp; in handleAccelSensorDataEvent() local 487 uint64_t timestamp = header.baseTimestamp; in handleGyroSensorDataEvent() local 505 uint64_t timestamp = header.baseTimestamp; in handleInstantMotionSensorDataEvent() local
|
| /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/extras/boottime_tools/bootio/ |
| D | protos.proto | 25 required int64 timestamp = 1; field 44 required int64 timestamp = 1; field
|
| /system/chre/apps/test/chqts/src/general_test/ |
| D | timer_set_test.cc | 80 void TimerSetTest::Stage::processEvent(uint64_t timestamp, TimerSetTest *test) { in processEvent() 164 uint64_t timestamp = chreGetTime(); in handleEvent() local
|
| /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/perf_tools/ |
| D | report.proto | 14 required string timestamp = 1; field
|
| /system/cros-codecs/src/device/v4l2/stateless/ |
| D | request.rs | 23 timestamp: u64, field 78 timestamp: u64, field 126 fn timestamp(&self) -> u64 { in timestamp() method 212 pub fn timestamp(&self) -> u64 { in timestamp() method
|
| D | device.rs | 101 let timestamp = request.upgrade().unwrap().as_ref().borrow().timestamp(); in insert_request_into_hash() localVariable 108 let timestamp = buffer.timestamp(); in try_dequeue_capture_buffers() localVariable
|
| /system/keymint/wire/src/ |
| D | secureclock.rs | 30 pub timestamp: Timestamp, field
|
| /system/chre/util/include/chre/util/ |
| D | duplicate_message_detector.h | 52 Nanoseconds timestamp; member
|
| /system/chre/core/include/chre/core/ |
| D | sensor_request_manager.h | 339 Nanoseconds timestamp; member 358 Nanoseconds timestamp; member
|
| /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/cros-codecs/src/backend/v4l2/decoder/ |
| D | stateless.rs | 39 pub fn timestamp(&self) -> u64 { in timestamp() method 88 fn timestamp(&self) -> u64 { in timestamp() method
|
| /system/cros-codecs/src/backend/vaapi/ |
| D | decoder.rs | 56 fn timestamp(&self) -> u64 { in timestamp() method 119 fn timestamp(&self) -> u64 { in timestamp() method
|
| /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/chre/host/common/include/chre_host/ |
| D | bt_snoop_log_parser.h | 65 uint64_t timestamp; member
|
| /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/netd/server/ |
| D | NetlinkHandler.cpp | 206 const char *timestamp = evt->findParam("TIME_NS"); in onEvent() local 252 int64_t timestamp, int uid) { in notifyInterfaceClassActivityChanged()
|
| /system/logging/liblog/ |
| D | logger_write.cpp | 200 const struct timespec* timestamp = nullptr) { in write_to_log() 265 char timestamp[sizeof("mm-DD HH::MM::SS.mmm\0")]; in filestream_logger() local 342 const struct timespec* timestamp) { in __android_log_logd_logger_with_timestamp()
|