Home
last modified time | relevance | path

Searched refs:nanoseconds (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/api/
Drs_time.spec98 summary: System uptime in nanoseconds
100 Returns the current system clock (uptime) in nanoseconds.
/frameworks/rs/scriptc/
Drs_time.rsh115 * rsUptimeNanos: System uptime in nanoseconds
117 * Returns the current system clock (uptime) in nanoseconds.
121 * Returns: Uptime in nanoseconds.
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp430 …ManagerService_set(JNIEnv*, jobject, jlong nativeData, jint type, jlong seconds, jlong nanoseconds) in android_server_AlarmManagerService_set() argument
435 ts.tv_nsec = nanoseconds; in android_server_AlarmManagerService_set()
442 static_cast<long long>(nanoseconds), strerror(errno)); in android_server_AlarmManagerService_set()
/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp205 … uint64_t cur_time = uint64_t(chrono::duration_cast<chrono::nanoseconds>(end - start).count()); in worker_fx()
292 …er_sec = double(iterations * workers) / (chrono::duration_cast<chrono::nanoseconds>(end - start).c… in main()
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt48 * nanoseconds.
78 nanoseconds, but the exact meaning of the time depends on the native
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_time.jd69 System uptime in nanoseconds
244 <span class='normal'>: System uptime in nanoseconds</span>
257 <tr><td>Uptime in nanoseconds.</td></tr>
261 <p> Returns the current system clock (uptime) in nanoseconds.
Dindex.jd2371 System uptime in nanoseconds
Doverview.jd2266 System uptime in nanoseconds
/frameworks/rs/java/tests/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt7 1. All the timing numbers are in nanoseconds, since a lot of the kernel is processed really fast.
/frameworks/base/docs/html/training/testing/
Dperformance.jd135 format of the output data columns. All timestamps are in nanoseconds.
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd365 // Create a constant to convert nanoseconds to seconds.
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java2090 private native void set(long nativeData, int type, long seconds, long nanoseconds); in set() argument
/frameworks/native/vulkan/api/
Dvulkan.api3339 u64 timeout) { /// timeout in nanoseconds