HomeSort by relevance Sort by last modified time
    Searched defs:getNanoseconds (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libaaudio/examples/utils/
AAudioExampleUtils.h 43 static int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC) {
  /frameworks/av/media/libaaudio/src/utility/
AudioClock.h 33 static int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC) {
  /cts/tests/tests/nativemedia/aaudio/src/
utils.cpp 28 int64_t getNanoseconds(clockid_t clockId) {
  /external/deqp/modules/egl/
teglGetFrameTimestampsTests.cpp 102 EGLnsecsANDROID getNanoseconds (void)
603 EGLnsecsANDROID now = getNanoseconds();
638 frame.swapBufferBeginNs = getNanoseconds();
685 } while (!finalTimestampAvailable && (getNanoseconds() < pollingDeadline));

Completed in 81 milliseconds