Home
last modified time | relevance | path

Searched refs:stopVideoCapture (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
DBaseCameraAdapter.h103 virtual status_t stopVideoCapture();
/hardware/ti/omap4-aah/camera/inc/
DBaseCameraAdapter.h116 virtual status_t stopVideoCapture();
/hardware/ti/omap4xxx/camera/
DBaseCameraAdapter.cpp644 ret = stopVideoCapture(); in sendCommand()
1439 status_t BaseCameraAdapter::stopVideoCapture() in stopVideoCapture() function in android::BaseCameraAdapter
/hardware/ti/omap4-aah/camera/
DBaseCameraAdapter.cpp756 ret = stopVideoCapture(); in sendCommand()
1612 status_t BaseCameraAdapter::stopVideoCapture() in stopVideoCapture() function in Ti::Camera::BaseCameraAdapter
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h402 virtual status_t stopVideoCapture();
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h448 virtual status_t stopVideoCapture();
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2328 status_t OMXCameraAdapter::stopVideoCapture() in stopVideoCapture() function in android::OMXCameraAdapter
2330 return BaseCameraAdapter::stopVideoCapture(); in stopVideoCapture()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2774 status_t OMXCameraAdapter::stopVideoCapture() in stopVideoCapture() function in Ti::Camera::OMXCameraAdapter
2776 return BaseCameraAdapter::stopVideoCapture(); in stopVideoCapture()