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

  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 246 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
252 * May be called concurrently to most methods, except for waitForNextFrame.
FrameProcessorBase.cpp 109 res = device->waitForNextFrame(kWaitDuration);
  /frameworks/native/include/gui/
Surface.h 131 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 151 status_t waitForNextFrame(nsecs_t timeout) override;
    [all...]
Camera3Device.cpp     [all...]
  /frameworks/native/libs/gui/
Surface.cpp     [all...]

Completed in 524 milliseconds