Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp126 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump()
310 for_each_mapper([this, when, config, changes](InputMapper& mapper) { in configure()
324 for_each_mapper([when](InputMapper& mapper) { mapper.reset(when); }); in reset()
359 for_each_mapper_in_subdevice(rawEvent->deviceId, [rawEvent](InputMapper& mapper) { in process()
368 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired()
372 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
379 [outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(outDeviceInfo); }); in getDeviceInfo()
400 InputMapper& mapper = *mapperPtr; in getState() local
419 for_each_mapper([&result, sourceMask, numCodes, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes()
429 for_each_mapper([pattern, patternSize, repeat, token](InputMapper& mapper) { in vibrate()
[all …]
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1404 FakeInputMapper& mapper = device->addMapper<FakeInputMapper>(eventHubId, sources); in addDeviceWithFakeInputMapper() local
1477 FakeInputMapper& mapper = in TEST_F() local
1510 FakeInputMapper& mapper = in TEST_F() local
1543 FakeInputMapper& mapper = in TEST_F() local
1576 FakeInputMapper& mapper = in TEST_F() local
1628 FakeInputMapper& mapper = in TEST_F() local
1699 FakeInputMapper& mapper = in TEST_F() local
2294 T& mapper = mDevice->addMapper<T>(EVENTHUB_ID, args...); in addMapperAndConfigure() local
2312 static void process(InputMapper& mapper, nsecs_t when, int32_t type, int32_t code, in process()
2374 SwitchInputMapper& mapper = addMapperAndConfigure<SwitchInputMapper>(); in TEST_F() local
[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.kt44 private lateinit var mapper: OverlayReferenceMapper in <lambda>() variable in com.android.server.om.OverlayReferenceMapperTests
180 private fun mapper( in <lambda>() method
/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.java158 SettingsToPropertiesMapper mapper = new SettingsToPropertiesMapper( in start() local
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp273 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in render() local
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java215 SensorManager sensorManager, Sensor lightSensor, BrightnessMappingStrategy mapper, in AutomaticBrightnessController()
232 SensorManager sensorManager, Sensor lightSensor, BrightnessMappingStrategy mapper, in AutomaticBrightnessController()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp74 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in addSupportedProfileLevels() local
DCCodecConfig.cpp173 Mapper mapper() const { return mMapper; } in mapper() function
670 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in initializeStandardParams() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp593 auto& mapper = GraphicBufferMapper::get(); in extractGraphicBuffer() local
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp286 auto mapper = states.rotateAndCropMappers.find(states.cameraId.c_str()); in sendCaptureResult() local
300 auto mapper = states.distortionMappers.find(cameraId8.c_str()); in sendCaptureResult() local
DCamera3Device.cpp4463 auto mapper = parent->mRotateAndCropMappers.find(it->cameraId); in prepareHalRequests() local
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h112 T* mapper = new T(*deviceContext, args...); in addMapper() 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.cpp1052 Gralloc4Allocator::Gralloc4Allocator(const Gralloc4Mapper& mapper) : mMapper(mapper) { in Gralloc4Allocator()
/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp490 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
DC2Store.cpp150 C2AllocatorIon::UsageMapperFn mapper; in UseComponentStoreForIonAllocator() local
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...