OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForNextFrame
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h
306
virtual status_t
waitForNextFrame
(nsecs_t timeout) = 0;
312
* May be called concurrently to most methods, except for
waitForNextFrame
.
FrameProcessorBase.cpp
124
res = device->
waitForNextFrame
(kWaitDuration);
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h
150
status_t
waitForNextFrame
(nsecs_t timeout) override;
[
all
...]
Camera3Device.cpp
[
all
...]
Completed in 120 milliseconds