Home
last modified time | relevance | path

Searched refs:mapper (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1539 return mapper; in addDeviceWithFakeInputMapper()
2743 return mapper; in addMapperAndConfigure()
4929 processUp(mapper); in TEST_F()
4957 processUp(mapper); in TEST_F()
5010 processUp(mapper); in TEST_F()
5123 processUp(mapper); in TEST_F()
5196 processUp(mapper); in TEST_F()
5292 processUp(mapper); in TEST_F()
5384 processUp(mapper); in TEST_F()
5430 processUp(mapper); in TEST_F()
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayReferenceMapperTests.kt51 mapper = mapper()
66 mapper.remove(target) {
77 mapper = mapper(
95 mapper.remove(overlay0) {
99 mapper.remove(target) {
112 mapper.remove(target) {
130 mapper.remove(overlay) {
141 mapper = mapper(
153 mapper.remove(target0) {
157 mapper.remove(target1) {
[all …]
/aosp12/frameworks/native/services/inputflinger/reader/
H A DAndroid.bp29 "mapper",
30 "mapper/accumulator",
44 "mapper/CursorInputMapper.cpp",
46 "mapper/InputMapper.cpp",
47 "mapper/JoystickInputMapper.cpp",
48 "mapper/KeyboardInputMapper.cpp",
49 "mapper/MultiTouchInputMapper.cpp",
51 "mapper/SensorInputMapper.cpp",
53 "mapper/SwitchInputMapper.cpp",
54 "mapper/TouchInputMapper.cpp",
[all …]
H A DInputDevice.cpp137 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump() argument
368 for_each_mapper([when](InputMapper& mapper) { mapper.reset(when); }); in reset() argument
412 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired() argument
484 for_each_mapper([token](InputMapper& mapper) { mapper.cancelVibrate(token); }); in cancelVibrate() argument
489 for_each_mapper([&vibrating](InputMapper& mapper) { vibrating |= mapper.isVibrating(); }); in isVibrating() argument
520 for_each_mapper([sensorType](InputMapper& mapper) { mapper.disableSensor(sensorType); }); in disableSensor() argument
524 for_each_mapper([sensorType](InputMapper& mapper) { mapper.flushSensor(sensorType); }); in flushSensor() argument
557 for_each_mapper([&result](InputMapper& mapper) { result |= mapper.getMetaState(); }); in getMetaState() argument
562 for_each_mapper([keyCode](InputMapper& mapper) { mapper.updateMetaState(keyCode); }); in updateMetaState() argument
582 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId() argument
[all …]
/aosp12/system/libhidl/libhidlmemory/
H A Dmapping.cpp46 sp<IMapper> mapper = IMapper::getService(name, true /* getStub */); in getMapperService() local
47 if (mapper != nullptr) { in getMapperService()
48 gMappersByName[name] = mapper; in getMapperService()
50 return mapper; in getMapperService()
55 sp<IMapper> mapper = getMapperService(memory.name()); in mapMemory() local
57 if (mapper == nullptr) { in mapMemory()
62 if (mapper->isRemote()) { in mapMemory()
76 Return<sp<IMemory>> ret = mapper->mapMemory(memory); in mapMemory()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h121 static const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType
126 static const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType
131 static const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType
334 const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType& metadataType,
337 const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType& metadataType,
341 const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType& metadataType,
344 const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType& metadataType,
348 const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType& metadataType,
351 const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType& metadataType,
355 const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType& metadataType,
[all …]
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DZoomRatioTest.cpp155 ZoomRatioMapper mapper; in subScaleCoordinatesTest() local
158 ASSERT_EQ(OK, setupTestMapper(&mapper, maxDigitalZoom, in subScaleCoordinatesTest()
266 ZoomRatioMapper mapper; in subCropOverMaxDigitalZoomTest() local
279 res = mapper.updateCaptureRequest(&metadata); in subCropOverMaxDigitalZoomTest()
306 ZoomRatioMapper mapper; in subCropOverZoomRangeTest() local
321 res = mapper.updateCaptureRequest(&metadata); in subCropOverZoomRangeTest()
346 res = mapper.updateCaptureRequest(&metadata); in subCropOverZoomRangeTest()
374 ZoomRatioMapper mapper; in subZoomOverMaxDigitalZoomTest() local
391 res = mapper.updateCaptureRequest(&metadata); in subZoomOverMaxDigitalZoomTest()
418 ZoomRatioMapper mapper; in subZoomOverZoomRangeTest() local
[all …]
/aosp12/hardware/google/camera/common/sensor_listener/
H A Dgoog_gralloc_wrapper.h54 const ::android::hardware::graphics::mapper::V3_0::BufferDescriptor&
60 const ::android::hardware::graphics::mapper::V3_0::IMapper::
65 sp<::android::hardware::graphics::mapper::V3_0::IMapper> GetMapper() const;
68 ::android::hardware::graphics::mapper::V3_0::BufferDescriptor CreateDescriptor(
69 const ::android::hardware::graphics::mapper::V3_0::IMapper::
84 const ::android::hardware::graphics::mapper::V3_0::IMapper::Rect&
98 sp<::android::hardware::graphics::mapper::V3_0::IMapper> mapper_;
/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DHandleImporter.h26 using android::hardware::graphics::mapper::V2_0::IMapper;
27 using android::hardware::graphics::mapper::V2_0::YCbCrLayout;
69 bool importBufferInternal(const sp<M> mapper, buffer_handle_t& handle);
71 YCbCrLayout lockYCbCrInternal(const sp<M> mapper, buffer_handle_t& buf, uint64_t cpuUsage,
74 int unlockInternal(const sp<M> mapper, buffer_handle_t& buf);
79 sp<graphics::mapper::V3_0::IMapper> mMapperV3;
80 sp<graphics::mapper::V4_0::IMapper> mMapperV4;
/aosp12/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DAndroid.bp36 "android.hardware.graphics.mapper@2.0",
37 "android.hardware.graphics.mapper@2.1",
38 "android.hardware.graphics.mapper@3.0",
39 "android.hardware.graphics.mapper@4.0",
47 "android.hardware.graphics.mapper@2.0-vts",
48 "android.hardware.graphics.mapper@2.1-vts",
49 "android.hardware.graphics.mapper@3.0-vts",
50 "android.hardware.graphics.mapper@4.0-vts",
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/
H A DAndroid.bp26 name: "android.hardware.graphics.mapper@2.1-passthrough",
30 "android.hardware.graphics.mapper@2.1",
34 "android.hardware.graphics.mapper@2.1",
38 "android.hardware.graphics.mapper@2.0-passthrough",
39 "android.hardware.graphics.mapper@2.1-hal",
42 "android.hardware.graphics.mapper@2.0-passthrough",
43 "android.hardware.graphics.mapper@2.1-hal",
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/vts/
H A DAndroid.bp27 name: "android.hardware.graphics.mapper@2.1-vts",
36 "android.hardware.graphics.mapper@2.0",
37 "android.hardware.graphics.mapper@2.0-vts",
38 "android.hardware.graphics.mapper@2.1",
42 "android.hardware.graphics.mapper@2.0",
43 "android.hardware.graphics.mapper@2.0-vts",
44 "android.hardware.graphics.mapper@2.1",
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DHandleImporter.cpp33 using MapperErrorV2 = android::hardware::graphics::mapper::V2_0::Error;
34 using MapperErrorV3 = android::hardware::graphics::mapper::V3_0::Error;
35 using MapperErrorV4 = android::hardware::graphics::mapper::V4_0::Error;
36 using IMapperV3 = android::hardware::graphics::mapper::V3_0::IMapper;
37 using IMapperV4 = android::hardware::graphics::mapper::V4_0::IMapper;
79 auto ret = mapper->importBuffer( in importBufferInternal()
109 mapper->lockYCbCr(buffer, cpuUsage, accessRegionCopy, acquireFenceHandle, in lockYCbCrInternal()
130 mapper->get(buffer, gralloc4::MetadataType_PlaneLayouts, in getPlaneLayouts()
155 mapper->lock(buffer, cpuUsage, accessRegionV4, acquireFenceHandle,
168 std::vector<PlaneLayout> planeLayouts = getPlaneLayouts(mapper, buf);
[all …]
/aosp12/hardware/interfaces/graphics/composer/2.3/vts/functional/
H A DAndroid.bp37 "android.hardware.graphics.mapper@2.0",
38 "android.hardware.graphics.mapper@2.1",
39 "android.hardware.graphics.mapper@3.0",
40 "android.hardware.graphics.mapper@4.0",
52 "android.hardware.graphics.mapper@2.0-vts",
53 "android.hardware.graphics.mapper@2.1-vts",
54 "android.hardware.graphics.mapper@3.0-vts",
55 "android.hardware.graphics.mapper@4.0-vts",
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DAndroid.bp50 "android.hardware.graphics.mapper@2.0",
51 "android.hardware.graphics.mapper@2.1",
52 "android.hardware.graphics.mapper@3.0",
53 "android.hardware.graphics.mapper@4.0",
64 "android.hardware.graphics.mapper@2.0-vts",
65 "android.hardware.graphics.mapper@2.1-vts",
66 "android.hardware.graphics.mapper@3.0-vts",
67 "android.hardware.graphics.mapper@4.0-vts",
/aosp12/hardware/interfaces/graphics/composer/2.4/vts/functional/
H A DAndroid.bp36 "android.hardware.graphics.mapper@2.0",
37 "android.hardware.graphics.mapper@2.1",
38 "android.hardware.graphics.mapper@3.0",
39 "android.hardware.graphics.mapper@4.0",
53 "android.hardware.graphics.mapper@2.0-vts",
54 "android.hardware.graphics.mapper@2.1-vts",
55 "android.hardware.graphics.mapper@3.0-vts",
56 "android.hardware.graphics.mapper@4.0-vts",
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper.h45 namespace mapper {
58 using ::android::hardware::graphics::mapper::V3_0::Error;
59 using ::android::hardware::graphics::mapper::V3_0::IMapper;
60 using ::android::hardware::graphics::mapper::V3_0::YCbCrLayout;
66 using ::vendor::qti::hardware::display::mapper::V3_0::IQtiMapper;
68 using IMapper_3_0 = android::hardware::graphics::mapper::V3_0::IMapper;
70 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo;
71 using IMapperBufferDescriptor = android::hardware::graphics::mapper::V3_0::BufferDescriptor;
72 using IMapper_3_0_Error = ::android::hardware::graphics::mapper::V3_0::Error;
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper.h45 namespace mapper {
58 using ::android::hardware::graphics::mapper::V3_0::Error;
59 using ::android::hardware::graphics::mapper::V3_0::IMapper;
60 using ::android::hardware::graphics::mapper::V3_0::YCbCrLayout;
66 using ::vendor::qti::hardware::display::mapper::V3_0::IQtiMapper;
68 using IMapper_3_0 = android::hardware::graphics::mapper::V3_0::IMapper;
70 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo;
71 using IMapperBufferDescriptor = android::hardware::graphics::mapper::V3_0::BufferDescriptor;
72 using IMapper_3_0_Error = ::android::hardware::graphics::mapper::V3_0::Error;
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A DQtiMapper.h41 namespace mapper {
47 using ::android::hardware::graphics::mapper::V2_0::IMapper;
48 using ::android::hardware::graphics::mapper::V2_0::Error;
49 using ::android::hardware::graphics::mapper::V2_0::YCbCrLayout;
61 using IMapper_2_1 = android::hardware::graphics::mapper::V2_1::IMapper;
63 android::hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo;
65 android::hardware::graphics::mapper::V2_1::IMapper::BufferDescriptorInfo;
66 using IMapperBufferDescriptor = android::hardware::graphics::mapper::V2_0::BufferDescriptor;
/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A DAndroid.bp23 "android.hardware.graphics.mapper@2.0",
24 "android.hardware.graphics.mapper@3.0",
25 "android.hardware.graphics.mapper@4.0",
63 "android.hardware.graphics.mapper@2.0",
64 "android.hardware.graphics.mapper@3.0",
65 "android.hardware.graphics.mapper@4.0",
109 "android.hardware.graphics.mapper@2.0",
110 "android.hardware.graphics.mapper@3.0",
111 "android.hardware.graphics.mapper@4.0",
155 "android.hardware.graphics.mapper@2.0",
[all …]
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/
H A DAndroid.bp26 name: "android.hardware.graphics.mapper@2.0-passthrough",
30 "android.hardware.graphics.mapper@2.0",
35 "android.hardware.graphics.mapper@2.0",
40 "android.hardware.graphics.mapper@2.0-hal",
43 "android.hardware.graphics.mapper@2.0-hal",
49 name: "android.hardware.graphics.mapper@2.0-passthrough_headers",
/aosp12/art/test/004-StackWalk/
H A Dstack_walk_jni.cc98 TestReferenceMapVisitor mapper(soa.Self()); in Java_Main_testStackWalk() local
99 mapper.WalkStack(); in Java_Main_testStackWalk()
100 CHECK(mapper.found_f_); in Java_Main_testStackWalk()
101 CHECK(mapper.found_g_); in Java_Main_testStackWalk()
102 CHECK(mapper.found_shlemiel_); in Java_Main_testStackWalk()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/
H A DAndroid.bp32 "android.hardware.graphics.mapper@2.0",
33 "android.hardware.graphics.mapper@3.0",
34 "android.hardware.graphics.mapper@4.0",
43 "android.hardware.graphics.mapper@2.0",
44 "android.hardware.graphics.mapper@3.0",
45 "android.hardware.graphics.mapper@4.0",
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DAndroid.bp36 "android.hardware.graphics.mapper@2.0-vts",
37 "android.hardware.graphics.mapper@3.0-vts",
38 "android.hardware.graphics.mapper@4.0-vts",
43 "android.hardware.graphics.mapper@2.0-vts",
44 "android.hardware.graphics.mapper@3.0-vts",
45 "android.hardware.graphics.mapper@4.0-vts",
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DAndroid.bp40 "android.hardware.graphics.mapper@2.1-vts",
46 "android.hardware.graphics.mapper@3.0",
47 "android.hardware.graphics.mapper@3.0-vts",
48 "android.hardware.graphics.mapper@4.0",
49 "android.hardware.graphics.mapper@4.0-vts",
54 "android.hardware.graphics.mapper@2.1-vts",

12345678910>>...14