/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1019 FakeInputMapper* mapper = new FakeInputMapper(device, sources); in addDeviceWithFakeInputMapper() local 1054 FakeInputMapper* mapper = NULL; in TEST_F() local 1081 FakeInputMapper* mapper = NULL; in TEST_F() local 1108 FakeInputMapper* mapper = NULL; in TEST_F() local 1135 FakeInputMapper* mapper = NULL; in TEST_F() local 1179 FakeInputMapper* mapper = NULL; in TEST_F() local 1428 void addMapperAndConfigure(InputMapper* mapper) { in addMapperAndConfigure() 1441 static void process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, in process() 1502 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F() local 1509 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F() local [all …]
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/ |
D | DataBindingMapperTest.java | 24 android.databinding.DataBinderMapper mapper = new android.databinding.DataBinderMapper(); in testNotDataBindingId() local 31 android.databinding.DataBinderMapper mapper = new android.databinding.DataBinderMapper(); in testInvalidView() local
|
/frameworks/base/libs/hwui/ |
D | AssetAtlas.h | 87 Entry(SkPixelRef* pixelRef, Texture* texture, const UvMapper& mapper, in Entry()
|
D | AssetAtlas.cpp | 113 const UvMapper mapper( in createEntries() local
|
D | PatchCache.cpp | 247 const UvMapper& mapper = entry ? entry->uvMapper : sIdentity; in get() local
|
D | Patch.cpp | 39 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch) in Patch()
|
D | BakedOpDispatcher.cpp | 461 const UvMapper& mapper(texture && texture->uvMapper ? *texture->uvMapper : defaultUvMapper); in onBitmapMeshOp() local
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | CursorObjectAdapter.java | 104 public final void setMapper(CursorMapper mapper) { in setMapper()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 997 InputMapper* mapper = mMappers[i]; in dump() local 1002 void InputDevice::addMapper(InputMapper* mapper) { in addMapper() 1036 InputMapper* mapper = mMappers[i]; in configure() local 1046 InputMapper* mapper = mMappers[i]; in reset() local 1086 InputMapper* mapper = mMappers[i]; in process() local 1096 InputMapper* mapper = mMappers[i]; in timeoutExpired() local 1104 InputMapper* mapper = mMappers[i]; in updateExternalStylusState() local 1114 InputMapper* mapper = mMappers[i]; in getDeviceInfo() local 1135 InputMapper* mapper = mMappers[i]; in getState() local 1155 InputMapper* mapper = mMappers[i]; in markSupportedKeyCodes() local [all …]
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 226 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in render() local
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 585 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in rsdAllocationDestroy() local 724 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in IoGetBuffer() local 757 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in rsdAllocationSetSurface() local 840 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); in rsdAllocationIoSend() local
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 583 auto& mapper = GraphicBufferMapper::get(); in extractGraphicBuffer() local
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 135 auto& mapper = GraphicBufferMapper::get(); in ogles_lock_textures() local 157 auto& mapper = GraphicBufferMapper::get(); in ogles_unlock_textures() local
|
D | egl.cpp | 439 auto& mapper = GraphicBufferMapper::get(); in lock() local 447 auto& mapper = GraphicBufferMapper::get(); in unlock() local
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 1202 final IntToString mapper = mapping[j]; in exportMethods() local
|