Home
last modified time | relevance | path

Searched refs:notifyZoomSubscribers (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXZoom.cpp152 notifyZoomSubscribers(mCurrentZoomIdx, true); in advanceZoom()
200 notifyZoomSubscribers(mCurrentZoomIdx, true); in advanceZoom()
207 notifyZoomSubscribers(mCurrentZoomIdx, false); in advanceZoom()
/hardware/ti/omap4xxx/camera/inc/
DBaseCameraAdapter.h147 status_t notifyZoomSubscribers(int zoomIdx, bool targetReached);
/hardware/ti/omap4xxx/camera/
DBaseCameraAdapter.cpp1069 status_t BaseCameraAdapter::notifyZoomSubscribers(int zoomIdx, bool targetReached) in notifyZoomSubscribers() function in android::BaseCameraAdapter