Searched refs:IsOpen (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/kits/device/
H A DA2D.cpp33 BA2D::IsOpen() function in class:BA2D
H A DD2A.cpp32 BD2A::IsOpen() function in class:BD2A
H A DDigitalPort.cpp32 BDigitalPort::IsOpen(void) function in class:BDigitalPort
/haiku/headers/os/device/
H A DA2D.h20 bool IsOpen();
H A DD2A.h20 bool IsOpen();
H A DDigitalPort.h21 bool IsOpen();
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.h29 bool IsOpen() const { return fOpenCount > 0; } function in class:HIDDevice
H A DDriver.cpp217 if (device->IsOpen()) {
317 if (device->IsOpen()) {
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.h19 bool IsOpen() { return fOpen; }; function in class:ECMDevice
/haiku/src/kits/tracker/
H A DModel.h280 bool IsOpen() const;
282 bool IsOpen(bool forWriting) const;
506 ModelNodeLazyOpener::IsOpen() const function in class:BPrivate::ModelNodeLazyOpener
520 ModelNodeLazyOpener::IsOpen(bool forWriting) const function in class:BPrivate::ModelNodeLazyOpener
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.h25 bool IsOpen() { return fOpen; }; function in class:Device
H A DDriver.cpp92 if (device->IsOpen()) {
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DHIDDevice.h27 bool IsOpen() const { return fOpenCount > 0; } function in class:HIDDevice
H A DDriver.cpp124 if (device->IsOpen()) {
241 if (device->IsOpen()) {
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.h19 bool IsOpen() { return fOpen; }; function in class:RNDISDevice
H A DDriver.cpp78 if (device->IsOpen()) {
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.h50 bool IsOpen() { return fOpen; }; function in class:ASIXDevice
H A DDriver.cpp187 if (device->IsOpen()) {
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.h26 bool IsOpen() const { return fOpenCount > 0; } function in class:ELANDevice
H A DDriver.cpp200 if (device->IsOpen()) {
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h70 bool IsOpen() { return fDeviceOpen; }; function in class:SerialDevice
H A DDriver.cpp97 if (device->IsOpen()) {
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h109 bool IsOpen() { return fOpen; }; function in class:DavicomDevice
H A DDriver.cpp146 if (device->IsOpen()) {
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h61 bool IsOpen() { return fDeviceOpen; }; function in class:SerialDevice

Completed in 119 milliseconds

12