Searched refs:poll_thread (Results 1 – 6 of 6) sorted by relevance
/external/libxcam/tests/ |
D | test-poll-thread.cpp | 216 SmartPtr<PollThread> poll_thread = new PollThread(); in main() local 221 SmartPtr<PollThread> poll_thread = new PollThread(); in main() local 225 poll_thread->set_capture_device(device); in main() 226 poll_thread->set_event_device(event_device); in main() 227 poll_thread->set_poll_callback(poll_cb); in main() 231 poll_thread->start(); in main() 241 ret = poll_thread->stop(); in main()
|
D | test-device-manager.cpp | 879 SmartPtr<PollThread> poll_thread; in main() local 881 poll_thread = new PollThread (); in main() 883 poll_thread = new FakePollThread (path_to_fake.c_str ()); in main() 889 poll_thread = isp_poll_thread; in main() 892 device_manager->set_poll_thread (poll_thread); in main()
|
/external/syslinux/core/fs/pxe/ |
D | isr.c | 19 static struct thread *pxe_thread, *poll_thread; variable 259 poll_thread = start_thread("pxe poll", 4096, POLL_THREAD_PRIORITY, in pxe_start_isr() 294 if (poll_thread) in reset_pxe() 295 kill_thread(poll_thread); in reset_pxe()
|
/external/libusb/examples/ |
D | dpfp_threaded.c | 73 static pthread_t poll_thread; variable 497 r = pthread_create(&poll_thread, NULL, poll_thread_main, NULL); in main() 504 pthread_join(poll_thread, NULL); in main() 511 pthread_join(poll_thread, NULL); in main() 519 pthread_join(poll_thread, NULL); in main()
|
/external/libxcam/xcore/ |
D | Makefile.am | 29 poll_thread.cpp \
|
/external/libxcam/wrapper/gstreamer/ |
D | gstxcamsrc.cpp | 923 SmartPtr<PollThread> poll_thread; in gst_xcam_src_start() local 1142 poll_thread = new PollThread (); in gst_xcam_src_start() 1144 poll_thread = new FakePollThread (xcamsrc->path_to_fake); in gst_xcam_src_start() 1150 poll_thread = isp_poll_thread; in gst_xcam_src_start() 1153 device_manager->set_poll_thread (poll_thread); in gst_xcam_src_start()
|