Searched defs:usec (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/native/android/
H A Dsensor.cpp99 int32_t usec)
102 static_cast<Sensor const*>(sensor), us2ns(usec));
98 ASensorEventQueue_setEventRate(ASensorEventQueue* queue, ASensor const* sensor, int32_t usec) argument
/frameworks/native/opengl/libagl/
H A Ddxt.cpp184 long usec = (end_t.tv_sec - start_t.tv_sec)*1000000 + local
187 printf("Scanned w=%d h=%d in %ld usec\n", width, height, usec);
629 long usec = (end_t.tv_sec - start_t.tv_sec)*1000000 + local
632 printf("Loaded w=%d h=%d in %ld usec\n", width, height, usec);

Completed in 126 milliseconds