HomeSort by relevance Sort by last modified time
    Searched refs:mAllocator (Results 1 - 19 of 19) sorted by null

  /frameworks/base/libs/hwui/
DamageAccumulator.h 38 // mAllocator will clean everything up for us, no need for a dtor
64 LinearAllocator mAllocator;
DeferredDisplayList.h 126 return new (mAllocator) DeferredDisplayState();
130 mAllocator.rewindIfLastAlloc(state);
181 LinearAllocator mAllocator;
DisplayList.h 75 , mAllocator(allocator) {}
84 LinearAllocator * const mAllocator;
93 : PlaybackStateStruct(renderer, replayFlags, &(deferredList.mAllocator)),
DamageAccumulator.cpp 48 mHead = (DirtyStack*) mAllocator.alloc(sizeof(DirtyStack));
81 DirtyStack* nextFrame = (DirtyStack*) mAllocator.alloc(sizeof(DirtyStack));
RenderNode.cpp 595 inline LinearAllocator& allocator() { return *(mDeferStruct.mAllocator); }
622 inline LinearAllocator& allocator() { return *(mReplayStruct.mAllocator); }
    [all...]
  /frameworks/native/include/binder/
MemoryDealer.h 54 SimpleBestFitAllocator* mAllocator;
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 45 mAllocator(allocator),
79 mAllocator = composer->createGraphicBufferAlloc();
80 if (mAllocator == NULL) {
BufferQueueProducer.cpp 371 sp<GraphicBuffer> graphicBuffer(mCore->mAllocator->createGraphicBuffer(
    [all...]
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 59 mAllocator = composer->createGraphicBufferAlloc();
67 sp<GraphicBuffer> buffer = mAllocator->createGraphicBuffer(w, h, format,
75 sp<IGraphicBufferAlloc> mAllocator;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStream.h 104 QCameraAllocator &mAllocator;
QCameraStream.cpp 171 mAllocator(allocator),
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStream.h 104 QCameraAllocator &mAllocator;
QCameraStream.cpp 171 mAllocator(allocator),
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
  /frameworks/native/include/gui/
BufferQueueCore.h 133 // mAllocator is the connection to SurfaceFlinger that is used to allocate
135 sp<IGraphicBufferAlloc> mAllocator;
  /frameworks/native/libs/binder/
MemoryDealer.cpp 230 mAllocator(new SimpleBestFitAllocator(size))
236 delete mAllocator;
264 return mAllocator;
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStream.h 131 QCameraAllocator &mAllocator;
QCameraStream.cpp 247 mAllocator(allocator),
874 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
989 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.cpp 293 mAllocator(allocator),
    [all...]
QCameraStream.h 142 QCameraAllocator &mAllocator;

Completed in 2485 milliseconds