/system/libbase/include/android-base/ |
D | chrono_utils.h | 38 class Timer { 40 Timer() : start_(boot_clock::now()) {} in Timer() function 50 std::ostream& operator<<(std::ostream& os, const Timer& t);
|
/system/teeui/libteeui/include/secure_input/ |
D | evdev.h | 102 struct Timer { struct 103 Timer(std::chrono::steady_clock::time_point _next, in Timer() argument 113 std::vector<Timer> timers_; argument 114 std::list<Timer> newTimers_; 116 static bool timerOrder(const Timer& a, const Timer& b);
|
/system/core/init/ |
D | block_dev_initializer.cpp | 29 using android::base::Timer; 61 Timer t; in InitMiscDevice() 112 Timer t; in InitDevices() 144 Timer t; in InitDmDevice()
|
D | sigchld_handler.cpp | 40 using android::base::Timer; 115 Timer t; in WaitToBeReaped()
|
D | reboot.cpp | 76 using android::base::Timer; 217 static void LogShutdownTime(UmountStat stat, Timer* t) { in LogShutdownTime() 281 Timer t; in UmountPartitions() 418 Timer t; in TryUmountAndFsck() 471 Timer swap_timer; in KillZramBackingDevice() 567 Timer t; in DoReboot() 705 Timer sync_timer; in DoReboot() 722 Timer sync_timer; in DoReboot() 798 Timer sync_timer; in DoUserspaceReboot() 830 Timer sync_timer; in DoUserspaceReboot()
|
D | firmware_handler.cpp | 39 using android::base::Timer; 254 Timer t; in HandleUevent()
|
D | parser.cpp | 144 android::base::Timer t; in ParseConfigFile()
|
D | init.cpp | 93 using android::base::Timer; 152 waiting_for_prop_.reset(new Timer()); in StartWaiting() 205 std::unique_ptr<Timer> waiting_for_prop_{nullptr};
|
D | ueventd.cpp | 245 android::base::Timer cold_boot_timer; in Run()
|
D | action.cpp | 160 android::base::Timer t; in ExecuteCommand()
|
D | perfboot.py | 144 self._timer = threading.Timer(timeout, notify_timeout)
|
D | property_service.cpp | 83 using android::base::Timer; 734 Timer t; in load_properties_from_file()
|
D | selinux.cpp | 82 using android::base::Timer;
|
D | builtins.cpp | 656 android::base::Timer t; in do_mount_all() 921 android::base::Timer t; in do_readahead()
|
/system/vold/ |
D | Benchmark.cpp | 125 android::base::Timer timer; in benchmarkInternal() 139 android::base::Timer timer; in benchmarkInternal() 152 android::base::Timer timer; in benchmarkInternal() 166 android::base::Timer timer; in benchmarkInternal()
|
D | IdleMaint.cpp | 46 using android::base::Timer; 203 Timer timer; in waitForGc() 272 Timer timer; in runDevGcFstab()
|
/system/libbase/ |
D | chrono_utils_test.cpp | 58 Timer t; in TEST() 68 Timer t; in TEST()
|
D | chrono_utils.cpp | 36 std::ostream& operator<<(std::ostream& os, const Timer& t) { in operator <<()
|
/system/bt/gd/cert/ |
D | cert_self_test.py | 19 from threading import Timer 578 t = Timer(0.5, closure) 590 t = Timer(0.5, closure) 602 t = Timer(0.5, closure) 615 t = Timer(0.5, closure) 624 t = Timer(0.5, closure) 635 t1 = Timer(0.5, closure1) 638 t2 = Timer(0.5, closure2) 650 t1 = Timer(0.5, closure1) 653 t2 = Timer(1, closure2) [all …]
|
/system/core/liblog/tests/ |
D | log_wrap_test.cpp | 75 android::base::Timer timer; in TEST()
|
/system/extras/libperfmgr/ |
D | FileNode.cc | 59 android::base::Timer t; in Update()
|
/system/teeui/libteeui/src/ |
D | evdev.cpp | 45 bool EventLoop::timerOrder(const Timer& a, const Timer& b) { in timerOrder()
|
/system/core/cli-test/ |
D | cli-test.cpp | 210 android::base::Timer total_timer; in RunTests() 215 android::base::Timer test_timer; in RunTests()
|
/system/apex/apexd/ |
D | apexd_utils.h | 210 android::base::Timer t; in WaitForFile()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 104 using android::base::Timer; 185 Timer t; in check_fs() 1607 Timer t; in fs_mgr_unmount_all_data_mounts()
|