Home
last modified time | relevance | path

Searched refs:_DataPumpThread (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h120 static int32 _DataPumpThread(void *_this);
H A DCamDevice.cpp158 fPumpThread = spawn_thread(_DataPumpThread, "USB Webcam Data Pump", 50, in StartTransfer()
627 CamDevice::_DataPumpThread(void *_this) in _DataPumpThread() function in CamDevice