Searched defs:processTimestamp (Results 1 – 3 of 3) sorted by relevance
96 void IsochronousClockModel::processTimestamp(int64_t framePosition, int64_t nanoTime) { in processTimestamp() function in IsochronousClockModel
782 void AudioStreamInternal::processTimestamp(uint64_t position, int64_t time) { in processTimestamp() function in AudioStreamInternal
219 int64_t processTimestamp = (timestamp == nullptr) ? 0 : strtoll(timestamp, nullptr, 10); in onEvent() local