Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DDeviceInfoUtils.java157 String patch = Build.VERSION.SECURITY_PATCH; in getSecurityPatch() local
158 if (!"".equals(patch)) { in getSecurityPatch()
161 Date patchDate = template.parse(patch); in getSecurityPatch()
163 patch = DateFormat.format(format, patchDate).toString(); in getSecurityPatch()
167 return patch; in getSecurityPatch()
/aosp14/frameworks/base/libs/hwui/jni/
H A DNinePatchPeeker.cpp26 Res_png_9patch* patch = (Res_png_9patch*) data; in readChunk() local
27 size_t patchSize = patch->serializedSize(); in readChunk()
33 memcpy(patchNew, patch, patchSize); in readChunk()
H A DNinePatch.cpp83 int8_t* patch = reinterpret_cast<int8_t*>(patchHandle); in finalize() local
84 delete[] patch; in finalize()
/aosp14/frameworks/base/media/java/android/media/
H A DHwAudioSource.java159 AudioPatch patch = patches.get(i); in getDeviceId() local
160 AudioPortConfig[] sources = patch.sources(); in getDeviceId()
161 AudioPortConfig[] sinks = patch.sinks(); in getDeviceId()
H A DAudioRecordingConfiguration.java260 final AudioPatch patch = patches.get(i); in getAudioDevice() local
261 if (patch.id() == mPatchHandle) { in getAudioDevice()
262 final AudioPortConfig[] sources = patch.sources(); in getAudioDevice()
H A DAudioSystem.java806 for (AudioPatch patch : audioPatches) { in recordingCallbackFromNative()
807 if (patch.id() == patchHandle) { in recordingCallbackFromNative()
1920 public static native int createAudioPatch(AudioPatch[] patch, in createAudioPatch() argument
1923 public static native int releaseAudioPatch(AudioPatch patch); in releaseAudioPatch() argument
H A DAudioManager.java7304 public static int createAudioPatch(AudioPatch[] patch, in createAudioPatch() argument
7307 return AudioSystem.createAudioPatch(patch, sources, sinks); in createAudioPatch()
7322 public static int releaseAudioPatch(AudioPatch patch) { in releaseAudioPatch() argument
7323 return AudioSystem.releaseAudioPatch(patch); in releaseAudioPatch()
/aosp14/frameworks/base/native/webview/plat_support/
H A Ddraw_sw.h51 typedef void (SkiaVersionFunction)(int* major, int* minor, int* patch);
/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() argument
312 Bitmap bitmap = patch.getBitmap(); in drawPatch()
316 nDrawNinePatch(mNativeCanvasWrapper, bitmap.getNativeInstance(), patch.mNativeChunk, in drawPatch()
318 mDensity, patch.getDensity()); in drawPatch()
321 public void drawPatch(@NonNull NinePatch patch, @NonNull RectF dst, @Nullable Paint paint) { in drawPatch() argument
322 Bitmap bitmap = patch.getBitmap(); in drawPatch()
326 nDrawNinePatch(mNativeCanvasWrapper, bitmap.getNativeInstance(), patch.mNativeChunk, in drawPatch()
328 mDensity, patch.getDensity()); in drawPatch()
H A DBaseRecordingCanvas.java266 public final void drawPatch(@NonNull NinePatch patch, @NonNull Rect dst, in drawPatch() argument
268 Bitmap bitmap = patch.getBitmap(); in drawPatch()
271 nDrawNinePatch(mNativeCanvasWrapper, bitmap.getNativeInstance(), patch.mNativeChunk, in drawPatch()
273 mDensity, patch.getDensity()); in drawPatch()
277 public final void drawPatch(@NonNull NinePatch patch, @NonNull RectF dst, in drawPatch() argument
279 Bitmap bitmap = patch.getBitmap(); in drawPatch()
282 nDrawNinePatch(mNativeCanvasWrapper, bitmap.getNativeInstance(), patch.mNativeChunk, in drawPatch()
284 mDensity, patch.getDensity()); in drawPatch()
H A DCanvas.java1845 public void drawPatch(@NonNull NinePatch patch, @NonNull Rect dst, @Nullable Paint paint) {
1846 super.drawPatch(patch, dst, paint);
1859 public void drawPatch(@NonNull NinePatch patch, @NonNull RectF dst, @Nullable Paint paint) {
1860 super.drawPatch(patch, dst, paint);
/aosp14/system/core/shell_and_utilities/
H A DREADME.md63 nproc nsenter od partprobe paste patch pgrep pidof ping ping6 pivot\_root
97 od partprobe paste patch pgrep pidof ping ping6 pivot\_root pkill pmap
131 od partprobe paste patch pgrep pidof ping ping6 pivot\_root pkill pmap
165 paste patch pgrep pidof ping ping6 pivot\_root pkill pmap printenv
197 paste patch pgrep pidof **ping** **ping6** **pivot\_root** pkill pmap printenv
226 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath
251 nl nohup od paste patch pgrep pidof pkill pmap printenv printf **ps** pwd
274 mountpoint mv netstat nice nl nohup od paste patch pgrep pidof pkill
295 more mountpoint mv netstat nice nl nohup od paste patch pgrep pidof
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java133 public NinePatchDrawable(@NonNull NinePatch patch) { in NinePatchDrawable() argument
134 this(new NinePatchState(patch, new Rect()), null); in NinePatchDrawable()
141 public NinePatchDrawable(@Nullable Resources res, @NonNull NinePatch patch) { in NinePatchDrawable() argument
142 this(new NinePatchState(patch, new Rect()), res); in NinePatchDrawable()
/aosp14/system/core/fs_mgr/
H A DREADME.overlayfs.md84 The patch series is available on the upstream mailing list and the latest as
86 This patch adds an override_creds _mount_ option to OverlayFS that
90 is required. https://patchwork.kernel.org/patch/11117145/ is a start of that
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DThinPatchesActivity.java54 mPatch1 = resources.getDrawable(R.drawable.patch); in PatchView()
/aosp14/system/core/fastboot/fuzzer/
H A Dfastboot_fuzzer.cpp78 int32_t patch = fdp_->ConsumeIntegralInRange<int32_t>(kVersionMin, kVersionMax); in InvokeParseApi() local
79 string version = to_string(major) + "." + to_string(minor) + "." + to_string(patch); in InvokeParseApi()
/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() argument
52 return patch_ >= patch; in IsAtLeast()
/aosp14/frameworks/base/data/keyboards/
H A DVendor_057e_Product_2009.kl60 # Hat - currently not being produced by hid-nintendo, but an upcoming patch set will change the beh…
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp147 static void fill9patchOffsets(Res_png_9patch* patch) { in fill9patchOffsets() argument
148 patch->xDivsOffset = sizeof(Res_png_9patch); in fill9patchOffsets()
149 patch->yDivsOffset = patch->xDivsOffset + (patch->numXDivs * sizeof(int32_t)); in fill9patchOffsets()
150 patch->colorsOffset = patch->yDivsOffset + (patch->numYDivs * sizeof(int32_t)); in fill9patchOffsets()
218 void* newData = calloc(1, patch.serializedSize()); in serialize()
219 serialize(patch, xDivs, yDivs, colors, newData); in serialize()
232 data += patch.numXDivs * sizeof(int32_t); in serialize()
234 data += patch.numYDivs * sizeof(int32_t); in serialize()
440 patch->wasDeserialized = true; in deserialize()
441 fill9patchOffsets(patch); in deserialize()
[all …]
/aosp14/system/core/fastboot/
H A Dfastboot.cpp2634 unsigned major = 0, minor = 0, patch = 0; in ParseOsVersion() local
2639 (versions.size() == 3 && !android::base::ParseUint(versions[2], &patch)) || in ParseOsVersion()
2640 (major > 0x7f || minor > 0x7f || patch > 0x7f)) { in ParseOsVersion()
2643 hdr->SetOsVersion(major, minor, patch); in ParseOsVersion()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dclock-plugins.md39 present in the source tree, although it will likely be removed in a later patch.
/aosp14/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto352 // A value indicating the security patch level of a build.
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto4327 // OS: O (security patch)
4337 // OS: O (security patch)
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...