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

  /development/tools/emulator/system/camera/
PreviewWindow.cpp 153 mPreviewWindow->cancel_buffer(mPreviewWindow, buffer);
166 mPreviewWindow->cancel_buffer(mPreviewWindow, buffer);
179 mPreviewWindow->cancel_buffer(mPreviewWindow, buffer);
EmulatedFakeCamera2.cpp 1039 s.ops->cancel_buffer(s.ops,
    [all...]
  /hardware/libhardware/include/hardware/
camera.h 75 int (*cancel_buffer)(struct preview_stream_ops* w, member in struct:preview_stream_ops
camera2.h 88 int (*cancel_buffer)(const struct camera2_stream_ops* w, member in struct:camera2_stream_ops
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 69 virtual int disableDisplay(bool cancel_buffer = true);
CameraHal.h 878 virtual int disableDisplay(bool cancel_buffer = true) = 0;
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.h 208 static int cancel_buffer(const camera2_stream_ops_t* w,
camera2_utils.cpp 325 camera2_stream_ops::cancel_buffer = cancel_buffer; member in class:android::camera2_stream_ops
532 int StreamAdapter::cancel_buffer(const camera2_stream_ops_t* w, function in class:android::StreamAdapter
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 416 int ANativeWindowDisplayAdapter::disableDisplay(bool cancel_buffer)
470 if(cancel_buffer)
649 err = mANativeWindow->cancel_buffer(mANativeWindow, mBufferHandleMap[i]);
651 CAMHAL_LOGEB("cancel_buffer failed: %s (%d)", strerror(-err), -err);
678 int err = mANativeWindow->cancel_buffer(mANativeWindow, mBufferHandleMap[start]);
820 ret = mANativeWindow->cancel_buffer(mANativeWindow, mBufferHandleMap[value]);
826 CAMHAL_LOGEB("cancel_buffer() failed: %s (%d)",
1142 ret = mANativeWindow->cancel_buffer(mANativeWindow, mBufferHandleMap[i]);
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera2Device.h 375 static int cancel_buffer(const camera2_stream_ops_t* w,
Camera2Device.cpp 954 camera2_stream_ops::cancel_buffer = cancel_buffer; member in class:android::camera2_stream_ops
1273 int Camera2Device::StreamAdapter::cancel_buffer(const camera2_stream_ops_t* w, function in class:android::Camera2Device::StreamAdapter
    [all...]
CameraHardwareInterface.h 663 mHalPreviewWindow.nw.cancel_buffer = __cancel_buffer;
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 1123 milliseconds