Home
last modified time | relevance | path

Searched refs:MonotonicMap (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.h54 MonotonicMap<magma_device_t, DrmDevice> mDevices;
55 MonotonicMap<magma_buffer_t, DrmBuffer> mBuffers;
56 MonotonicMap<magma_connection_t, Connection> mConnections;
DMonotonicMap.h28 class MonotonicMap {
30 MonotonicMap() { in MonotonicMap() function
/hardware/google/gfxstream/host/tests/
DMagma_unittest.cpp27 TEST_F(MagmaTest, MonotonicMap) { in TEST_F() argument
34 gfxstream::magma::MonotonicMap<uint64_t, MapTester> m; in TEST_F()