Searched refs:GetData (Results 1 - 25 of 68) sorted by path

123

/haiku/headers/os/app/
H A DKey.h66 status_t GetData(uint8* buffer, size_t bufferSize) const;
/haiku/headers/os/interface/
H A DShape.h99 void GetData(int32* opCount, int32* ptCount,
/haiku/headers/os/locale/
H A DCatalogData.h46 virtual status_t GetData(const char* name, BMessage* msg);
47 virtual status_t GetData(uint32 id, BMessage* msg);
/haiku/headers/os/media/
H A DTimeCode.h90 void GetData(int* _hours, int* _minutes,
/haiku/headers/private/app/
H A DLaunchRoster.h25 status_t GetData(BMessage& data);
26 status_t GetData(const char* signature, BMessage& data);
/haiku/headers/private/userlandfs/private/
H A DRequest.h23 void* GetData() const { return fRelocated; } function in class:UserlandFSUtil::Address
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp145 // GetData
147 Attribute::GetData() const function in class:Attribute
440 const void* data = attrInfo.data.GetData();
H A DShareAttrDir.h30 const void* GetData() const;
H A DShareVolume.cpp824 memcpy(buffer, reply->data.GetData(), bytesRead);
1013 memcpy(buffer, reply->data.GetData(), *bytesRead);
1634 if (const void* data = attribute->GetData()) {
1712 memcpy(buffer, reply->data.GetData(), bytesRead);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequest.h30 const void* GetData() const function in struct:Data
88 void* GetData();
89 const void* GetData() const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp104 // GetData
106 Attribute::GetData() const function in class:Attribute
292 *_data = attribute->GetData();
H A DAttributeDirectory.h34 const void* GetData() const;
H A DRequestBufferReplacer.cpp40 fBuffer = (char*)requestBuffer->GetData();
112 memcpy(fBuffer, data.GetData(), size);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequest.cpp64 // GetData
66 RequestBuffer::GetData() function in class:RequestBuffer
71 // GetData
73 RequestBuffer::GetData() const function in class:RequestBuffer
H A DRequestChannel.cpp231 error = fChannel->Receive(requestBuffer->GetData(), header.size);
236 MemoryReader reader(requestBuffer->GetData(), header.size);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp94 // GetData
96 Block::GetData() const function in class:Block
353 - (const uint8*)GetData();
H A DBlock.h53 void *GetData() const;
H A DIndirectItem.h49 number = le2h(((uint32*)GetData())[index]);
H A DItem.cpp136 // GetData
138 Item::GetData() const function in class:Item
140 return (uint8*)fNode->GetData() + fHeader->GetLocation();
H A DItem.h75 void *GetData() const;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp141 char* name = (char*)request->name.GetData();
149 char* oldName = (char*)request->oldName.GetData();
292 char* name = (char*)request->name.GetData();
717 const void* data = request->buffer.GetData();
825 request->buffer.GetData(), request->buffer.GetSize());
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp790 memcpy(bufferBase, reply->buffer.GetData(), reply->buffer.GetSize());
931 memcpy(buffer, reply->buffer.GetData(), reply->buffer.GetSize());
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPECompress.cpp226 int nRetVal = pInputSource->GetData(pBuffer, nBlocksToAdd, &nBlocksAdded);
H A DAPEDecompress.cpp82 int CAPEDecompress::GetData(char * pBuffer, int nBlocks, int * pBlocksRetrieved) function in class:CAPEDecompress
158 GetData(spTempBuffer, nBlocksToSkip, &nBlocksRetrieved);
H A DAPEDecompress.h20 int GetData(char * pBuffer, int nBlocks, int * pBlocksRetrieved);

Completed in 146 milliseconds

123