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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp995 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
996 device->addMapper(mapper);
999 return mapper;
1030 FakeInputMapper* mapper = NULL; local
1031 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, String8("fake"),
1033 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1045 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1053 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1057 FakeInputMapper* mapper = NULL; local
1058 ASSERT_NO_FATAL_FAILURE(mapper
1084 FakeInputMapper* mapper = NULL; local
1111 FakeInputMapper* mapper = NULL; local
1155 FakeInputMapper* mapper = NULL; local
1401 addMapperAndConfigure(InputMapper* mapper) argument
1414 process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, int32_t code, int32_t value) argument
1474 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1481 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1492 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1518 testDPadKeyRotation(KeyboardInputMapper* mapper, int32_t originalScanCode, int32_t originalKeyCode, int32_t rotatedKeyCode) argument
1537 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1550 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1658 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1703 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1726 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1803 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1815 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1827 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1848 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1940 testMotionRotation(CursorInputMapper* mapper, int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) argument
1956 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1964 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1972 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2003 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2022 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2077 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2101 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2125 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2162 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2180 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2231 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2407 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2590 processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2596 processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2601 processUp(SingleTouchInputMapper* mapper) argument
2605 processPressure( SingleTouchInputMapper* mapper, int32_t pressure) argument
2610 processToolMajor( SingleTouchInputMapper* mapper, int32_t toolMajor) argument
2615 processDistance( SingleTouchInputMapper* mapper, int32_t distance) argument
2620 processTilt( SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) argument
2626 processKey( SingleTouchInputMapper* mapper, int32_t code, int32_t value) argument
2631 processSync(SingleTouchInputMapper* mapper) argument
2637 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2646 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2657 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2667 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2677 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2706 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2735 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2751 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2802 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2924 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2998 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3089 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3113 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3175 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3220 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3381 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3517 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3590 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3734 processPosition( MultiTouchInputMapper* mapper, int32_t x, int32_t y) argument
3740 processTouchMajor( MultiTouchInputMapper* mapper, int32_t touchMajor) argument
3745 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument
3750 processToolMajor( MultiTouchInputMapper* mapper, int32_t toolMajor) argument
3755 processToolMinor( MultiTouchInputMapper* mapper, int32_t toolMinor) argument
3760 processOrientation( MultiTouchInputMapper* mapper, int32_t orientation) argument
3765 processPressure( MultiTouchInputMapper* mapper, int32_t pressure) argument
3770 processDistance( MultiTouchInputMapper* mapper, int32_t distance) argument
3775 processId( MultiTouchInputMapper* mapper, int32_t id) argument
3780 processSlot( MultiTouchInputMapper* mapper, int32_t slot) argument
3785 processToolType( MultiTouchInputMapper* mapper, int32_t toolType) argument
3790 processKey( MultiTouchInputMapper* mapper, int32_t code, int32_t value) argument
3795 processMTSync(MultiTouchInputMapper* mapper) argument
3799 processSync(MultiTouchInputMapper* mapper) argument
3805 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4082 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4258 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4429 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4479 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4517 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4570 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4604 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4633 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4794 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4945 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5017 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/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.cpp478 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
482 mapper.lock(drv->wndBuffer->handle,
507 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
508 mapper.unlock(drv->wndBuffer->handle);
556 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
557 mapper.unlock(drv->wndBuffer->handle);
/frameworks/base/services/input/
H A DInputReader.cpp892 InputMapper* mapper = mMappers[i]; local
893 mapper->dump(dump);
897 void InputDevice::addMapper(InputMapper* mapper) { argument
898 mMappers.add(mapper);
931 InputMapper* mapper = mMappers[i]; local
932 mapper->configure(when, config, changes);
933 mSources |= mapper->getSources();
941 InputMapper* mapper = mMappers[i]; local
942 mapper->reset(when);
951 // Process all of the events in order for each mapper
981 InputMapper* mapper = mMappers[i]; local
991 InputMapper* mapper = mMappers[i]; local
1001 InputMapper* mapper = mMappers[i]; local
1022 InputMapper* mapper = mMappers[i]; local
1042 InputMapper* mapper = mMappers[i]; local
1054 InputMapper* mapper = mMappers[i]; local
1062 InputMapper* mapper = mMappers[i]; local
1071 InputMapper* mapper = mMappers[i]; local
1080 InputMapper* mapper = mMappers[i]; local
[all...]
H A DInputReader.h527 void addMapper(InputMapper* mapper);
896 /* An input mapper transforms raw input events into cooked event data.
/frameworks/base/core/java/android/view/
H A DViewDebug.java976 final IntToString mapper = mapping[j];
977 if (mapper.from() == intValue) {
978 methodValue = mapper.to();

Completed in 3664 milliseconds