Home
last modified time | relevance | path

Searched defs:mapper (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1135 FakeInputMapper* mapper = new FakeInputMapper(device, sources); in addDeviceWithFakeInputMapper() local
1174 FakeInputMapper* mapper = new FakeInputMapper(device, AINPUT_SOURCE_KEYBOARD); in TEST_F() local
1210 FakeInputMapper* mapper = NULL; in TEST_F() local
1237 FakeInputMapper* mapper = NULL; in TEST_F() local
1264 FakeInputMapper* mapper = NULL; in TEST_F() local
1291 FakeInputMapper* mapper = NULL; in TEST_F() local
1335 FakeInputMapper* mapper = NULL; in TEST_F() local
1592 void addMapperAndConfigure(InputMapper* mapper) { in addMapperAndConfigure()
1610 static void process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, in process()
1671 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F() local
[all …]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/
DDataBindingMapperTest.java24 android.databinding.DataBinderMapper mapper = new android.databinding.DataBinderMapper(); in testNotDataBindingId() local
31 android.databinding.DataBinderMapper mapper = new android.databinding.DataBinderMapper(); in testInvalidView() local
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DCursorObjectAdapter.java104 public final void setMapper(CursorMapper mapper) { in setMapper()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetdEventListenerService.java247 Function<T, IpConnectivityEvent> mapper) { in flushProtos()
255 PrintWriter pw, SparseArray<T> events, Function<T, Object> mapper, String separator) { in listEvents()
/frameworks/native/services/inputflinger/
DInputReader.cpp1106 InputMapper* mapper = mMappers[i]; in dump() local
1111 void InputDevice::addMapper(InputMapper* mapper) { in addMapper()
1151 InputMapper* mapper = mMappers[i]; in configure() local
1161 InputMapper* mapper = mMappers[i]; in reset() local
1201 InputMapper* mapper = mMappers[i]; in process() local
1211 InputMapper* mapper = mMappers[i]; in timeoutExpired() local
1219 InputMapper* mapper = mMappers[i]; in updateExternalStylusState() local
1229 InputMapper* mapper = mMappers[i]; in getDeviceInfo() local
1250 InputMapper* mapper = mMappers[i]; in getState() local
1270 InputMapper* mapper = mMappers[i]; in markSupportedKeyCodes() local
[all …]
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp224 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in render() local
/frameworks/base/libs/hwui/
DPatch.cpp39 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch) in Patch()
/frameworks/native/libs/ui/
DGralloc2.cpp202 Allocator::Allocator(const Mapper& mapper) in Allocator()
/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp593 auto& mapper = GraphicBufferMapper::get(); in extractGraphicBuffer() local
/frameworks/native/opengl/libagl/
Dtexture.cpp135 auto& mapper = GraphicBufferMapper::get(); in ogles_lock_textures() local
157 auto& mapper = GraphicBufferMapper::get(); in ogles_unlock_textures() local
Degl.cpp458 auto& mapper = GraphicBufferMapper::get(); in lock() local
466 auto& mapper = GraphicBufferMapper::get(); in unlock() local
/frameworks/base/core/java/android/view/
DViewDebug.java1207 final IntToString mapper = mapping[j]; in exportMethods() local