Searched refs:Buffer (Results 151 - 175 of 241) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpixf.h834 UINT8 *Buffer))
1192 ACPI_BUFFER *Buffer,
H A Damlresrc.h235 void *Buffer; member in struct:asl_resource_node
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp289 IOBuffer* buffer = request->Buffer();
349 IOBuffer* buffer = request->Buffer();
/haiku/src/servers/keystore/
H A DKeyring.cpp80 result = message.AddData("data", B_RAW_TYPE, fFlatBuffer.Buffer(),
/haiku/src/kits/game/
H A DGameProducer.cpp20 #include <Buffer.h>
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp5 #include <Buffer.h>
324 mBufferProducer = spawn_thread(_bufferproducer, "Buffer Producer",
/haiku/src/kits/media/
H A DMediaEventLooper.cpp34 #include <Buffer.h>
H A DSharedBufferList.cpp21 #include <Buffer.h>
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp210 = catalogFile.Write(mallocIO.Buffer(), mallocIO.BufferLength());
/haiku/src/apps/cortex/addons/common/
H A DAudioBuffer.cpp36 #include <Buffer.h>
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.cpp309 connection->Send(stream.Buffer(), stream.Size());
H A DRPCServer.cpp184 status_t result = fConnection->Send(stream.Buffer(), stream.Size());
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.cpp47 // allocate memory for both Node and Leaf Buffer
79 void* attributeFork = DIR_AFORK_PTR(fInode->Buffer(),
H A DInode.h282 char* Buffer() { return fBuffer; } function in class:Inode
H A DBPlusTree.cpp38 DIR_DFORK_PTR(fInode->Buffer(), fInode->CoreInodeSize()), sizeof(BlockInDataFork));
128 ((char*)DIR_DFORK_PTR(fInode->Buffer(), fInode->CoreInodeSize())
153 char* base = (char*)DIR_DFORK_PTR(fInode->Buffer(), fInode->CoreInodeSize())
/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp558 = writeToBody(static_cast<const std::byte*>(fDecompressorStorage->Buffer()), bodySize);
/haiku/src/apps/tv/
H A DVideoNode.cpp31 #include <Buffer.h>
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp13 #include <Buffer.h>
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp14 #include <media/Buffer.h>
704 bayer2rgb24((unsigned char *)b->Bits(), (unsigned char *)f->Buffer(), w, h);
737 bayer2rgb32le((unsigned char *)buffer->Data(), (unsigned char *)f->Buffer(), w, h);
/haiku/src/libs/alm/
H A DSharedSolver.cpp359 buffer.Buffer(), buffer.BufferLength(), false);
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp310 BDataArray *packedLine = _PackBits(lineData[channelIdx].Buffer(),
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp615 return DeliverMessage(mallocIO.Buffer(), mallocIO.BufferLength(), targets,
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp24 #include <Buffer.h>
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp15 #include <Buffer.h>
146 LOOP("VideoConsumer::Buffer #%" B_PRId32 " received\n", buffer->ID());
/haiku/src/kits/support/
H A DDataIO.cpp585 BMallocIO::Buffer() const function in class:BMallocIO

Completed in 192 milliseconds

12345678910