Searched refs:GetData (Results 51 - 68 of 68) sorted by relevance

123

/haiku/src/apps/diskprobe/
H A DFindWindow.cpp55 void GetData(BMessage& message);
471 FindTextView::GetData(BMessage& message) function in class:FindTextView
591 fTextView->GetData(find);
/haiku/src/kits/app/
H A DKey.cpp145 BKey::GetData(uint8* buffer, size_t bufferSize) const function in class:BKey
H A DServerLink.cpp120 shape.GetData(&opCount, &ptCount, &opList, &ptList);
H A DMessenger.cpp330 if (BLaunchRoster().GetData(signature, data) == B_OK) {
H A DRoster.cpp2688 if (BLaunchRoster().GetData(B_REGISTRAR_SIGNATURE, data) == B_OK) {
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DMACLib.h229 // GetData(...) - gets raw decompressed audio
239 virtual int GetData(char * pBuffer, int nBlocks, int * pBlocksRetrieved) = 0;
H A DWAVInputSource.cpp216 int CWAVInputSource::GetData(unsigned char * pBuffer, int nBlocks, int * pBlocksRetrieved) function in class:CWAVInputSource
H A DAPESimple.cpp340 int nRetVal = spAPEDecompress->GetData((char *) spTempBuffer.GetPtr(), BLOCKS_PER_DECODE, &nBlocksDecoded);
/haiku/src/add-ons/media/plugins/ape_reader/
H A DAPEReader.cpp151 aRetVal = mDecomp->GetData(reinterpret_cast<char*>(mDecodedData),
/haiku/src/kits/media/
H A DTimeCode.cpp455 BTimeCode::GetData(int *out_hours, function in class:BTimeCode
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp1045 char* readBuffer = (char*)reply->buffer.GetData();
1453 if (isBuffer && writeSize > 0 && reply->buffer.GetData()) {
1456 memcpy(buffer, reply->buffer.GetData(), writeSize);
1691 void* readBuffer = reply->buffer.GetData();
2177 void* readBuffer = reply->buffer.GetData();
2468 memcpy(buffer, reply->buffer.GetData(), copyBytes);
2654 memcpy(buffer, reply->buffer.GetData(), copyBytes);
2880 void* readBuffer = reply->buffer.GetData();
3254 memcpy(buffer, reply->buffer.GetData(), copyBytes);
3561 memcpy(buffer, reply->buffer.GetData(), copyByte
[all...]
/haiku/src/preferences/filetypes/
H A DIconView.cpp390 Icon::GetData(icon_size which, BBitmap** _bitmap) const function in class:Icon
419 Icon::GetData(uint8** _data, size_t* _size) const function in class:Icon
1248 if (icon->GetData(&data, &size) == B_OK) {
/haiku/src/kits/interface/
H A DShape.cpp540 BShape::GetData(int32* opCount, int32* ptCount, uint32** opList, function in class:BShape
/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/kernel/file_systems/reiserfs/
H A DIterators.cpp1526 reinterpret_cast<uint8*>(block->GetData()) + localOffset,
1549 reinterpret_cast<uint8*>(fItem.GetData()) + offset, bufferSize);
/haiku/src/tools/restest/
H A DResourceFile.cpp435 memcpy(data, item->GetData(), entrySize);
1001 const void* tableData = fInfoTableItem->GetData();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
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/server/
H A DClientConnection.cpp1097 const char* buffer = (const char*)request->data.GetData();
2204 char* buffer = (char*)request->data.GetData();
2711 memcpy(requestBuffer->GetData(), data, dataSize);
2712 _ConvertAttribute(info->info, requestBuffer->GetData());
2738 attribute->GetData(), &attrInfo);

Completed in 173 milliseconds

123