HomeSort by relevance Sort by last modified time
    Searched refs:getSignalTime (Results 1 - 7 of 7) sorted by null

  /frameworks/native/include/ui/
Fence.h 90 // getSignalTime returns the system monotonic clock time at which the
94 nsecs_t getSignalTime() const;
  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 161 records[idx].frameReadyTime = rfence->getSignalTime();
171 records[idx].actualPresentTime = pfence->getSignalTime();
DispSync.cpp 333 nsecs_t t = f->getSignalTime();
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 56 nsecs_t signalTime = mCombinedFence->getSignalTime();
StatusTracker.cpp 122 // - If not yet signaled, getSignalTime returns INT64_MAX
127 nsecs_t signalTime = mIdleFence->getSignalTime();
  /frameworks/native/libs/ui/
Fence.cpp 102 nsecs_t Fence::getSignalTime() const {
  /frameworks/native/cmds/flatland/
Main.cpp 504 nsecs_t startTime = startFence->getSignalTime();
505 nsecs_t endTime = endFence->getSignalTime();

Completed in 120 milliseconds