Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/common/
DFilterAudioStream.h170 int64_t childPosition = 0; in getTimestamp() local
171 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds); in getTimestamp()
172 *framePosition = childPosition * mRateScaler; in getTimestamp()
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dsliver.dart1382 throw FlutterError('$runtimeType does not implement childPosition.');