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

  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 211 KeyedVector<int, event_callback> mZoomSubscribers;
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 75 mZoomSubscribers.clear();
161 mZoomSubscribers.add((int) cookie, eventCb);
212 mZoomSubscribers.removeItem((int) cookie);
1077 if ( mZoomSubscribers.size() == 0 ) {
1091 for (unsigned int i = 0 ; i < mZoomSubscribers.size(); i++ ) {
1092 zoomEvent.mCookie = (void *) mZoomSubscribers.keyAt(i);
1093 eventCb = (event_callback) mZoomSubscribers.valueAt(i);
    [all...]

Completed in 1134 milliseconds