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/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/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteDatabaseTest.java418 static Pattern mPool; field in SQLiteDatabaseTest.Dumpsys
/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp365 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp467 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp473 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp469 std::shared_ptr<C2BlockPool> mPool; member
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp797 std::shared_ptr<MemoryBlockPoolImpl> mPool; member
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java114 private final SQLiteConnectionPool mPool; field in SQLiteConnection