Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/perfstatsd/
Dperfstatsd.cpp51 auto seconds = std::chrono::time_point_cast<std::chrono::seconds>(raw_time); in getHistory() local
/hardware/google/aemu/windows/src/
Dtime.cpp141 unsigned int sleep(unsigned int seconds) { in sleep()
/hardware/google/aemu/base/
DHealthMonitor_unittest.cpp74 void step(int seconds) { in step()
81 int SToMs(int seconds) { return seconds * 1'000; } in SToMs()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.cpp162 void EmulatedScene::SetExposureDuration(float seconds) { in SetExposureDuration()