| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 127 static void assertAxisResolution(MultiTouchInputMapper& mapper, int axis, float resolution) { in assertAxisResolution() 136 static void assertAxisNotPresent(MultiTouchInputMapper& mapper, int axis) { in assertAxisNotPresent() 630 FakeInputMapper& mapper = in addDeviceWithFakeInputMapper() local 771 FakeInputMapper& mapper = in TEST_F() local 803 FakeInputMapper& mapper = addDeviceWithFakeInputMapper(deviceId, eventHubId, "keyboard", in TEST_F() local 822 FakeInputMapper& mapper = addDeviceWithFakeInputMapper(deviceId, eventHubId, "joystick", in TEST_F() local 835 FakeInputMapper& mapper = in TEST_F() local 868 FakeInputMapper& mapper = in TEST_F() local 901 FakeInputMapper& mapper = in TEST_F() local 958 FakeInputMapper& mapper = in TEST_F() local [all …]
|
| D | InputMapperTest.cpp | 172 std::list<NotifyArgs> InputMapperTest::process(InputMapper& mapper, nsecs_t when, nsecs_t readTime, in process() 190 void InputMapperTest::resetMapper(InputMapper& mapper, nsecs_t when) { in resetMapper() 199 std::list<NotifyArgs> InputMapperTest::handleTimeout(InputMapper& mapper, nsecs_t when) { in handleTimeout()
|
| D | InputMapperTest.h | 95 T& mapper = in addMapperAndConfigure() local
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputDevice.cpp | 143 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump() 318 for_each_mapper([this, when, &readerConfig, changes, &out](InputMapper& mapper) { in configure() 336 for_each_mapper([&](InputMapper& mapper) { out += mapper.reset(when); }); in reset() 373 for_each_mapper_in_subdevice(rawEvent->deviceId, [&](InputMapper& mapper) { in process() 384 for_each_mapper([&](InputMapper& mapper) { out += mapper.timeoutExpired(when); }); in timeoutExpired() 390 for_each_mapper([&](InputMapper& mapper) { out += mapper.updateExternalStylusState(state); }); in updateExternalStylusState() 400 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(outDeviceInfo); }); in getDeviceInfo() 426 InputMapper& mapper = *mapperPtr; in getState() local 531 for_each_mapper([&result, sourceMask, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes() 541 [locationKeyCode](const InputMapper& mapper) -> std::optional<int32_t> const { in getKeyCodeForKeyLocation() [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 277 ZoomRatioMapper mapper; in subCropOverMaxDigitalZoomTest() local 317 ZoomRatioMapper mapper; in subCropOverZoomRangeTest() local 385 ZoomRatioMapper mapper; in subZoomOverMaxDigitalZoomTest() local 429 ZoomRatioMapper mapper; in subZoomOverZoomRangeTest() local
|
| /frameworks/native/services/inputflinger/tests/fuzzers/ |
| D | SwitchInputFuzzer.cpp | 28 SwitchInputMapper& mapper = fuzzer.getMapper<SwitchInputMapper>(policyConfig); in LLVMFuzzerTestOneInput() local
|
| D | CursorInputFuzzer.cpp | 42 CursorInputMapper& mapper = fuzzer.getMapper<CursorInputMapper>(policyConfig); in LLVMFuzzerTestOneInput() local
|
| D | KeyboardInputFuzzer.cpp | 48 KeyboardInputMapper& mapper = in LLVMFuzzerTestOneInput() local
|
| D | MultiTouchInputFuzzer.cpp | 65 MultiTouchInputMapper& mapper = fuzzer.getMapper<MultiTouchInputMapper>(policyConfig); in LLVMFuzzerTestOneInput() local
|
| /frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
| D | AuthResultCoordinator.java | 61 private void updateState(@Authenticators.Types int strength, IntFunction<Integer> mapper) { in updateState()
|
| /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/native/libs/ui/ |
| D | Gralloc5.cpp | 46 AIMapper *mapper = nullptr; member 107 AIMapper *mapper = nullptr; in getInstance() local 119 static auto getStandardMetadata(AIMapper *mapper, buffer_handle_t bufferHandle) in getStandardMetadata() 146 static AIMapper_Error setStandardMetadata(AIMapper *mapper, buffer_handle_t bufferHandle, in setStandardMetadata() 166 Gralloc5Allocator::Gralloc5Allocator(const Gralloc5Mapper &mapper) : mMapper(mapper) { in Gralloc5Allocator()
|
| D | Gralloc2.cpp | 363 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator()
|
| /frameworks/av/media/codec2/sfplugin/ |
| D | Codec2Buffer.cpp | 1029 sp<IMapper4> mapper = GetMapper4(); in Gralloc4Buffer() local 1055 sp<IMapper4> mapper = GetMapper4(); in ~Gralloc4Buffer() local 1076 sp<IMapper4> mapper = GetMapper4(); in GetHdrMetadataFromGralloc4Handle() local 1176 sp<IMapper4> mapper = GetMapper4(); in SetMetadataToGralloc4Handle() local
|
| D | CCodecConfig.cpp | 180 Mapper mapper() const { return mMapper; } in mapper() function 735 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in initializeStandardParams() local 1744 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in getReflectedFormat() local 1940 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in getConfigUpdateFromSdkParams() 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/base/services/core/java/com/android/server/am/ |
| D | SettingsToPropertiesMapper.java | 181 SettingsToPropertiesMapper mapper = new SettingsToPropertiesMapper( in start() local
|
| /frameworks/av/services/camera/libcameraservice/device3/ |
| D | Camera3OutputUtils.cpp | 261 auto mapper = states.rotateAndCropMappers.find(states.cameraId.c_str()); in sendPartialCaptureResult() local 375 auto mapper = states.rotateAndCropMappers.find(states.cameraId.c_str()); in sendCaptureResult() local 405 auto mapper = states.distortionMappers.find(cameraId8.c_str()); in sendCaptureResult() local
|
| /frameworks/base/media/jni/ |
| D | android_media_Utils.cpp | 479 GraphicBufferMapper& mapper = GraphicBufferMapper::get(); in extractP010Gralloc4PlaneLayout() local
|
| /frameworks/av/media/libstagefright/colorconversion/ |
| D | SoftwareRenderer.cpp | 273 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in render() local
|
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | TouchpadInputMapper.cpp | 174 TouchpadInputMapper* mapper = static_cast<TouchpadInputMapper*>(clientData); in gestureInterpreterCallback() 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/av/media/codec2/vndk/ |
| D | C2Store.cpp | 185 C2AllocatorIon::UsageMapperFn mapper; in UseComponentStoreForIonAllocator() local 237 C2DmaBufAllocator::UsageMapperFn mapper; in UseComponentStoreForDmaBufAllocator() local
|