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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1015 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
1016 device->addMapper(mapper);
1019 return mapper;
1050 FakeInputMapper* mapper = NULL; local
1051 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, 0, String8("fake"),
1053 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1065 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1073 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1077 FakeInputMapper* mapper = NULL; local
1078 ASSERT_NO_FATAL_FAILURE(mapper
1104 FakeInputMapper* mapper = NULL; local
1131 FakeInputMapper* mapper = NULL; local
1175 FakeInputMapper* mapper = NULL; local
1424 addMapperAndConfigure(InputMapper* mapper) argument
1437 process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, int32_t code, int32_t value) argument
1498 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1505 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1516 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1542 testDPadKeyRotation(KeyboardInputMapper* mapper, int32_t originalScanCode, int32_t, int32_t rotatedKeyCode) argument
1561 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1574 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1682 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1727 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1750 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1827 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1839 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1851 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1872 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1964 testMotionRotation(CursorInputMapper* mapper, int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) argument
1980 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1988 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1996 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2027 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2046 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2101 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2125 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2149 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2186 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2204 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2255 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2431 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2634 processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2640 processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2645 processUp(SingleTouchInputMapper* mapper) argument
2649 processPressure( SingleTouchInputMapper* mapper, int32_t pressure) argument
2654 processToolMajor( SingleTouchInputMapper* mapper, int32_t toolMajor) argument
2659 processDistance( SingleTouchInputMapper* mapper, int32_t distance) argument
2664 processTilt( SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) argument
2670 processKey( SingleTouchInputMapper* mapper, int32_t code, int32_t value) argument
2675 processSync(SingleTouchInputMapper* mapper) argument
2681 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2690 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2701 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2711 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2721 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2750 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2779 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2795 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2846 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2968 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3042 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3133 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3157 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3219 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3264 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3288 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3449 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3585 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3658 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3802 processPosition( MultiTouchInputMapper* mapper, int32_t x, int32_t y) argument
3808 processTouchMajor( MultiTouchInputMapper* mapper, int32_t touchMajor) argument
3813 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument
3818 processToolMajor( MultiTouchInputMapper* mapper, int32_t toolMajor) argument
3823 processToolMinor( MultiTouchInputMapper* mapper, int32_t toolMinor) argument
3828 processOrientation( MultiTouchInputMapper* mapper, int32_t orientation) argument
3833 processPressure( MultiTouchInputMapper* mapper, int32_t pressure) argument
3838 processDistance( MultiTouchInputMapper* mapper, int32_t distance) argument
3843 processId( MultiTouchInputMapper* mapper, int32_t id) argument
3848 processSlot( MultiTouchInputMapper* mapper, int32_t slot) argument
3853 processToolType( MultiTouchInputMapper* mapper, int32_t toolType) argument
3858 processKey( MultiTouchInputMapper* mapper, int32_t code, int32_t value) argument
3863 processMTSync(MultiTouchInputMapper* mapper) argument
3867 processSync(MultiTouchInputMapper* mapper) argument
3873 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4150 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4326 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4497 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4547 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4585 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4638 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4672 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4701 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4862 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5013 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5085 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.h85 Entry(SkPixelRef* pixelRef, Texture* texture, const UvMapper& mapper, argument
88 , uvMapper(mapper)
H A DPatch.h44 const UvMapper& mapper, const Res_png_9patch* patch);
H A DAssetAtlas.cpp132 const UvMapper mapper(
141 Entry* entry = new Entry(pixelRef, texture, mapper, *this);
H A DPatch.cpp41 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch)
109 mUvMapper = mapper;
40 Patch(const float bitmapWidth, const float bitmapHeight, float width, float height, const UvMapper& mapper, const Res_png_9patch* patch) argument
H A DPatchCache.cpp257 const UvMapper& mapper = entry ? entry->uvMapper : sIdentity; local
259 pixelWidth, pixelHeight, mapper, patch);
H A DOpenGLRenderer.cpp1599 const UvMapper& mapper(getMapper(texture));
1610 mapper.map(u1, v1, u2, v2);
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp226 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
231 CHECK_EQ(0, mapper.lock(
357 CHECK_EQ(0, mapper.unlock(buf->handle));
/frameworks/base/tools/obbtool/
H A Dmkobb.sh235 loop_dev=/dev/mapper/${unique_dm_name}
/frameworks/native/services/inputflinger/
H A DInputReader.cpp969 InputMapper* mapper = mMappers[i]; local
970 mapper->dump(dump);
974 void InputDevice::addMapper(InputMapper* mapper) { argument
975 mMappers.add(mapper);
1008 InputMapper* mapper = mMappers[i]; local
1009 mapper->configure(when, config, changes);
1010 mSources |= mapper->getSources();
1018 InputMapper* mapper = mMappers[i]; local
1019 mapper->reset(when);
1028 // Process all of the events in order for each mapper
1058 InputMapper* mapper = mMappers[i]; local
1068 InputMapper* mapper = mMappers[i]; local
1076 InputMapper* mapper = mMappers[i]; local
1086 InputMapper* mapper = mMappers[i]; local
1107 InputMapper* mapper = mMappers[i]; local
1127 InputMapper* mapper = mMappers[i]; local
1139 InputMapper* mapper = mMappers[i]; local
1147 InputMapper* mapper = mMappers[i]; local
1155 InputMapper* mapper = mMappers[i]; local
1164 InputMapper* mapper = mMappers[i]; local
1173 InputMapper* mapper = mMappers[i]; local
[all...]
H A DInputReader.h601 void addMapper(InputMapper* mapper);
990 /* An input mapper transforms raw input events into cooked event data.
/frameworks/rs/driver/
H A DrsdAllocation.cpp558 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
559 mapper.unlock(drv->wndBuffer->handle);
697 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
701 mapper.lock(drv->wndBuffer->handle,
730 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
731 mapper.unlock(drv->wndBuffer->handle);
813 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
814 mapper.unlock(drv->wndBuffer->handle);
/frameworks/base/core/java/android/view/
H A DViewDebug.java1196 final IntToString mapper = mapping[j];
1197 if (mapper.from() == intValue) {
1198 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 275 milliseconds