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

  /frameworks/native/include/binder/
MemoryDealer.h 53 SimpleBestFitAllocator* mAllocator;
  /frameworks/base/libs/hwui/
DeferredDisplayList.h 124 return new (mAllocator) DeferredDisplayState();
128 mAllocator.rewindIfLastAlloc(state, sizeof(DeferredDisplayState));
179 LinearAllocator mAllocator;
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Compiler.cpp 33 : mAllocator(allocator), mPushPopAllocator(pushPop) {
34 if (mPushPopAllocator) mAllocator->push();
35 SetGlobalPoolAllocator(mAllocator);
39 if (mPushPopAllocator) mAllocator->pop();
43 TPoolAllocator* mAllocator;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStream.h 104 QCameraAllocator &mAllocator;
QCameraStream.cpp 171 mAllocator(allocator),
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.h 104 QCameraAllocator &mAllocator;
QCameraStream.cpp 171 mAllocator(allocator),
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
  /frameworks/native/libs/binder/
MemoryDealer.cpp 230 mAllocator(new SimpleBestFitAllocator(size))
236 delete mAllocator;
264 return mAllocator;

Completed in 4948 milliseconds