Searched refs:FrameTimestamp (Results 1 – 4 of 4) sorted by relevance
189 ResultWithValue<FrameTimestamp> AudioStream::getTimestamp(clockid_t clockId) { in getTimestamp()190 FrameTimestamp frame; in getTimestamp()193 return ResultWithValue<FrameTimestamp>(frame); in getTimestamp()195 return ResultWithValue<FrameTimestamp>(static_cast<Result>(result)); in getTimestamp()
493 struct FrameTimestamp { struct
308 virtual ResultWithValue<FrameTimestamp> getTimestamp(clockid_t /* clockId */);
53 oboe::FrameTimestamp playedFrame = result.value(); in getCurrentOutputLatencyMillis()