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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1011 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
1012 device->addMapper(mapper);
1015 return mapper;
1046 FakeInputMapper* mapper = NULL; local
1047 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, 0, String8("fake"),
1049 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1061 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1069 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1073 FakeInputMapper* mapper = NULL; local
1074 ASSERT_NO_FATAL_FAILURE(mapper
1100 FakeInputMapper* mapper = NULL; local
1127 FakeInputMapper* mapper = NULL; local
1171 FakeInputMapper* mapper = NULL; local
1420 addMapperAndConfigure(InputMapper* mapper) argument
1433 process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, int32_t code, int32_t value) argument
1494 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1501 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1512 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1538 testDPadKeyRotation(KeyboardInputMapper* mapper, int32_t originalScanCode, int32_t originalKeyCode, int32_t rotatedKeyCode) argument
1557 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1570 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1678 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1723 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1746 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1823 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1835 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1847 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1868 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1960 testMotionRotation(CursorInputMapper* mapper, int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) argument
1976 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1984 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1992 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2023 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2042 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2097 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2121 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2145 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2182 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2200 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2251 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2427 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2630 processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2636 processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2641 processUp(SingleTouchInputMapper* mapper) argument
2645 processPressure( SingleTouchInputMapper* mapper, int32_t pressure) argument
2650 processToolMajor( SingleTouchInputMapper* mapper, int32_t toolMajor) argument
2655 processDistance( SingleTouchInputMapper* mapper, int32_t distance) argument
2660 processTilt( SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) argument
2666 processKey( SingleTouchInputMapper* mapper, int32_t code, int32_t value) argument
2671 processSync(SingleTouchInputMapper* mapper) argument
2677 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2686 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2697 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2707 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2717 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2746 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2775 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2791 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2842 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2964 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3038 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3129 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3153 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3215 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3260 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3284 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3445 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3581 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3654 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3798 processPosition( MultiTouchInputMapper* mapper, int32_t x, int32_t y) argument
3804 processTouchMajor( MultiTouchInputMapper* mapper, int32_t touchMajor) argument
3809 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument
3814 processToolMajor( MultiTouchInputMapper* mapper, int32_t toolMajor) argument
3819 processToolMinor( MultiTouchInputMapper* mapper, int32_t toolMinor) argument
3824 processOrientation( MultiTouchInputMapper* mapper, int32_t orientation) argument
3829 processPressure( MultiTouchInputMapper* mapper, int32_t pressure) argument
3834 processDistance( MultiTouchInputMapper* mapper, int32_t distance) argument
3839 processId( MultiTouchInputMapper* mapper, int32_t id) argument
3844 processSlot( MultiTouchInputMapper* mapper, int32_t slot) argument
3849 processToolType( MultiTouchInputMapper* mapper, int32_t toolType) argument
3854 processKey( MultiTouchInputMapper* mapper, int32_t code, int32_t value) argument
3859 processMTSync(MultiTouchInputMapper* mapper) argument
3863 processSync(MultiTouchInputMapper* mapper) argument
3869 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4146 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4322 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4493 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4543 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4581 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4634 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4668 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4697 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4858 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5009 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5081 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
[all...]
/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 DAssetAtlas.h97 Texture* texture, const UvMapper& mapper, const AssetAtlas& atlas):
99 texture(texture), uvMapper(mapper), atlas(atlas) {
96 Entry(SkBitmap* bitmap, int x, int y, bool rotated, Texture* texture, const UvMapper& mapper, const AssetAtlas& atlas) argument
H A DPatch.cpp52 UvMapper mapper; local
53 return createMesh(bitmapWidth, bitmapHeight, width, height, mapper, patch);
57 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch) {
127 mUvMapper = mapper;
56 createMesh(const float bitmapWidth, const float bitmapHeight, float width, float height, const UvMapper& mapper, const Res_png_9patch* patch) argument
H A DPatch.h61 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch);
H A DAssetAtlas.cpp135 const UvMapper mapper(
144 Entry* entry = new Entry(bitmap, x, y, rotated, texture, mapper, *this);
H A DOpenGLRenderer.cpp1952 // No need to check for a UV mapper on the texture object, only ARGB_8888
2061 const UvMapper& mapper(getMapper(texture));
2072 mapper.map(u1, v1, u2, v2);
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp196 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
201 CHECK_EQ(0, mapper.lock(
278 CHECK_EQ(0, mapper.unlock(buf->handle));
/frameworks/base/tools/obbtool/
H A Dmkobb.sh235 loop_dev=/dev/mapper/${unique_dm_name}
/frameworks/rs/driver/
H A DrsdAllocation.cpp518 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
519 mapper.unlock(drv->wndBuffer->handle);
656 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
660 mapper.lock(drv->wndBuffer->handle,
689 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
690 mapper.unlock(drv->wndBuffer->handle);
768 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
769 mapper.unlock(drv->wndBuffer->handle);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp905 InputMapper* mapper = mMappers[i]; local
906 mapper->dump(dump);
910 void InputDevice::addMapper(InputMapper* mapper) { argument
911 mMappers.add(mapper);
944 InputMapper* mapper = mMappers[i]; local
945 mapper->configure(when, config, changes);
946 mSources |= mapper->getSources();
954 InputMapper* mapper = mMappers[i]; local
955 mapper->reset(when);
964 // Process all of the events in order for each mapper
994 InputMapper* mapper = mMappers[i]; local
1004 InputMapper* mapper = mMappers[i]; local
1015 InputMapper* mapper = mMappers[i]; local
1036 InputMapper* mapper = mMappers[i]; local
1056 InputMapper* mapper = mMappers[i]; local
1068 InputMapper* mapper = mMappers[i]; local
1076 InputMapper* mapper = mMappers[i]; local
1085 InputMapper* mapper = mMappers[i]; local
1094 InputMapper* mapper = mMappers[i]; local
[all...]
H A DInputReader.h561 void addMapper(InputMapper* mapper);
935 /* An input mapper transforms raw input events into cooked event data.
/frameworks/base/core/java/android/view/
H A DViewDebug.java1184 final IntToString mapper = mapping[j];
1185 if (mapper.from() == intValue) {
1186 methodValue = mapper.to();

Completed in 2826 milliseconds