Home
last modified time | relevance | path

Searched defs:mPool (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/os/
DPooledStringReader.java31 private final String[] mPool; field in PooledStringReader
DPooledStringWriter.java37 private final HashMap<String, Integer> mPool; field in PooledStringWriter
/frameworks/base/core/java/com/android/internal/util/
DStringPool.java28 private final String[] mPool = new String[512]; field in StringPool
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DTexturePool.h98 std::deque<Entry> mPool; variable
/frameworks/base/core/java/android/util/
DPools.java83 private final Object[] mPool; field in Pools.SimplePool
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h158 std::shared_ptr<C2BlockPool> mPool; variable
522 std::weak_ptr<LocalBufferPool> mPool; variable
528 std::list<std::vector<uint8_t>> mPool; variable
/frameworks/minikin/libs/minikin/
DWordBreaker.h145 ICULineBreakerPool* mPool; variable
/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedPooledCache.java47 private final LinkedBlockingQueue<V> mPool; field in UnrefedPooledCache
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/tracing/
DFrameProtoTracer.java53 private final Queue<T> mPool = new LinkedList<>(); field in FrameProtoTracer
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DViewCapture.java85 private ViewRef mPool = new ViewRef(); field in ViewCapture
/frameworks/av/media/codec2/sfplugin/tests/
DFrameReassembler_test.cpp138 std::shared_ptr<C2BlockPool> mPool; member in android::FrameReassemblerTest
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp388 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponent.cpp388 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/av/media/codec2/hidl/1.2/utils/
DComponent.cpp388 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java105 private final SQLiteConnectionPool mPool; field in SQLiteConnection
1481 private final SQLiteConnectionPool mPool; field in SQLiteConnection.OperationLog
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp719 std::shared_ptr<MemoryBlockPoolImpl> mPool; member