Searched refs:clockId (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/media/libaaudio/src/utility/ |
D | AudioClock.h | 34 static int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC) { 36 int result = clock_gettime(clockId, &time); 53 clockid_t clockId = CLOCK_MONOTONIC) { 59 int err = clock_nanosleep(clockId, TIMER_ABSTIME, &time, nullptr); 82 static int sleepForNanos(int64_t nanoseconds, clockid_t clockId = CLOCK_MONOTONIC) { 89 int err = clock_nanosleep(clockId, flags, &time, nullptr);
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamLegacy.cpp | 173 aaudio_result_t AudioStreamLegacy::getBestTimestamp(clockid_t clockId, in getBestTimestamp() argument 178 switch (clockId) { in getBestTimestamp() 186 ALOGE("getTimestamp() - Unrecognized clock type %d", (int) clockId); in getBestTimestamp()
|
D | AudioStreamRecord.h | 46 virtual aaudio_result_t getTimestamp(clockid_t clockId,
|
D | AudioStreamTrack.h | 61 aaudio_result_t getTimestamp(clockid_t clockId,
|
D | AudioStreamLegacy.h | 107 aaudio_result_t getBestTimestamp(clockid_t clockId,
|
D | AudioStreamRecord.cpp | 484 aaudio_result_t AudioStreamRecord::getTimestamp(clockid_t clockId, in getTimestamp() argument 497 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
|
D | AudioStreamTrack.cpp | 479 aaudio_result_t AudioStreamTrack::getTimestamp(clockid_t clockId, in getTimestamp() argument 491 aaudio_result_t result = getBestTimestamp(clockId, &position, in getTimestamp()
|
/frameworks/av/media/libaaudio/examples/utils/ |
D | AAudioExampleUtils.h | 92 int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC) { 94 int result = clock_gettime(clockId, &time);
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioStreamInternal.h | 53 aaudio_result_t getTimestamp(clockid_t clockId,
|
D | AudioStreamInternal.cpp | 435 aaudio_result_t AudioStreamInternal::getTimestamp(clockid_t clockId, in getTimestamp() argument
|
/frameworks/av/media/libaaudio/src/core/ |
D | AudioStream.h | 94 virtual aaudio_result_t getTimestamp(clockid_t clockId,
|
/frameworks/native/services/inputflinger/ |
D | EventHub.cpp | 1508 int clockId = CLOCK_MONOTONIC; in configureFd() local 1509 bool usingClockIoctl = !ioctl(device->fd, EVIOCSCLOCKID, &clockId); in configureFd()
|