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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1019 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
1020 device->addMapper(mapper);
1023 return mapper;
1054 FakeInputMapper* mapper = NULL; local
1055 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, 0, String8("fake"),
1057 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1069 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1077 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1081 FakeInputMapper* mapper = NULL; local
1082 ASSERT_NO_FATAL_FAILURE(mapper
1108 FakeInputMapper* mapper = NULL; local
1135 FakeInputMapper* mapper = NULL; local
1179 FakeInputMapper* mapper = NULL; local
1428 addMapperAndConfigure(InputMapper* mapper) argument
1441 process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, int32_t code, int32_t value) argument
1502 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1509 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1520 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1546 testDPadKeyRotation(KeyboardInputMapper* mapper, int32_t originalScanCode, int32_t, int32_t rotatedKeyCode) argument
1565 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1578 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1686 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1731 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1754 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1831 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1843 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1855 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1876 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1968 testMotionRotation(CursorInputMapper* mapper, int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) argument
1984 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1992 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2000 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2031 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2050 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2105 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2129 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2153 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2190 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2208 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2259 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2435 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2638 processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2644 processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2649 processUp(SingleTouchInputMapper* mapper) argument
2653 processPressure( SingleTouchInputMapper* mapper, int32_t pressure) argument
2658 processToolMajor( SingleTouchInputMapper* mapper, int32_t toolMajor) argument
2663 processDistance( SingleTouchInputMapper* mapper, int32_t distance) argument
2668 processTilt( SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) argument
2674 processKey( SingleTouchInputMapper* mapper, int32_t code, int32_t value) argument
2679 processSync(SingleTouchInputMapper* mapper) argument
2685 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2694 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2705 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2715 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2725 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2754 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2783 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2799 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2850 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2972 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3046 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3137 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3161 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3223 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3268 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3292 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3453 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3589 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3662 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3806 processPosition( MultiTouchInputMapper* mapper, int32_t x, int32_t y) argument
3812 processTouchMajor( MultiTouchInputMapper* mapper, int32_t touchMajor) argument
3817 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument
3822 processToolMajor( MultiTouchInputMapper* mapper, int32_t toolMajor) argument
3827 processToolMinor( MultiTouchInputMapper* mapper, int32_t toolMinor) argument
3832 processOrientation( MultiTouchInputMapper* mapper, int32_t orientation) argument
3837 processPressure( MultiTouchInputMapper* mapper, int32_t pressure) argument
3842 processDistance( MultiTouchInputMapper* mapper, int32_t distance) argument
3847 processId( MultiTouchInputMapper* mapper, int32_t id) argument
3852 processSlot( MultiTouchInputMapper* mapper, int32_t slot) argument
3857 processToolType( MultiTouchInputMapper* mapper, int32_t toolType) argument
3862 processKey( MultiTouchInputMapper* mapper, int32_t code, int32_t value) argument
3867 processMTSync(MultiTouchInputMapper* mapper) argument
3871 processSync(MultiTouchInputMapper* mapper) argument
3877 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4154 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4330 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4501 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4551 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4589 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4642 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4676 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4705 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4866 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5017 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5089 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
[all...]
/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/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.h87 Entry(SkPixelRef* pixelRef, Texture* texture, const UvMapper& mapper, argument
90 , uvMapper(mapper)
H A DAssetAtlas.cpp113 const UvMapper mapper(
122 std::unique_ptr<Entry> entry(new Entry(pixelRef, texture, mapper, *this));
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
H A DPatchCache.cpp247 const UvMapper& mapper = entry ? entry->uvMapper : sIdentity; local
249 pixelWidth, pixelHeight, mapper, patch);
H A DBakedOpDispatcher.cpp461 const UvMapper& mapper(texture && texture->uvMapper ? *texture->uvMapper : defaultUvMapper);
472 mapper.map(u1, v1, u2, v2);
H A DOpenGLRenderer.cpp1536 const UvMapper& mapper(getMapper(texture));
1547 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/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp583 auto& mapper = GraphicBufferMapper::get(); local
589 res = mapper.lockYCbCr(
594 res = mapper.lock(
642 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.cpp989 InputMapper* mapper = mMappers[i]; local
990 mapper->dump(dump);
994 void InputDevice::addMapper(InputMapper* mapper) { argument
995 mMappers.add(mapper);
1028 InputMapper* mapper = mMappers[i]; local
1029 mapper->configure(when, config, changes);
1030 mSources |= mapper->getSources();
1038 InputMapper* mapper = mMappers[i]; local
1039 mapper->reset(when);
1048 // Process all of the events in order for each mapper
1078 InputMapper* mapper = mMappers[i]; local
1088 InputMapper* mapper = mMappers[i]; local
1096 InputMapper* mapper = mMappers[i]; local
1106 InputMapper* mapper = mMappers[i]; local
1127 InputMapper* mapper = mMappers[i]; local
1147 InputMapper* mapper = mMappers[i]; local
1159 InputMapper* mapper = mMappers[i]; local
1167 InputMapper* mapper = mMappers[i]; local
1175 InputMapper* mapper = mMappers[i]; local
1184 InputMapper* mapper = mMappers[i]; local
1200 InputMapper* mapper = mMappers[i]; local
[all...]
H A DInputReader.h606 void addMapper(InputMapper* mapper);
996 /* An input mapper transforms raw input events into cooked event data.
/frameworks/rs/driver/
H A DrsdAllocation.cpp585 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
586 mapper.unlock(drv->wndBuffer->handle);
724 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
728 mapper.lock(drv->wndBuffer->handle,
757 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
758 mapper.unlock(drv->wndBuffer->handle);
840 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
841 mapper.unlock(drv->wndBuffer->handle);
/frameworks/base/core/java/android/view/
H A DViewDebug.java1202 final IntToString mapper = mapping[j];
1203 if (mapper.from() == intValue) {
1204 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 640 milliseconds