Home
last modified time | relevance | path

Searched defs:createFrom (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUtils.h40 static std::unique_ptr<TestAshmem> createFrom(const test_helper::TestBuffer& buffer) { in createFrom() function
45 static std::unique_ptr<TestAshmem> createFrom(const void* data, uint32_t length) { in createFrom() function
H A DSupportLibraryTestUtils.h39 static std::unique_ptr<TestAshmem> createFrom(const NnApiSupportLibrary* nnapi, in createFrom() function
45 static std::unique_ptr<TestAshmem> createFrom(const NnApiSupportLibrary* nnapi, in createFrom() function
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilitiesFactory.java27 public static CameraCapabilities createFrom(Camera.Parameters p) { in createFrom() method in CameraCapabilitiesFactory
/aosp12/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp134 sk_sp<Bitmap> Bitmap::createFrom(const SkImageInfo& info, SkPixelRef& pixelRef) { in createFrom() function in android::Bitmap
140 sk_sp<Bitmap> Bitmap::createFrom(AHardwareBuffer* hardwareBuffer, sk_sp<SkColorSpace> colorSpace, in createFrom() function in android::Bitmap
148 sk_sp<Bitmap> Bitmap::createFrom(AHardwareBuffer* hardwareBuffer, SkColorType colorType, in createFrom() function in android::Bitmap
158 sk_sp<Bitmap> Bitmap::createFrom(AHardwareBuffer* hardwareBuffer, const SkImageInfo& info, in createFrom() function in android::Bitmap
167 sk_sp<Bitmap> Bitmap::createFrom(const SkImageInfo& info, size_t rowBytes, int fd, void* addr, in createFrom() function in android::Bitmap
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataItem.java57 public static DataItem createFrom(ContentValues values) { in createFrom() method in DataItem
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DDataItem.java56 public static DataItem createFrom(ContentValues values) { in createFrom() method in DataItem
/aosp12/frameworks/base/services/core/java/com/android/server/slice/
H A DSliceProviderPermissions.java100 public static SliceProviderPermissions createFrom(XmlPullParser parser, DirtyTracker tracker) in createFrom() method in SliceProviderPermissions
H A DSliceClientPermissions.java158 public static SliceClientPermissions createFrom(XmlPullParser parser, DirtyTracker tracker) in createFrom() method in SliceClientPermissions
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java123 public static RawContact createFrom(Entity entity) { in createFrom() method in RawContact
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DRawContact.java86 public static RawContact createFrom(Entity entity) { in createFrom() method in RawContact
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingController.java398 public static ControllerImpl createFrom(final ControllerImpl currentInstance, in createFrom() method in InputMethodSubtypeSwitchingController.ControllerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java466 public static TransformState createFrom(View view, in createFrom() method in TransformState
/aosp12/frameworks/base/core/java/android/view/
H A DSurface.java659 public void createFrom(SurfaceControl other) { in createFrom() method in Surface