Searched defs:clockId (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp166 aaudio_result_t AudioStreamLegacy::getBestTimestamp(clockid_t clockId, argument
171 switch (clockId) {
179 ALOGE("getTimestamp() - Unrecognized clock type %d", (int) clockId);
H A DAudioStreamRecord.cpp482 aaudio_result_t AudioStreamRecord::getTimestamp(clockid_t clockId, argument
492 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp);
H A DAudioStreamTrack.cpp470 aaudio_result_t AudioStreamTrack::getTimestamp(clockid_t clockId, argument
482 aaudio_result_t result = getBestTimestamp(clockId, &position,
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp416 aaudio_result_t AudioStreamInternal::getTimestamp(clockid_t clockId, argument
/frameworks/native/services/inputflinger/
H A DEventHub.cpp1417 int clockId = CLOCK_MONOTONIC; local
1418 bool usingClockIoctl = !ioctl(device->fd, EVIOCSCLOCKID, &clockId);

Completed in 117 milliseconds