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.java29 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/av/media/codec2/sfplugin/
DCCodecBuffers.h171 std::shared_ptr<C2BlockPool> mPool; variable
539 std::weak_ptr<LocalBufferPool> mPool; variable
545 std::list<std::vector<uint8_t>> mPool; variable
/frameworks/base/core/java/android/util/
DPools.java84 private final Object[] mPool; field in Pools.SimplePool
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DViewCapture.java92 private ViewRef mPool = new ViewRef(); field in ViewCapture
/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedPooledCache.java47 private final LinkedBlockingQueue<V> mPool; field in UnrefedPooledCache
/frameworks/minikin/libs/minikin/
DWordBreaker.h183 ICULineBreakerPool* mPool; variable
/frameworks/av/media/codec2/sfplugin/tests/
DFrameReassembler_test.cpp138 std::shared_ptr<C2BlockPool> mPool; member in android::FrameReassemblerTest
/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp349 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp464 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp470 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp466 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java109 private final SQLiteConnectionPool mPool; field in SQLiteConnection
1606 private final SQLiteConnectionPool mPool; field in SQLiteConnection.OperationLog
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp757 std::shared_ptr<MemoryBlockPoolImpl> mPool; member