OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForBuffer
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/tests/camera2/
camera2_utils.h
58
status_t
waitForBuffer
(nsecs_t timeout);
camera2.cpp
467
res = mFrames.
waitForBuffer
(exposureTime + SEC);
617
res = mFrames.
waitForBuffer
(SEC + expectedExposureTime);
770
res = mFrames.
waitForBuffer
(exposureTime + SEC);
camera2_utils.cpp
137
status_t MetadataQueue::
waitForBuffer
(nsecs_t timeout) {
/frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h
110
status_t
waitForBuffer
(nsecs_t timeout);
Camera2Device.cpp
490
return mFrameQueue.
waitForBuffer
(timeout);
712
status_t Camera2Device::MetadataQueue::
waitForBuffer
(nsecs_t timeout)
[
all
...]
Completed in 330 milliseconds