Searched refs:Data (Results 1 - 25 of 329) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DTextWidget.cpp392 BMessage* clip = be_clipboard->Data();
H A DPoseView.cpp2481 BMessage* data = be_clipboard->Data();
2501 BMessage* data = be_clipboard->Data();
/haiku/src/kits/interface/
H A DTextView.cpp1385 BMessage* clip = clipboard->Data();
1414 BMessage* clip = clipboard->Data();
1475 BMessage* data = clipboard->Data();
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp662 mode = (video_mode *)subitem->Data();
/haiku/src/apps/charactermap/
H A DCharacterView.cpp792 BMessage* clip = be_clipboard->Data();
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1673 if ((clip = be_clipboard->Data()) != NULL) {
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp583 memcpy(fFtpBitmap->Bits(), buffer->Data(),
597 memcpy(fBitmap[index]->Bits(), buffer->Data(),
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp277 ConstSocketAddress(&gL2capAddressModule, _address).AsString().Data());
/haiku/headers/private/net/
H A DNetBufferUtilities.h44 Type& Data() const function in class:NetBufferFieldReader
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp93 values[0] = (float)function[0].Data.iLevel / 256;
94 values[1] = (float)function[1].Data.iLevel / 256;
96 values[0] = function[0].Data.bMuteOn ? 1.0 : 0.0;
98 values[0] = function[0].Data.iNominal == 4 ? 1.0 : 0.0;
101 "\n", function[0].Data.iLevel, channel.wChannel, channel.dwType));
117 function[0].Data.iLevel = (int)(values[0] * 256);
119 function[1].Data.iLevel = (int)(values[1] * 256);
122 function[0].Data.bMuteOn = values[0] == 1.0;
124 function[1].Data.bMuteOn = values[0] == 1.0;
127 function[0].Data
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_mixer.cpp423 Status = GetCapabilities( &pMixerFunction->Data.Capabilities );
458 pMixerFunction->Data.Monitor.wBusOut,
459 pMixerFunction->Data.Monitor.Data.iLevel );
468 pMixerFunction->Data.Monitor.wBusOut,
469 pMixerFunction->Data.Monitor.Data.iLevel );
475 Status = GetInputClockDetect( pMixerFunction->Data.dwClockDetectBits );
479 Status = GetInputClock( pMixerFunction->Data.wClock );
485 Status = SetInputClock( pMixerFunction->Data
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp59 AddressString(Domain(), address, true).Data()
H A DEndpointManager.cpp494 true).Data()));
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp2202 device->Module()->device_removed(device->Data());
2370 kprintf("device: %s, %p\n", device->ModuleName(), device->Data());
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_acpi.cpp46 crs->addr_bas = res->Data.FixedMemory32.Address;
47 crs->addr_len = res->Data.FixedMemory32.AddressLength;
49 crs->irq = res->Data.Irq.Interrupt;
50 //crs->irq_triggering = res->Data.Irq.Triggering;
51 //crs->irq_polarity = res->Data.Irq.Polarity;
52 //crs->irq_shareable = res->Data.Irq.Shareable;
54 crs->irq = res->Data.ExtendedIrq.Interrupt;
55 //crs->irq_triggering = res->Data.ExtendedIrq.Triggering;
56 //crs->irq_polarity = res->Data.ExtendedIrq.Polarity;
57 //crs->irq_shareable = res->Data
[all...]
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1328 clip = be_clipboard->Data();
/haiku/src/apps/terminal/
H A DTermViewStates.cpp1154 if (BMessage *data = be_clipboard->Data()) {
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp912 acpi_resource_irq& irq = resource->Data.Irq;
954 acpi_resource_extended_irq& irq = resource->Data.ExtendedIrq;
1051 acpi_resource_irq& irq = resource->Data.Irq;
1071 acpi_resource_extended_irq& irq = resource->Data.ExtendedIrq;
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp231 if (BMessage* data = be_clipboard->Data())
599 // Support the "Passing Data via File" protocol
/haiku/src/apps/deskcalc/
H A DCalcView.cpp350 BMessage* clipper = be_clipboard->Data();
811 BMessage* clipper = be_clipboard->Data();
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp263 res->Data.CommonSerialBus.Type == ACPI_RESOURCE_SERIAL_TYPE_I2C) {
265 res->Data.I2cSerialBus.SlaveAddress);
268 crs->irq = res->Data.Irq.Interrupts[0];
269 crs->irq_triggering = res->Data.Irq.Triggering;
270 crs->irq_polarity = res->Data.Irq.Polarity;
271 crs->irq_shareable = res->Data.Irq.Shareable;
273 crs->irq = res->Data.ExtendedIrq.Interrupts[0];
274 crs->irq_triggering = res->Data.ExtendedIrq.Triggering;
275 crs->irq_polarity = res->Data.ExtendedIrq.Polarity;
276 crs->irq_shareable = res->Data
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp1238 memset(buffer->Data(), 0, buffer->SizeAvailable());
1259 _DecodeColor((unsigned char*)buffer->Data(),
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp617 status_t status = ApplyParameterData(buffer->Data(),buffer->SizeUsed());
2021 char* src = (char*)buffer->Data() + channel * inputSampleSize;
2143 char* dst = (char*)buffer->Data() + channel * outputSampleSize;
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp1461 IPv6Header &header = bufferHeader.Data();
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp628 ipv4_header* header = &bufferHeader.Data();
1732 ipv4_header& header = bufferHeader.Data();
1887 ipv4_header& header = bufferHeader.Data();

Completed in 173 milliseconds

1234567891011>>