Home
last modified time | relevance | path

Searched refs:milli (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanDetailCache.java182 long milli = now_ms - scanDetail.getSeen(); in toString() local
189 ageMilli = milli % 1000; in toString()
190 ageSec = (milli / 1000) % 60; in toString()
191 ageMin = (milli / (60 * 1000)) % 60; in toString()
192 ageHour = (milli / (60 * 60 * 1000)) % 24; in toString()
193 ageDay = (milli / (24 * 60 * 60 * 1000)); in toString()
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.cpp41 int milli = ms % 1000; in getElapsedTime() local
44 << std::setw(2) << seconds << "." << std::setw(3) << milli << " "; in getElapsedTime()
/frameworks/base/core/proto/android/hardware/location/
Dcontext_hub_info.proto41 // Power draw in stopped state in milli watts
43 // Power draw in sleep state in milli watts
45 // Peak power draw in milli watts
/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp68 lock, std::chrono::duration<int32_t, std::milli>(kWaitTimeBeforeCloseMs)); in run()
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal29 * location and a detected milli ohms.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto60 // The system time in milli seconds. This represents the actual
64 // The time since boot in milli seconds.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto676 // The length of time in milli-seconds that automatic small adjustments to
/frameworks/base/cmds/statsd/src/
Datoms.proto10219 // Total pulled reported time to first fix (in milli-seconds) since boot
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...