Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine_callback.cpp54 int64_t startedAtNanos; in testOpenPlayClose() local
116 startedAtNanos = getNanoseconds(CLOCK_MONOTONIC); in testOpenPlayClose()
121 (getNanoseconds(CLOCK_MONOTONIC) - startedAtNanos) / NANOS_PER_MILLISECOND; in testOpenPlayClose()