Searched defs:allocate (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/linkloader/lib/
H A DMemChunk.cpp47 bool MemChunk::allocate(size_t size) { function in class:MemChunk
/frameworks/base/media/mtp/
H A DMtpPacket.cpp50 allocate(MTP_CONTAINER_HEADER_SIZE);
55 void MtpPacket::allocate(int length) { function in class:android::MtpPacket
89 allocate(length);
/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

Completed in 2841 milliseconds