Searched defs:outPostedTime (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DSurface.cpp138 bool Surface::getFrameTimestamps(uint64_t frameNumber, nsecs_t* outPostedTime, argument
148 if (outPostedTime) {
149 *outPostedTime = timestamps.postedTime;
798 nsecs_t* outPostedTime = va_arg(args, int64_t*); local
805 outPostedTime, outAcquireTime, outRefreshStartTime,
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2309 bool* outIsGlesComposition, nsecs_t* outPostedTime,
2321 *outPostedTime = mSurfaceFlingerConsumer->getTimestamp();
2308 getFenceData(String8* outName, uint64_t* outFrameNumber, bool* outIsGlesComposition, nsecs_t* outPostedTime, sp<Fence>* outAcquireFence, sp<Fence>* outPrevReleaseFence) const argument

Completed in 205 milliseconds