OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCaptureBufferLost
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/camera/ndk/include/camera/
NdkCameraCaptureSession.h
375
* returning true, along with one or more calls to {@link
onCaptureBufferLost
} for the
384
ACameraCaptureSession_captureCallback_bufferLost
onCaptureBufferLost
;
[
all
...]
/frameworks/av/camera/ndk/impl/
ACameraDevice.h
223
kWhatCaptureBufferLost,//
onCaptureBufferLost
300
mOnCaptureBufferLost = cbs->
onCaptureBufferLost
;
/frameworks/av/camera/ndk/ndk_vendor/impl/
ACameraDevice.h
251
kWhatCaptureBufferLost,//
onCaptureBufferLost
328
mOnCaptureBufferLost = cbs->
onCaptureBufferLost
;
/cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp
448
static void
onCaptureBufferLost
(void* obj, ACameraCaptureSession* /*session*/,
[
all
...]
Completed in 350 milliseconds