Searched refs:interface (Results 251 - 275 of 293) sorted by relevance

<<1112

/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp402 BitmapHWInterface interface(bitmap);
403 ObjectDeleter<DrawingEngine> engine(interface.CreateDrawingEngine());
H A DHWInterface.h53 virtual void ScreenChanged(HWInterface* interface) {}; argument
/haiku/src/add-ons/kernel/generic/locked_pool/
H A Dlocked_pool.c535 locked_pool_interface interface = { variable
551 &interface.minfo,
/haiku/src/kits/network/libnetapi/
H A DNetworkInterface.cpp112 BNetworkInterfaceAddress::SetTo(const BNetworkInterface& interface, int32 index) argument
115 return do_ifaliasreq(interface.Name(), B_SOCKET_GET_ALIAS, *this, true);
H A DNetworkAddress.cpp836 BNetworkInterface interface; local
839 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
840 int32 count = interface.CountAddresses();
843 if (interface.GetAddressAt(j, address) != B_OK)
/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c64 display->digital_params.interface = raw->digital_params.interface;
/haiku/headers/cpp/
H A Diomanip.h27 #pragma interface
H A Diostream.h27 #pragma interface
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dproto_cbi.c96 udi->interface, length,
256 {0, 0, 0}, /* this is not a real kernel module - just interface */
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevice_scan.cpp269 bus->interface->scan_bus(bus->sim_cookie);
H A Dscsi_internal.h104 scsi_sim_interface *interface; // SIM interface member in struct:scsi_bus_info
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp14 #include <interface/Window.h>
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h52 status_t Init(DebuggerInterface* interface,
254 // updates user interface to
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h28 RemoteHWInterface* interface);
31 // HWInterfaceListener interface
H A DRemoteDrawingEngine.cpp27 RemoteDrawingEngine::RemoteDrawingEngine(RemoteHWInterface* interface) argument
29 DrawingEngine(interface),
30 fHWInterface(interface),
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.cpp38 #include <interface/Button.h>
/haiku/headers/os/device/
H A DUSBKit.h59 /* The BUSBDevice presents an interface to a USB device. You can either get
187 // Note that the interface objects retrieved using InterfaceAt() will
212 an underleying USB interface. Most importantly though it can be used to
217 // Configuration() returns the parent configuration of this interface.
218 // This interface is located at the index returned by Index() in that
219 // parent configuration and represents the alternate interface returned
222 // device of this interface instead of going through the configuration.
229 // to return a descriptive string for the interface. If no string is
239 // Use OtherDescriptorAt() to get generic descriptors of an interface.
240 // These are usually device/interface clas
[all...]
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp56 UserInterfaceListener* listener, DebuggerInterface* interface)
61 fDebuggerInterface(interface),
114 DebuggerInterface* interface)
117 interface);
55 DebugReportGenerator(::Team* team, UserInterfaceListener* listener, DebuggerInterface* interface) argument
113 Create(::Team* team, UserInterfaceListener* listener, DebuggerInterface* interface) argument
H A DTeamDebugger.cpp327 TeamDebugger::Init(DebuggerInterface* interface, thread_id threadID, int argc, argument
348 fDebuggerInterface = interface;
350 fTeamID = interface->TeamID();
351 fIsPostMortem = interface->IsPostMortem();
/haiku/headers/os/drivers/usb/
H A DUSB_video.h202 following values: 0 = reserved, 1 = VideoControl interface,
203 2 = VideoStreaming interface. */
215 /* If the orginator bitfield value is 1 (VideoControl interface)
233 /* If the originator bitfield value is 2 (VideoStreaming interface)
258 uint8 interface; member in struct:__anon18
383 uint8 interface; member in struct:__anon26
/haiku/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.c314 usb_interface_info *uii = uci->interface[0].active;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp7 \brief The kernel representation of a PPP interface.
11 KPPPInterface handles all interface-specific commands from userspace and it
66 KPPPInterface *interface; member in struct:reconnect_info
80 /*! \brief Creates a new interface.
82 \param name Name of the PPP interface description file.
84 \param ID The interface's ID.
121 entry->interface = this;
244 //! Destructor: Disconnects and marks interface for deletion.
260 // Call Down() until we get a lock on an interface that is down.
307 //! Marks interface fo
[all...]
/haiku/headers/private/graphics/common/
H A Dedid_raw.h84 interface : 4 // 0=undefined, 1=DVI, 2=HDMIa, 3=HDMIb
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp97 DWindowHWInterface* interface,
222 DWindow::DWindow(BRect frame, DWindowHWInterface* interface, argument
228 fHWInterface(interface),
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp70 usb_interface_list *list = Configuration()->interface;

Completed in 178 milliseconds

<<1112