Searched refs:allocate (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/compile/linkloader/include/impl/
H A DELFSectionProgBits.hxx55 if (!result->chunk.allocate(sh->getSize() + stub_size)) {
62 if (!result->chunk.allocate(sh->getSize())) {
H A DELFSectionNoBits.hxx35 if (!result->chunk.allocate(sh->getSize())) {
/frameworks/compile/linkloader/include/
H A DMemChunk.h33 bool allocate(size_t size);
H A DELFObject.h47 if (!SHNCommonData.allocate(SHNCommonDataSize)) {
/frameworks/base/core/java/android/net/dhcp/
H A DDhcpDeclinePacket.java44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
H A DDhcpDiscoverPacket.java45 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
H A DDhcpInformPacket.java44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
H A DDhcpNakPacket.java46 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
H A DDhcpRequestPacket.java49 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
H A DDhcpAckPacket.java60 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
H A DDhcpOfferPacket.java62 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
/frameworks/base/include/binder/
H A DMemoryDealer.h39 virtual sp<IMemory> allocate(size_t size);
/frameworks/base/media/mtp/
H A DMtpPacket.h44 void allocate(int length);
H A DMtpPacket.cpp50 allocate(MTP_CONTAINER_HEADER_SIZE);
55 void MtpPacket::allocate(int length) { function in class:android::MtpPacket
89 allocate(length);
H A DMtpDataPacket.cpp156 allocate(mOffset + 1);
163 allocate(mOffset + 1);
170 allocate(mOffset + 2);
178 allocate(mOffset + 2);
186 allocate(mOffset + 4);
196 allocate(mOffset + 4);
206 allocate(mOffset + 8);
220 allocate(mOffset + 8);
366 allocate(length);
386 allocate(totalLengt
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleAppName.java93 ByteBuffer out = ByteBuffer.allocate(4 + appName.length()*2);
H A DDdmHandleHello.java122 ByteBuffer out = ByteBuffer.allocate(16
159 ByteBuffer out = ByteBuffer.allocate(size);
H A DDdmHandleThread.java160 ByteBuffer out = ByteBuffer.allocate(bufferSize);
/frameworks/compile/linkloader/lib/
H A DMemChunk.cpp47 bool MemChunk::allocate(size_t size) { function in class:MemChunk
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java313 c.allocate(context, contactRef);
397 c.allocate(context, contactRef);
445 private void allocate(Context context, Uri contactRef) { method in class:CallerInfoAsyncQuery
/frameworks/base/libs/binder/
H A DMemoryDealer.cpp132 size_t allocate(size_t size, uint32_t flags = 0);
235 sp<IMemory> MemoryDealer::allocate(size_t size) function in class:android::MemoryDealer
238 const ssize_t offset = allocator()->allocate(size);
289 size_t SimpleBestFitAllocator::allocate(size_t size, uint32_t flags) function in class:android::SimpleBestFitAllocator
/frameworks/base/media/java/android/media/videoeditor/
H A DTransitionAlpha.java126 ByteBuffer byteBuffer = ByteBuffer.allocate(framingBuffer.length * 4);
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java475 ByteBuffer cmd = ByteBuffer.allocate(6);
503 ByteBuffer cmd = ByteBuffer.allocate(6);
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java122 encodedBytes = ByteBuffer.allocate(80);
123 decodedChars = CharBuffer.allocate(80);
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp41 sp<IMemory> mem = mMemoryDealer->allocate(kBufferSize);

Completed in 1338 milliseconds

12