Searched refs:Control (Results 1 - 25 of 164) sorted by path

1234567

/haiku/headers/os/interface/
H A DButton.h9 #include <Control.h>
H A DChannelControl.h12 #include <Control.h>
H A DCheckBox.h9 #include <Control.h>
H A DColorControl.h9 #include <Control.h>
H A DInput.h54 status_t Control(uint32 code, BMessage* message);
58 static status_t Control(input_device_type type, uint32 code,
H A DOptionControl.h9 #include <Control.h>
H A DRadioButton.h10 #include <Control.h>
H A DSlider.h9 #include <Control.h>
H A DTextControl.h9 #include <Control.h>
/haiku/headers/private/graphics/nvidia/
H A Dnv_acc.h228 uint32 Control; /* triangle control: Z-enable, culling, dither.. */ member in struct:__anon854
/haiku/headers/private/interface/
H A DAbstractSpinner.h20 #include <Control.h>
/haiku/headers/private/shared/
H A DIconButton.h15 #include <Control.h>
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.h31 virtual status_t Control(const char *name, void *cookie,
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.h31 virtual status_t Control(const char* name, void* cookie,
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp223 MouseInputDevice::Control(const char* name, void* cookie, function in class:MouseInputDevice
H A DMouseInputDevice.h48 virtual status_t Control(const char *name, void* cookie,
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.h32 virtual status_t Control(const char* name, void* cookie,
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardInputDevice.h22 virtual status_t Control(const char* name, void* cookie,
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h29 virtual status_t Control(const char *device,
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp65 // disable Legacy Control
234 Device::Control(uint32 op, void *buffer, size_t length) function in class:Device
H A DDevice.h53 status_t Control(uint32 op, void *buffer, size_t length);
H A DDriver.cpp176 return device->Control(op, buffer, length);
H A DMixer.cpp243 // Control ids are encoded in the following way:
362 Mixer::_InitGainLimits(multi_mix_control& Control, GainInfo& Info) argument
370 Control.gain.min_gain = (Info.fMult > 0) ? min_gain : max_gain;
371 Control.gain.max_gain = (Info.fMult > 0) ? max_gain : min_gain;
372 Control.gain.granularity = Info.fMult;
376 Control.id |= (gran << stepShift);
377 Control.id |= (Info.fBase << baseShift);
382 Control.gain.min_gain, Control.gain.max_gain,
383 Control
[all...]
H A DMixer.h50 void _InitGainLimits(multi_mix_control& Control, GainInfo& Info);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.h32 status_t Control(uint32 op, void* buffer, size_t length);

Completed in 104 milliseconds

1234567