/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 139 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump() 360 for_each_mapper([this, when, config, changes](InputMapper& mapper) { in configure() 374 for_each_mapper([when](InputMapper& mapper) { mapper.reset(when); }); in reset() 410 for_each_mapper_in_subdevice(rawEvent->deviceId, [rawEvent](InputMapper& mapper) { in process() 419 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired() 423 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState() 431 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(&outDeviceInfo); }); in getDeviceInfo() 457 InputMapper& mapper = *mapperPtr; in getState() local 476 for_each_mapper([&result, sourceMask, numCodes, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes() 486 [locationKeyCode](const InputMapper& mapper) -> std::optional<int32_t> const { in getKeyCodeForKeyLocation() [all …]
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 146 static void assertAxisResolution(MultiTouchInputMapper& mapper, int axis, float resolution) { in assertAxisResolution() 155 static void assertAxisNotPresent(MultiTouchInputMapper& mapper, int axis) { in assertAxisNotPresent() 1638 FakeInputMapper& mapper = device->addMapper<FakeInputMapper>(eventHubId, sources); in addDeviceWithFakeInputMapper() local 1748 FakeInputMapper& mapper = in TEST_F() local 1780 FakeInputMapper& mapper = addDeviceWithFakeInputMapper(deviceId, eventHubId, "keyboard", in TEST_F() local 1799 FakeInputMapper& mapper = addDeviceWithFakeInputMapper(deviceId, eventHubId, "joystick", in TEST_F() local 1812 FakeInputMapper& mapper = in TEST_F() local 1845 FakeInputMapper& mapper = in TEST_F() local 1878 FakeInputMapper& mapper = in TEST_F() local 1932 FakeInputMapper& mapper = in TEST_F() local [all …]
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | RotateAndCropMapperTest.cpp | 84 RotateAndCropMapper mapper(&deviceInfo); in TEST() local 137 RotateAndCropMapper mapper(&deviceInfo); in TEST() local 229 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
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 1025 sp<IMapper4> mapper = GetMapper4(); in Gralloc4Buffer() local 1051 sp<IMapper4> mapper = GetMapper4(); in ~Gralloc4Buffer() local 1072 sp<IMapper4> mapper = GetMapper4(); in GetHdrMetadataFromGralloc4Handle() local 1167 sp<IMapper4> mapper = GetMapper4(); in SetMetadataToGralloc4Handle() local
|
D | CCodecConfig.cpp | 180 Mapper mapper() const { return mMapper; } in mapper() function 729 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in initializeStandardParams() local 1735 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in getReflectedFormat() local
|
D | Codec2InfoBuilder.cpp | 99 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in addSupportedProfileLevels() local
|
/frameworks/base/services/core/java/com/android/server/signedconfig/ |
D | SignedConfig.java | 170 Map<String, String> mapper = keyValueMappers.get(key); in parsePerSdkConfig() local
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.cpp | 201 auto mapper = states.rotateAndCropMappers.find(states.cameraId.c_str()); in sendPartialCaptureResult() local 315 auto mapper = states.rotateAndCropMappers.find(states.cameraId.c_str()); in sendCaptureResult() local 329 auto mapper = states.distortionMappers.find(cameraId8.c_str()); in sendCaptureResult() local
|
D | Camera3Stream.cpp | 1131 auto& mapper = GraphicBufferMapper::get(); in queueHDRMetadata() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | SettingsToPropertiesMapper.java | 170 SettingsToPropertiesMapper mapper = new SettingsToPropertiesMapper( in start() local
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 273 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in render() local
|
/frameworks/base/media/jni/ |
D | android_media_Utils.cpp | 479 GraphicBufferMapper& mapper = GraphicBufferMapper::get(); in extractP010Gralloc4PlaneLayout() local
|
/frameworks/native/services/surfaceflinger/Tracing/tools/ |
D | LayerTraceGenerator.cpp | 209 std::unique_ptr<TraceGenFlingerDataMapper> mapper = in generate() local
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsFeatureBinderRepository.java | 417 UpdateMapper mapper = mFeatures.stream() in getUpdateMapper() local
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 593 auto& mapper = GraphicBufferMapper::get(); in extractGraphicBuffer() local
|
/frameworks/native/libs/ui/ |
D | Gralloc2.cpp | 363 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator()
|
D | Gralloc3.cpp | 352 Gralloc3Allocator::Gralloc3Allocator(const Gralloc3Mapper& mapper) : mMapper(mapper) { in Gralloc3Allocator()
|
D | Gralloc4.cpp | 1194 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 | 520 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
|
D | C2AllocatorGralloc.cpp | 239 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in Gralloc4Mapper_lock() local
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 137 T* mapper = new T(*deviceContext, args...); in addMapper() local
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 1108 auto& mapper = GraphicBufferMapper::get(); in applyGrallocMetadataLocked() local
|