/frameworks/native/services/inputflinger/reader/ |
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() 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/ |
D | InputReader_test.cpp | 1520 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/ |
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
|
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
|
/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
D | OverlayReferenceMapperTests.kt | 43 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/ |
D | SignedConfig.java | 170 Map<String, String> mapper = keyValueMappers.get(key); in parsePerSdkConfig() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | SettingsToPropertiesMapper.java | 163 SettingsToPropertiesMapper mapper = new SettingsToPropertiesMapper( in start() local
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.cpp | 198 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
|
D | Camera3Device.cpp | 4905 auto mapper = parent->mRotateAndCropMappers.find(it->cameraId); in prepareHalRequests() local
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 273 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in render() local
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsFeatureBinderRepository.java | 411 UpdateMapper mapper = mFeatures.stream() in getUpdateMapper() local
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | AutomaticBrightnessController.java | 218 SensorManager sensorManager, Sensor lightSensor, BrightnessMappingStrategy mapper, in AutomaticBrightnessController() 236 SensorManager sensorManager, Sensor lightSensor, BrightnessMappingStrategy mapper, in AutomaticBrightnessController()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 593 auto& mapper = GraphicBufferMapper::get(); in extractGraphicBuffer() local
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 75 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in addSupportedProfileLevels() local
|
D | CCodecConfig.cpp | 175 Mapper mapper() const { return mMapper; } in mapper() function 695 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in initializeStandardParams() local
|
/frameworks/native/libs/ui/ |
D | Gralloc2.cpp | 354 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator()
|
D | Gralloc3.cpp | 343 Gralloc3Allocator::Gralloc3Allocator(const Gralloc3Mapper& mapper) : mMapper(mapper) { in Gralloc3Allocator()
|
D | Gralloc4.cpp | 1060 Gralloc4Allocator::Gralloc4Allocator(const Gralloc4Mapper& mapper) : mMapper(mapper) { in Gralloc4Allocator()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 185 C2AllocatorIon::UsageMapperFn mapper; in UseComponentStoreForIonAllocator() local 237 C2DmaBufAllocator::UsageMapperFn mapper; in UseComponentStoreForDmaBufAllocator() local
|
D | C2AllocatorIon.cpp | 516 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 133 T* mapper = new T(*deviceContext, args...); in addMapper() local
|