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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1001 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
1002 device->addMapper(mapper);
1005 return mapper;
1036 FakeInputMapper* mapper = NULL; local
1037 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, 0, String8("fake"),
1039 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1051 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1059 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1063 FakeInputMapper* mapper = NULL; local
1064 ASSERT_NO_FATAL_FAILURE(mapper
1090 FakeInputMapper* mapper = NULL; local
1117 FakeInputMapper* mapper = NULL; local
1161 FakeInputMapper* mapper = NULL; local
1410 addMapperAndConfigure(InputMapper* mapper) argument
1423 process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, int32_t code, int32_t value) argument
1484 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1491 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1502 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1528 testDPadKeyRotation(KeyboardInputMapper* mapper, int32_t originalScanCode, int32_t originalKeyCode, int32_t rotatedKeyCode) argument
1547 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1560 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1668 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1713 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1736 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1813 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1825 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1837 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1858 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1950 testMotionRotation(CursorInputMapper* mapper, int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) argument
1966 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1974 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1982 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2013 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2032 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2087 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2111 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2135 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2172 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2190 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2241 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2417 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2600 processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2606 processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2611 processUp(SingleTouchInputMapper* mapper) argument
2615 processPressure( SingleTouchInputMapper* mapper, int32_t pressure) argument
2620 processToolMajor( SingleTouchInputMapper* mapper, int32_t toolMajor) argument
2625 processDistance( SingleTouchInputMapper* mapper, int32_t distance) argument
2630 processTilt( SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) argument
2636 processKey( SingleTouchInputMapper* mapper, int32_t code, int32_t value) argument
2641 processSync(SingleTouchInputMapper* mapper) argument
2647 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2656 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2667 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2677 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2687 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2716 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2745 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2761 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2812 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2934 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3008 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3099 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3123 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3185 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3230 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3391 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3527 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3600 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3744 processPosition( MultiTouchInputMapper* mapper, int32_t x, int32_t y) argument
3750 processTouchMajor( MultiTouchInputMapper* mapper, int32_t touchMajor) argument
3755 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument
3760 processToolMajor( MultiTouchInputMapper* mapper, int32_t toolMajor) argument
3765 processToolMinor( MultiTouchInputMapper* mapper, int32_t toolMinor) argument
3770 processOrientation( MultiTouchInputMapper* mapper, int32_t orientation) argument
3775 processPressure( MultiTouchInputMapper* mapper, int32_t pressure) argument
3780 processDistance( MultiTouchInputMapper* mapper, int32_t distance) argument
3785 processId( MultiTouchInputMapper* mapper, int32_t id) argument
3790 processSlot( MultiTouchInputMapper* mapper, int32_t slot) argument
3795 processToolType( MultiTouchInputMapper* mapper, int32_t toolType) argument
3800 processKey( MultiTouchInputMapper* mapper, int32_t code, int32_t value) argument
3805 processMTSync(MultiTouchInputMapper* mapper) argument
3809 processSync(MultiTouchInputMapper* mapper) argument
3815 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4092 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4268 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4439 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4489 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4527 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4580 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4614 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4643 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4804 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4955 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5027 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.cpp106 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
111 CHECK_EQ(0, mapper.lock(mBuf->handle,
128 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
131 CHECK_EQ(0, mapper.unlock(mBuf->handle));
/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.cpp51 UvMapper mapper; local
52 return createMesh(bitmapWidth, bitmapHeight, width, height, mapper, patch);
56 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch) {
126 mUvMapper = mapper;
55 createMesh(const float bitmapWidth, const float bitmapHeight, float width, float height, const UvMapper& mapper, const Res_png_9patch* patch) argument
H A DPatch.h60 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch);
H A DAssetAtlas.cpp124 const UvMapper mapper(
134 Entry* entry = new Entry(bitmap, x, y, rotated, texture, mapper, *this);
H A DOpenGLRenderer.cpp2086 // No need to check for a UV mapper on the texture object, only ARGB_8888
2231 const UvMapper& mapper(getMapper(texture));
2242 mapper.map(u1, v1, u2, v2);
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp150 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
155 CHECK_EQ(0, mapper.lock(
231 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.cpp511 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
512 mapper.unlock(drv->wndBuffer->handle);
639 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
643 mapper.lock(drv->wndBuffer->handle,
672 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
673 mapper.unlock(drv->wndBuffer->handle);
751 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
752 mapper.unlock(drv->wndBuffer->handle);
/frameworks/base/services/input/
H A DInputReader.cpp894 InputMapper* mapper = mMappers[i]; local
895 mapper->dump(dump);
899 void InputDevice::addMapper(InputMapper* mapper) { argument
900 mMappers.add(mapper);
933 InputMapper* mapper = mMappers[i]; local
934 mapper->configure(when, config, changes);
935 mSources |= mapper->getSources();
943 InputMapper* mapper = mMappers[i]; local
944 mapper->reset(when);
953 // Process all of the events in order for each mapper
983 InputMapper* mapper = mMappers[i]; local
993 InputMapper* mapper = mMappers[i]; local
1004 InputMapper* mapper = mMappers[i]; local
1025 InputMapper* mapper = mMappers[i]; local
1045 InputMapper* mapper = mMappers[i]; local
1057 InputMapper* mapper = mMappers[i]; local
1065 InputMapper* mapper = mMappers[i]; local
1074 InputMapper* mapper = mMappers[i]; local
1083 InputMapper* mapper = mMappers[i]; local
[all...]
H A DInputReader.h528 void addMapper(InputMapper* mapper);
902 /* An input mapper transforms raw input events into cooked event data.
/frameworks/base/core/java/android/view/
H A DViewDebug.java1080 final IntToString mapper = mapping[j];
1081 if (mapper.from() == intValue) {
1082 methodValue = mapper.to();

Completed in 349 milliseconds