Searched refs:mapper (Results 1 - 18 of 18) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/
H A DDataBindingMapperTest.java24 android.databinding.DataBinderMapper mapper = new android.databinding.DataBinderMapper();
25 ViewDataBinding binding = mapper.getDataBinder(null, view, 1);
31 android.databinding.DataBinderMapper mapper = new android.databinding.DataBinderMapper();
34 mapper.getDataBinder(null, view, android.databinding.testapp.R.layout.multi_res_layout);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1135 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
1136 device->addMapper(mapper);
1139 return mapper;
1173 // Must add at least one mapper or the device will be ignored!
1174 FakeInputMapper* mapper = new FakeInputMapper(device, AINPUT_SOURCE_KEYBOARD); local
1175 device->addMapper(mapper);
1210 FakeInputMapper* mapper = NULL; local
1211 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, 0, String8("fake"),
1213 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1225 << "Should return value provided by mapper whe
1237 FakeInputMapper* mapper = NULL; local
1264 FakeInputMapper* mapper = NULL; local
1291 FakeInputMapper* mapper = NULL; local
1335 FakeInputMapper* mapper = NULL; local
1592 addMapperAndConfigure(InputMapper* mapper) argument
1610 process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, int32_t code, int32_t value) argument
1671 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1678 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1689 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1715 testDPadKeyRotation(KeyboardInputMapper* mapper, int32_t originalScanCode, int32_t, int32_t rotatedKeyCode) argument
1734 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1747 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1855 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1900 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1923 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
2000 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
2012 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
2024 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
2045 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
2137 testMotionRotation(CursorInputMapper* mapper, int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) argument
2153 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2161 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2169 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2200 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2219 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2312 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2336 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2370 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2418 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2436 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2487 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2775 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2797 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
3091 processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
3097 processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
3102 processUp(SingleTouchInputMapper* mapper) argument
3106 processPressure( SingleTouchInputMapper* mapper, int32_t pressure) argument
3111 processToolMajor( SingleTouchInputMapper* mapper, int32_t toolMajor) argument
3116 processDistance( SingleTouchInputMapper* mapper, int32_t distance) argument
3121 processTilt( SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) argument
3127 processKey( SingleTouchInputMapper* mapper, int32_t code, int32_t value) argument
3132 processSync(SingleTouchInputMapper* mapper) argument
3138 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3147 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3158 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3168 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3178 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3207 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3236 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3252 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3303 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3425 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3499 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3598 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3689 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3713 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3775 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3820 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3844 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
4088 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
4224 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
4297 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
4441 processPosition( MultiTouchInputMapper* mapper, int32_t x, int32_t y) argument
4447 processTouchMajor( MultiTouchInputMapper* mapper, int32_t touchMajor) argument
4452 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument
4457 processToolMajor( MultiTouchInputMapper* mapper, int32_t toolMajor) argument
4462 processToolMinor( MultiTouchInputMapper* mapper, int32_t toolMinor) argument
4467 processOrientation( MultiTouchInputMapper* mapper, int32_t orientation) argument
4472 processPressure( MultiTouchInputMapper* mapper, int32_t pressure) argument
4477 processDistance( MultiTouchInputMapper* mapper, int32_t distance) argument
4482 processId( MultiTouchInputMapper* mapper, int32_t id) argument
4487 processSlot( MultiTouchInputMapper* mapper, int32_t slot) argument
4492 processToolType( MultiTouchInputMapper* mapper, int32_t toolType) argument
4497 processKey( MultiTouchInputMapper* mapper, int32_t code, int32_t value) argument
4502 processMTSync(MultiTouchInputMapper* mapper) argument
4506 processSync(MultiTouchInputMapper* mapper) argument
4512 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4789 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4965 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5136 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5186 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5224 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5277 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5311 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5340 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5584 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5735 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5807 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
[all...]
/frameworks/native/include/ui/
H A DGralloc2.h23 #include <android/hardware/graphics/mapper/2.0/IMapper.h>
33 using hardware::graphics::mapper::V2_0::BufferDescriptor;
34 using hardware::graphics::mapper::V2_0::Error;
35 using hardware::graphics::mapper::V2_0::IMapper;
36 using hardware::graphics::mapper::V2_0::YCbCrLayout;
81 // An allocator relies on a mapper, and that mapper must be alive at all
83 Allocator(const Mapper& mapper);
/frameworks/native/libs/ui/include/ui/
H A DGralloc2.h23 #include <android/hardware/graphics/mapper/2.0/IMapper.h>
33 using hardware::graphics::mapper::V2_0::BufferDescriptor;
34 using hardware::graphics::mapper::V2_0::Error;
35 using hardware::graphics::mapper::V2_0::IMapper;
36 using hardware::graphics::mapper::V2_0::YCbCrLayout;
81 // An allocator relies on a mapper, and that mapper must be alive at all
83 Allocator(const Mapper& mapper);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCursorObjectAdapter.java104 public final void setMapper(CursorMapper mapper) { argument
105 boolean changed = mMapper != mapper;
106 mMapper = mapper;
115 * mapper is provided.
/frameworks/base/libs/hwui/
H A DPatch.h44 const UvMapper& mapper, const Res_png_9patch* patch);
H A DPatch.cpp39 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch)
107 mUvMapper = mapper;
38 Patch(const float bitmapWidth, const float bitmapHeight, float width, float height, const UvMapper& mapper, const Res_png_9patch* patch) argument
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetdEventListenerService.java247 Function<T, IpConnectivityEvent> mapper) {
249 out.add(mapper.apply(in.valueAt(i)));
255 PrintWriter pw, SparseArray<T> events, Function<T, Object> mapper, String separator) {
259 pw.print(mapper.apply(events.valueAt(i)));
246 flushProtos(List<IpConnectivityEvent> out, SparseArray<T> in, Function<T, IpConnectivityEvent> mapper) argument
254 listEvents( PrintWriter pw, SparseArray<T> events, Function<T, Object> mapper, String separator) argument
/frameworks/native/libs/ui/
H A DGralloc2.cpp36 android::hardware::preloadPassthroughService<hardware::graphics::mapper::V2_0::IMapper>();
43 LOG_ALWAYS_FATAL("gralloc-mapper must be in passthrough mode");
202 Allocator::Allocator(const Mapper& mapper) argument
203 : mMapper(mapper)
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp224 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
229 CHECK_EQ(0, mapper.lock(
355 CHECK_EQ(0, mapper.unlock(buf->handle));
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp593 auto& mapper = GraphicBufferMapper::get(); local
599 res = mapper.lockYCbCr(
604 res = mapper.lock(
650 if (mapper.unlock(handle) != OK) {
/frameworks/base/tools/obbtool/
H A Dmkobb.sh235 loop_dev=/dev/mapper/${unique_dm_name}
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1106 InputMapper* mapper = mMappers[i]; local
1107 mapper->dump(dump);
1111 void InputDevice::addMapper(InputMapper* mapper) { argument
1112 mMappers.add(mapper);
1151 InputMapper* mapper = mMappers[i];
1152 mapper->configure(when, config, changes);
1153 mSources |= mapper->getSources();
1161 InputMapper* mapper = mMappers[i]; local
1162 mapper->reset(when);
1171 // Process all of the events in order for each mapper
1201 InputMapper* mapper = mMappers[i]; local
1211 InputMapper* mapper = mMappers[i]; local
1219 InputMapper* mapper = mMappers[i]; local
1229 InputMapper* mapper = mMappers[i]; local
1250 InputMapper* mapper = mMappers[i]; local
1270 InputMapper* mapper = mMappers[i]; local
1282 InputMapper* mapper = mMappers[i]; local
1290 InputMapper* mapper = mMappers[i]; local
1298 InputMapper* mapper = mMappers[i]; local
1307 InputMapper* mapper = mMappers[i]; local
1323 InputMapper* mapper = mMappers[i]; local
[all...]
H A DInputReader.h573 void addMapper(InputMapper* mapper);
963 /* An input mapper transforms raw input events into cooked event data.
/frameworks/native/opengl/libagl/
H A Dtexture.cpp135 auto& mapper = GraphicBufferMapper::get(); local
137 mapper.lock(native_buffer->handle, GRALLOC_USAGE_SW_READ_OFTEN,
157 auto& mapper = GraphicBufferMapper::get(); local
158 mapper.unlock(native_buffer->handle);
H A Degl.cpp458 auto& mapper = GraphicBufferMapper::get(); local
459 return mapper.lock(buf->handle, usage,
466 auto& mapper = GraphicBufferMapper::get();
467 return mapper.unlock(buf->handle);
/frameworks/base/core/java/android/view/
H A DViewDebug.java1207 final IntToString mapper = mapping[j];
1208 if (mapper.from() == intValue) {
1209 methodValue = mapper.to();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1102 milliseconds