Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DNinePatchPeeker.cpp26 Res_png_9patch* patch = (Res_png_9patch*) data; in readChunk() local
H A DNinePatch.cpp83 int8_t* patch = reinterpret_cast<int8_t*>(patchHandle); in finalize() local
/aosp14/frameworks/base/media/java/android/media/
H A DHwAudioSource.java159 AudioPatch patch = patches.get(i); in getDeviceId() local
H A DAudioRecordingConfiguration.java260 final AudioPatch patch = patches.get(i); in getAudioDevice() local
H A DAudioSystem.java1920 public static native int createAudioPatch(AudioPatch[] patch, in createAudioPatch()
1923 public static native int releaseAudioPatch(AudioPatch patch); in releaseAudioPatch()
H A DAudioManager.java7304 public static int createAudioPatch(AudioPatch[] patch, in createAudioPatch()
7322 public static int releaseAudioPatch(AudioPatch patch) { in releaseAudioPatch()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DDeviceInfoUtils.java157 String patch = Build.VERSION.SECURITY_PATCH; in getSecurityPatch() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java133 public NinePatchDrawable(@NonNull NinePatch patch) { in NinePatchDrawable()
141 public NinePatchDrawable(@Nullable Resources res, @NonNull NinePatch patch) { in NinePatchDrawable()
/aosp14/system/core/fastboot/fuzzer/
H A Dfastboot_fuzzer.cpp78 int32_t patch = fdp_->ConsumeIntegralInRange<int32_t>(kVersionMin, kVersionMax); in InvokeParseApi() local
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h47 bool IsAtLeast(uint32_t major, uint32_t minor, uint32_t patch) const { in IsAtLeast()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java311 public void drawPatch(@NonNull NinePatch patch, @NonNull Rect dst, @Nullable Paint paint) { in drawPatch()
321 public void drawPatch(@NonNull NinePatch patch, @NonNull RectF dst, @Nullable Paint paint) { in drawPatch()
H A DBaseRecordingCanvas.java266 public final void drawPatch(@NonNull NinePatch patch, @NonNull Rect dst, in drawPatch()
277 public final void drawPatch(@NonNull NinePatch patch, @NonNull RectF dst, in drawPatch()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp147 static void fill9patchOffsets(Res_png_9patch* patch) { in fill9patchOffsets()
213 void* Res_png_9patch::serialize(const Res_png_9patch& patch, const int32_t* xDivs, in serialize()
223 void Res_png_9patch::serialize(const Res_png_9patch& patch, const int32_t* xDivs, in serialize()
439 Res_png_9patch* patch = reinterpret_cast<Res_png_9patch*>(inData); in deserialize() local
/aosp14/system/core/fastboot/
H A Dfastboot.cpp2634 unsigned major = 0, minor = 0, patch = 0; in ParseOsVersion() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...