Searched refs:allocator (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/include/binder/
H A DMemoryDealer.h50 SimpleBestFitAllocator* allocator() const;
/frameworks/base/libs/ui/
H A DGraphicBuffer.cpp96 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
97 allocator.free(handle);
126 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
127 allocator.free(handle);
136 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); local
137 status_t err = allocator.alloc(w, h, format, reqUsage, &handle, &stride);
H A DInputDispatcher.cpp3340 Allocator* allocator, Vector<EventEntry*>& outEvents,
3345 outEvents.push(allocator->obtainKeyEntry(currentTime,
3358 outEvents.push(allocator->obtainMotionEntry(currentTime,
3339 synthesizeCancelationEvents(nsecs_t currentTime, Allocator* allocator, Vector<EventEntry*>& outEvents, CancelationOptions options) argument
/frameworks/base/libs/binder/
H A DMemoryDealer.cpp181 * they're special as they don't have any record in the allocator
238 const ssize_t offset = allocator()->allocate(size);
247 allocator()->deallocate(offset);
252 allocator()->dump(what);
259 SimpleBestFitAllocator* MemoryDealer::allocator() const { function in class:android::MemoryDealer
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp243 JavaPixelAllocator allocator(env, true);
245 if (!src->copyTo(&result, dstConfig, &allocator)) {
/frameworks/base/include/ui/
H A DInputDispatcher.h741 void synthesizeCancelationEvents(nsecs_t currentTime, Allocator* allocator,

Completed in 172 milliseconds