Searched refs:captured (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DRemoteUSBDeviceImpl.h80 bool captured (void) const { return mData.state == USBDeviceState_Captured; } function in class:RemoteUSBDevice
81 void captured (bool aCaptured) function in class:RemoteUSBDevice
/vbox/src/VBox/Devices/Audio/
H A Daudio.c1450 int captured, min; local
1452 captured = hw->pcm_ops->run_in (hw);
1455 hw->total_samples_captured += captured - min;
1456 hw->ts_helper += captured;
1478 int live, rpos, captured; local
1482 captured = live = audio_pcm_hw_get_live_out (hw);
1508 if (audio_bug (AUDIO_FUNC, captured > sw->total_hw_samples_mixed)) {
1509 dolog ("captured=%d sw->total_hw_samples_mixed=%d\n",
1510 captured, sw->total_hw_samples_mixed);
1511 captured
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3521 * @param pszPath The path to the media / drive which is now being mounted / captured.
9316 pUSBDevice->captured(true);
9370 if (pUSBDevice->captured())

Completed in 71 milliseconds