Searched defs:mAllocator (Results 1 - 7 of 7) sorted by path

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3BufferManager.h190 * mAllocator is the connection to SurfaceFlinger that is used to allocate new GraphicBuffer
193 sp<IGraphicBufferAlloc> mAllocator; member in class:android::camera3::Camera3BufferManager
/frameworks/base/libs/hwui/
H A DDamageAccumulator.h43 // mAllocator will clean everything up for us, no need for a dtor
69 LinearAllocator mAllocator; member in class:android::uirenderer::DamageAccumulator
H A DDeferredDisplayList.h122 return mAllocator.create_trivial<DeferredDisplayState>();
126 mAllocator.rewindIfLastAlloc(state);
176 LinearAllocator mAllocator; member in class:android::uirenderer::DeferredDisplayList
H A DDisplayList.h80 , mAllocator(allocator) {}
89 LinearAllocator * const mAllocator; member in struct:android::uirenderer::PlaybackStateStruct
98 : PlaybackStateStruct(renderer, replayFlags, &(deferredList.mAllocator)),
H A DFrameBuilder.h185 return BakedOpState::tryConstruct(mAllocator, *mCanvasState.writableSnapshot(), recordedOp);
188 return BakedOpState::tryConstructUnbounded(mAllocator, *mCanvasState.writableSnapshot(), recordedOp);
210 return mAllocator.create<SkPath>();
227 LinearAllocator mAllocator; member in class:android::uirenderer::FrameBuilder
/frameworks/native/include/binder/
H A DMemoryDealer.h57 SimpleBestFitAllocator* mAllocator; member in class:android::MemoryDealer
/frameworks/native/include/gui/
H A DBufferQueueCore.h140 // mAllocator is the connection to SurfaceFlinger that is used to allocate
142 sp<IGraphicBufferAlloc> mAllocator; member in class:android::BufferQueueCore

Completed in 793 milliseconds