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

  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 207 KeyedVector<int, frame_callback> mVideoSubscribers;
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 72 mVideoSubscribers.clear();
155 mVideoSubscribers.add((int) cookie, callback);
196 mVideoSubscribers.removeItem((int) cookie);
204 mVideoSubscribers.removeItem((int) cookie);
1180 ret = __sendFrameToSubscribers(frame, &mVideoSubscribers, CameraFrame::VIDEO_FRAME_SYNC);
    [all...]

Completed in 174 milliseconds