Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
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()
403 for_each_mapper_in_subdevice(rawEvent->deviceId, [rawEvent](InputMapper& mapper) { in process()
412 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired()
416 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
424 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(&outDeviceInfo); }); in getDeviceInfo()
450 InputMapper& mapper = *mapperPtr; in getState() local
469 for_each_mapper([&result, sourceMask, numCodes, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes()
478 for_each_mapper([sequence, repeat, token](InputMapper& mapper) { in vibrate()
[all …]
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1520 FakeInputMapper& mapper = device->addMapper<FakeInputMapper>(eventHubId, sources); in addDeviceWithFakeInputMapper() local
1630 FakeInputMapper& mapper = in TEST_F() local
1663 FakeInputMapper& mapper = in TEST_F() local
1696 FakeInputMapper& mapper = in TEST_F() local
1729 FakeInputMapper& mapper = in TEST_F() local
1783 FakeInputMapper& mapper = in TEST_F() local
1855 FakeInputMapper& mapper = in TEST_F() local
1998 FakeVibratorInputMapper& mapper = in TEST_F() local
2714 T& mapper = mDevice->addMapper<T>(EVENTHUB_ID, args...); in addMapperAndConfigure() local
2733 void process(InputMapper& mapper, nsecs_t when, nsecs_t readTime, int32_t type, int32_t code, in process()
[all …]
/frameworks/av/services/camera/libcameraservice/tests/
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
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
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayReferenceMapperTests.kt43 private lateinit var mapper: OverlayReferenceMapper in <lambda>() variable in com.android.server.om.OverlayReferenceMapperTests
218 private fun mapper( in <lambda>() method in com.android.server.om.OverlayReferenceMapperTests
/frameworks/base/services/core/java/com/android/server/signedconfig/
DSignedConfig.java170 Map<String, String> mapper = keyValueMappers.get(key); in parsePerSdkConfig() local
/frameworks/base/services/core/java/com/android/server/am/
DSettingsToPropertiesMapper.java163 SettingsToPropertiesMapper mapper = new SettingsToPropertiesMapper( in start() local
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp198 auto mapper = states.rotateAndCropMappers.find(states.cameraId.c_str()); in sendPartialCaptureResult() local
312 auto mapper = states.rotateAndCropMappers.find(states.cameraId.c_str()); in sendCaptureResult() local
326 auto mapper = states.distortionMappers.find(cameraId8.c_str()); in sendCaptureResult() local
DCamera3Device.cpp4905 auto mapper = parent->mRotateAndCropMappers.find(it->cameraId); in prepareHalRequests() local
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp273 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in render() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsFeatureBinderRepository.java411 UpdateMapper mapper = mFeatures.stream() in getUpdateMapper() local
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java218 SensorManager sensorManager, Sensor lightSensor, BrightnessMappingStrategy mapper, in AutomaticBrightnessController()
236 SensorManager sensorManager, Sensor lightSensor, BrightnessMappingStrategy mapper, in AutomaticBrightnessController()
/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp593 auto& mapper = GraphicBufferMapper::get(); in extractGraphicBuffer() local
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp75 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in addSupportedProfileLevels() local
DCCodecConfig.cpp175 Mapper mapper() const { return mMapper; } in mapper() function
695 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in initializeStandardParams() local
/frameworks/native/libs/ui/
DGralloc2.cpp354 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator()
DGralloc3.cpp343 Gralloc3Allocator::Gralloc3Allocator(const Gralloc3Mapper& mapper) : mMapper(mapper) { in Gralloc3Allocator()
DGralloc4.cpp1060 Gralloc4Allocator::Gralloc4Allocator(const Gralloc4Mapper& mapper) : mMapper(mapper) { in Gralloc4Allocator()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp185 C2AllocatorIon::UsageMapperFn mapper; in UseComponentStoreForIonAllocator() local
237 C2DmaBufAllocator::UsageMapperFn mapper; in UseComponentStoreForDmaBufAllocator() local
DC2AllocatorIon.cpp516 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h133 T* mapper = new T(*deviceContext, args...); in addMapper() local