/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputDevice.cpp | 137 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 D | InputReader_test.cpp | 1646 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 D | mapping.cpp | 46 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 D | RotateAndCropMapperTest.cpp | 84 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 D | ZoomRatioTest.cpp | 155 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 D | InputDevice.cpp | 115 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 D | HandleImporter.cpp | 76 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 D | GrallocLoader.h | 69 auto mapper = std::make_unique<V2_0::passthrough::GrallocMapper<hal::Mapper>>(); in createMapper() local
|
/aosp12/art/test/004-ReferenceMap/ |
H A D | stack_walk_refmap_jni.cc | 209 ReferenceMap2Visitor mapper(soa.Self()); in Java_Main_refmap() local
|
/aosp12/art/test/004-StackWalk/ |
H A D | stack_walk_jni.cc | 98 TestReferenceMapVisitor mapper(soa.Self()); in Java_Main_testStackWalk() local
|
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
H A D | vendor_graphicbuffer_meta.cpp | 64 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 D | QtiMapper.cpp | 42 namespace mapper { namespace 307 auto mapper = new QtiMapper(); in HIDL_FETCH_IMapper() local
|
H A D | QtiMapper4.cpp | 46 namespace mapper { namespace 480 auto mapper = new QtiMapper(); in HIDL_FETCH_IMapper() local
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | QtiMapper.cpp | 42 namespace mapper { namespace 307 auto mapper = new QtiMapper(); in HIDL_FETCH_IMapper() local
|
H A D | QtiMapper4.cpp | 46 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 D | GrallocLoader.h | 164 auto mapper = std::make_unique<GrallocMapper<hal::Mapper>>(); in createMapper() local
|
/aosp12/hardware/interfaces/automotive/evs/1.0/default/ |
H A D | EvsDisplay.cpp | 259 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in returnTargetBufferForDisplay() local
|
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
H A D | MapperVts.cpp | 22 namespace mapper { namespace
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayReferenceMapperTests.kt | 218 private fun mapper( regex
|
/aosp12/hardware/interfaces/automotive/evs/1.1/default/ |
H A D | EvsDisplay.cpp | 268 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in returnTargetBufferForDisplayImpl() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/signedconfig/ |
H A D | SignedConfig.java | 170 Map<String, String> mapper = keyValueMappers.get(key); in parsePerSdkConfig() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | SettingsToPropertiesMapper.java | 163 SettingsToPropertiesMapper mapper = new SettingsToPropertiesMapper( in start() local
|
/aosp12/hardware/qcom/sdm845/display/gralloc/ |
H A D | QtiMapper.cpp | 42 namespace mapper { namespace 394 auto mapper = new QtiMapper(); in HIDL_FETCH_IMapper() local
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | StreamHandler.cpp | 341 android::GraphicBufferMapper& mapper = android::GraphicBufferMapper::get(); in processFrame() local
|
/aosp12/hardware/google/gchips/gralloc4/src/4.x/ |
H A D | GrallocMapper.cpp | 26 namespace mapper namespace
|