/aosp14/frameworks/base/libs/hwui/ |
H A D | RenderNode.cpp | 568 static void format(StringBuffer& buffer, const std::string_view& format, T... args) { in format() 588 StringBuffer buffer; in markDrawStart() local 594 StringBuffer buffer; in markDrawEnd() local
|
/aosp14/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarFile.java | 347 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 400 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 465 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
|
/aosp14/system/core/fs_mgr/liblp/ |
H A D | images.cpp | 71 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(LP_METADATA_GEOMETRY_SIZE); in ReadFromImageFile() local 303 static inline bool HasFillValue(uint32_t* buffer, size_t count) { in HasFillValue() 386 uint32_t buffer[block_size_ / sizeof(uint32_t)]; in AddPartitionImage() local
|
H A D | io_test.cpp | 72 unique_ptr<uint8_t[]> buffer = make_unique<uint8_t[]>(size); in CreateFakeDisk() local 251 char buffer[LP_SECTOR_SIZE]; in TEST_F() local 419 char buffer[LP_SECTOR_SIZE]; in TEST_F() local 457 std::unique_ptr<char[]> buffer = std::make_unique<char[]>(bytes); in TEST_F() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NPVCDownEventState.kt | 72 private val buffer = RingBuffer(capacity) { NPVCDownEventState() } regex
|
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | Font.java | 96 public Builder(@NonNull ByteBuffer buffer) { in Builder() 111 public Builder(@NonNull ByteBuffer buffer, @NonNull File path, in Builder() 292 ByteBuffer buffer = ByteBuffer.allocateDirect(capacity); in createBuffer() local 498 long builderPtr, @NonNull ByteBuffer buffer, @NonNull String filePath, in nBuild()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | LongArrayQueue.java | 175 final StringBuilder buffer = new StringBuilder(mSize * 64); in toString() local
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener.h | 89 explicit TableFlattener(const TableFlattenerOptions& options, android::BigBuffer* buffer) in TableFlattener()
|
/aosp14/frameworks/base/core/java/android/hardware/soundtrigger/ |
H A D | ConversionUtil.java | 323 ByteBuffer buffer = shmem.mapReadWrite(); in byteArrayToSharedMemory() local 339 ByteBuffer buffer = mem.mapReadOnly(); in sharedMemoryToByteArray() local
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | SerializedFrame.java | 124 public DirectByteInputStream(byte[] buffer, int size) { in DirectByteInputStream() 226 public void setData(ByteBuffer buffer, int offset, int length) { in setData()
|
H A D | Frame.java | 106 public abstract void setData(ByteBuffer buffer, int offset, int length); in setData() 108 public void setData(ByteBuffer buffer) { in setData()
|
H A D | NativeBuffer.java | 128 private native boolean nativeCopyTo(NativeBuffer buffer); in nativeCopyTo()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ColorBitmapActivity.java | 79 HardwareBuffer buffer, int gradentEndColor) { in authorGradientBuffer() 108 HardwareBuffer buffer = HardwareBuffer.create( in getGradientBuffer() local
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | HandwritingGesture.java | 255 public static HandwritingGesture fromByteArray(@NonNull byte[] buffer) { in fromByteArray()
|
/aosp14/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
H A D | BluetoothPacketDecoder.java | 70 public void decodePacket(byte[] buffer, MidiReceiver receiver) { in decodePacket()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | ContentCaptureManagerTest.java | 102 RingBuffer<ContentCaptureEvent> buffer = manager.getContentProtectionEventBuffer(); in testConstructor_contentProtection_enabled_bufferCreated() local
|
/aosp14/frameworks/base/tests/HwAccelerationTest/jni/ |
H A D | native-lib.cpp | 60 AHardwareBuffer* buffer = AHardwareBuffer_fromHardwareBuffer(env, jbuffer); in Java_com_android_test_hwui_FrontBufferedLayer_nUpdateBuffer() local
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
H A D | ThumbnailData.java | 75 try (final HardwareBuffer buffer = snapshot.getHardwareBuffer()) { in makeThumbnail()
|
/aosp14/system/core/libusbhost/include/usbhost/ |
H A D | usbhost.h | 46 void* buffer; member
|
/aosp14/system/core/fastboot/ |
H A D | udp_test.cpp | 335 std::string buffer(message.length(), '\0'); in Read() local 494 char buffer[3]; in TEST_F() local 527 char buffer[32]; in TEST_F() local
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | FaceSquareFilter.java | 69 ByteBuffer buffer = imageFrame.lockBytes(Frame.MODE_WRITE); in onProcess() local
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | GraphicsStatsService.cpp | 53 ScopedByteArrayRO buffer{env}; in addToDump() local 99 ScopedByteArrayRO buffer(env, jdata); in saveBuffer() local
|
/aosp14/system/core/libkeyutils/ |
H A D | keyutils.cpp | 67 long keyctl_get_security(key_serial_t id, char* buffer, size_t buflen) { in keyctl_get_security()
|
/aosp14/frameworks/base/libs/hwui/jni/fonts/ |
H A D | Font.cpp | 86 static jlong Font_Builder_build(JNIEnv* env, jobject clazz, jlong builderPtr, jobject buffer, in Font_Builder_build() 337 static jlong FontFileUtil_getFontRevision(JNIEnv* env, jobject, jobject buffer, jint index) { in FontFileUtil_getFontRevision() argument 358 static jstring FontFileUtil_getFontPostScriptName(JNIEnv* env, jobject, jobject buffer, in FontFileUtil_getFontPostScriptName() argument 380 static jint FontFileUtil_isPostScriptType1Font(JNIEnv* env, jobject, jobject buffer, jint index) { in FontFileUtil_isPostScriptType1Font() argument
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | ScreenshotUtils.java | 65 public void accept(ScreenCapture.ScreenshotHardwareBuffer buffer) { in accept()
|