Home
last modified time | relevance | path

Searched refs:mapper2 (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/sensors/common/vts/utils/
H A DGrallocWrapper.cpp256 sp<IMapper2> mapper2 = IMapper2_1::getService(); in GrallocWrapper() local
257 if (mapper2 == nullptr) { in GrallocWrapper()
258 mapper2 = IMapper2::getService(); in GrallocWrapper()
261 if (allocator2 != nullptr && mapper2 != nullptr) { in GrallocWrapper()
263 new GrallocHalWrapper<IAllocator2, IMapper2>(allocator2, mapper2)); in GrallocWrapper()
266 (allocator2 != nullptr), (mapper2 != nullptr)); in GrallocWrapper()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2511 FakeInputMapper& mapper2 = in TEST_F() local
2513 mapper2.setMetaState(AMETA_SHIFT_ON); in TEST_F()
3613 KeyboardInputMapper& mapper2 = in TEST_F() local
3722 KeyboardInputMapper& mapper2 = in TEST_F() local
3732 mapper2.getMetaState()); in TEST_F()
7982 processPosition(mapper2, x1, y1); in TEST_F()
7983 processId(mapper2, 1); in TEST_F()
7984 processSlot(mapper2, 1); in TEST_F()
7985 processPosition(mapper2, x2, y2); in TEST_F()
7986 processId(mapper2, 2); in TEST_F()
[all …]