/frameworks/base/media/mtp/ |
D | MtpDataPacket.cpp | 154 allocate(mOffset + 1); in putInt8() 161 allocate(mOffset + 1); in putUInt8() 168 allocate(mOffset + 2); in putInt16() 176 allocate(mOffset + 2); in putUInt16() 184 allocate(mOffset + 4); in putInt32() 194 allocate(mOffset + 4); in putUInt32() 204 allocate(mOffset + 8); in putInt64() 218 allocate(mOffset + 8); in putUInt64() 364 allocate(length); in writeData() 384 allocate(totalLength); in read()
|
D | MtpPacket.cpp | 50 allocate(MTP_CONTAINER_HEADER_SIZE); in reset() 55 void MtpPacket::allocate(int length) { in allocate() function in android::MtpPacket 89 allocate(length); in copyFrom()
|
D | MtpPacket.h | 44 void allocate(int length);
|
/frameworks/compile/linkloader/include/impl/ |
D | ELFSectionProgBits.hxx | 55 if (!result->chunk.allocate(sh->getSize() + stub_size)) { in read() 62 if (!result->chunk.allocate(sh->getSize())) { in read()
|
D | ELFSectionNoBits.hxx | 35 if (!result->chunk.allocate(sh->getSize())) { in read()
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandleHello.java | 122 ByteBuffer out = ByteBuffer.allocate(16 in handleHELO() 159 ByteBuffer out = ByteBuffer.allocate(size); in handleFEAT()
|
D | DdmHandleAppName.java | 93 ByteBuffer out = ByteBuffer.allocate(4 + appName.length()*2); in sendAPNM()
|
/frameworks/compile/linkloader/include/ |
D | MemChunk.h | 33 bool allocate(size_t size);
|
D | ELFObject.h | 47 if (!SHNCommonData.allocate(SHNCommonDataSize)) { in initSHNCommonDataSize()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | index.jd | 169 framework. This layer also provides methods and constructors that allow you to allocate memory 195 allocated in the Android VM for the pointer to the native RenderScript (you cannot allocate 205 <code>struct</code>, which allows you to allocate memory for one or more instances of this 234 some situations where you would want to use these classes directly to allocate memory on your 235 own, such as loading a bitmap from a resource or when you want to allocate memory for pointers to 271 android.renderscript.Element}s) but does not allocate the memory for the data that it 306 …<p>RenderScript has support for pointers, but you must allocate the memory in your Android framewo… 307 code. When you declare a global pointer in your <code>.rs</code> file, you allocate memory 311 layer. The following sections show you how to work with pointers, allocate memory for them, and 336 <p>You cannot allocate memory for these pointers in your RenderScript code, but the Android [all …]
|
/frameworks/base/include/binder/ |
D | MemoryDealer.h | 39 virtual sp<IMemory> allocate(size_t size);
|
/frameworks/base/libs/binder/ |
D | MemoryDealer.cpp | 132 size_t allocate(size_t size, uint32_t flags = 0); 235 sp<IMemory> MemoryDealer::allocate(size_t size) in allocate() function in android::MemoryDealer 238 const ssize_t offset = allocator()->allocate(size); in allocate() 289 size_t SimpleBestFitAllocator::allocate(size_t size, uint32_t flags) in allocate() function in android::SimpleBestFitAllocator
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfoAsyncQuery.java | 313 c.allocate(context, contactRef); in startQuery() 397 c.allocate(context, contactRef); in startQuery() 445 private void allocate(Context context, Uri contactRef) { in allocate() method in CallerInfoAsyncQuery
|
/frameworks/base/core/java/android/net/dhcp/ |
D | DhcpDeclinePacket.java | 44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
|
D | DhcpDiscoverPacket.java | 45 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
|
D | DhcpInformPacket.java | 44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
|
D | DhcpNakPacket.java | 46 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
|
D | DhcpRequestPacket.java | 49 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
|
D | DhcpOfferPacket.java | 62 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
|
D | DhcpAckPacket.java | 60 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
|
/frameworks/compile/linkloader/lib/ |
D | MemChunk.cpp | 47 bool MemChunk::allocate(size_t size) { in allocate() function in MemChunk
|
/frameworks/base/core/java/android/nfc/tech/ |
D | MifareClassic.java | 475 ByteBuffer cmd = ByteBuffer.allocate(6); in increment() 503 ByteBuffer cmd = ByteBuffer.allocate(6); in decrement()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | LoggingPrintStream.java | 122 encodedBytes = ByteBuffer.allocate(80); in write() 123 decodedChars = CharBuffer.allocate(80); in write()
|
/frameworks/base/media/java/android/media/videoeditor/ |
D | TransitionAlpha.java | 126 ByteBuffer byteBuffer = ByteBuffer.allocate(framingBuffer.length * 4); in TransitionAlpha()
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerStreamListener.cpp | 41 sp<IMemory> mem = mMemoryDealer->allocate(kBufferSize); in NuPlayerStreamListener()
|