Searched refs:previewThread (Results 1 – 6 of 6) sorted by relevance
109 mAdapter->previewThread(); in threadLoop()120 int previewThread();
147 mAdapter->previewThread(); in threadLoop()158 int previewThread();
138 pthread_t previewThread; member
513 int V4LCameraAdapter::previewThread() in previewThread() function in android::V4LCameraAdapter
1490 if(pthread_join(camHal->previewThread, NULL)){ in stopPreviewInternal()1996 pthread_create(&camHal->previewThread, &attr, previewloop, camHal); in launch_preview_thread()
1129 int V4LCameraAdapter::previewThread() in previewThread() function in Ti::Camera::V4LCameraAdapter