Home
last modified time | relevance | path

Searched defs:mapper (Results 1 – 25 of 63) sorted by relevance

123

/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp137 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump()
354 for_each_mapper([this, when, config, changes](InputMapper& mapper) { in configure()
368 for_each_mapper([when](InputMapper& mapper) { mapper.reset(when); }); in reset()
412 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired()
450 InputMapper& mapper = *mapperPtr; in getState() local
478 for_each_mapper([sequence, repeat, token](InputMapper& mapper) { in vibrate()
484 for_each_mapper([token](InputMapper& mapper) { mapper.cancelVibrate(token); }); in cancelVibrate()
500 for_each_mapper([&vibrators](InputMapper& mapper) { in getVibratorIds()
557 for_each_mapper([&result](InputMapper& mapper) { result |= mapper.getMetaState(); }); in getMetaState()
582 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId()
[all …]
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1646 FakeInputMapper& mapper = in TEST_F() local
1679 FakeInputMapper& mapper = in TEST_F() local
1712 FakeInputMapper& mapper = in TEST_F() local
1745 FakeInputMapper& mapper = in TEST_F() local
1799 FakeInputMapper& mapper = in TEST_F() local
1871 FakeInputMapper& mapper = in TEST_F() local
3113 KeyboardInputMapper& mapper = in TEST_F() local
3129 KeyboardInputMapper& mapper = in TEST_F() local
3232 KeyboardInputMapper& mapper = in TEST_F() local
3255 KeyboardInputMapper& mapper = in TEST_F() local
[all …]
/aosp12/system/libhidl/libhidlmemory/
H A Dmapping.cpp46 sp<IMapper> mapper = IMapper::getService(name, true /* getStub */); in getMapperService() local
55 sp<IMapper> mapper = getMapperService(memory.name()); in mapMemory() local
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DRotateAndCropMapperTest.cpp84 RotateAndCropMapper mapper(&deviceInfo); in TEST() local
137 RotateAndCropMapper mapper(&deviceInfo); in TEST() local
228 RotateAndCropMapper mapper(&deviceInfo); in TEST() local
320 RotateAndCropMapper mapper(&deviceInfo); in TEST() local
H A DZoomRatioTest.cpp155 ZoomRatioMapper mapper; in subScaleCoordinatesTest() local
266 ZoomRatioMapper mapper; in subCropOverMaxDigitalZoomTest() local
306 ZoomRatioMapper mapper; in subCropOverZoomRangeTest() local
374 ZoomRatioMapper mapper; in subZoomOverMaxDigitalZoomTest() local
418 ZoomRatioMapper mapper; in subZoomOverZoomRangeTest() local
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputDevice.cpp115 for (const auto& mapper : mMappers) { in EvdevDevice() local
212 for (const auto& mapper : mMappers) { in configureDevice() local
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DHandleImporter.cpp76 bool HandleImporter::importBufferInternal(const sp<M> mapper, buffer_handle_t& handle) { in importBufferInternal()
101 YCbCrLayout HandleImporter::lockYCbCrInternal(const sp<M> mapper, buffer_handle_t& buf, in lockYCbCrInternal()
126 std::vector<PlaneLayout> getPlaneLayouts(const sp<IMapperV4> mapper, buffer_handle_t& buf) { in getPlaneLayouts()
206 int HandleImporter::unlockInternal(const sp<M> mapper, buffer_handle_t& buf) { in unlockInternal()
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGrallocLoader.h69 auto mapper = std::make_unique<V2_0::passthrough::GrallocMapper<hal::Mapper>>(); in createMapper() local
/aosp12/art/test/004-ReferenceMap/
H A Dstack_walk_refmap_jni.cc209 ReferenceMap2Visitor mapper(soa.Self()); in Java_Main_refmap() local
/aosp12/art/test/004-StackWalk/
H A Dstack_walk_jni.cc98 TestReferenceMapVisitor mapper(soa.Self()); in Java_Main_testStackWalk() local
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
H A Dvendor_graphicbuffer_meta.cpp64 static android::sp<IMapper> mapper = []() { in get_mapper() local
65 auto mapper = IMapper::getService(); in get_mapper() local
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper.cpp42 namespace mapper { namespace
307 auto mapper = new QtiMapper(); in HIDL_FETCH_IMapper() local
H A DQtiMapper4.cpp46 namespace mapper { namespace
480 auto mapper = new QtiMapper(); in HIDL_FETCH_IMapper() local
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper.cpp42 namespace mapper { namespace
307 auto mapper = new QtiMapper(); in HIDL_FETCH_IMapper() local
H A DQtiMapper4.cpp46 namespace mapper { namespace
480 auto mapper = new QtiMapper(); in HIDL_FETCH_IMapper() local
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGrallocLoader.h164 auto mapper = std::make_unique<GrallocMapper<hal::Mapper>>(); in createMapper() local
/aosp12/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsDisplay.cpp259 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in returnTargetBufferForDisplay() local
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/vts/
H A DMapperVts.cpp22 namespace mapper { namespace
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayReferenceMapperTests.kt218 private fun mapper( regex
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsDisplay.cpp268 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in returnTargetBufferForDisplayImpl() local
/aosp12/frameworks/base/services/core/java/com/android/server/signedconfig/
H A DSignedConfig.java170 Map<String, String> mapper = keyValueMappers.get(key); in parsePerSdkConfig() local
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DSettingsToPropertiesMapper.java163 SettingsToPropertiesMapper mapper = new SettingsToPropertiesMapper( in start() local
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A DQtiMapper.cpp42 namespace mapper { namespace
394 auto mapper = new QtiMapper(); in HIDL_FETCH_IMapper() local
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DStreamHandler.cpp341 android::GraphicBufferMapper& mapper = android::GraphicBufferMapper::get(); in processFrame() local
/aosp12/hardware/google/gchips/gralloc4/src/4.x/
H A DGrallocMapper.cpp26 namespace mapper namespace

123