Home
last modified time | relevance | path

Searched defs:buffer (Results 201 – 225 of 568) sorted by relevance

12345678910>>...23

/aosp14/frameworks/base/libs/hwui/
H A DRenderNode.cpp568 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 DStrictJarFile.java347 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 Dimages.cpp71 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 Dio_test.cpp72 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 DNPVCDownEventState.kt72 private val buffer = RingBuffer(capacity) { NPVCDownEventState() } regex
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DFont.java96 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 DLongArrayQueue.java175 final StringBuilder buffer = new StringBuilder(mSize * 64); in toString() local
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.h89 explicit TableFlattener(const TableFlattenerOptions& options, android::BigBuffer* buffer) in TableFlattener()
/aosp14/frameworks/base/core/java/android/hardware/soundtrigger/
H A DConversionUtil.java323 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 DSerializedFrame.java124 public DirectByteInputStream(byte[] buffer, int size) { in DirectByteInputStream()
226 public void setData(ByteBuffer buffer, int offset, int length) { in setData()
H A DFrame.java106 public abstract void setData(ByteBuffer buffer, int offset, int length); in setData()
108 public void setData(ByteBuffer buffer) { in setData()
H A DNativeBuffer.java128 private native boolean nativeCopyTo(NativeBuffer buffer); in nativeCopyTo()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColorBitmapActivity.java79 HardwareBuffer buffer, int gradentEndColor) { in authorGradientBuffer()
108 HardwareBuffer buffer = HardwareBuffer.create( in getGradientBuffer() local
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DHandwritingGesture.java255 public static HandwritingGesture fromByteArray(@NonNull byte[] buffer) { in fromByteArray()
/aosp14/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothPacketDecoder.java70 public void decodePacket(byte[] buffer, MidiReceiver receiver) { in decodePacket()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureManagerTest.java102 RingBuffer<ContentCaptureEvent> buffer = manager.getContentProtectionEventBuffer(); in testConstructor_contentProtection_enabled_bufferCreated() local
/aosp14/frameworks/base/tests/HwAccelerationTest/jni/
H A Dnative-lib.cpp60 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 DThumbnailData.java75 try (final HardwareBuffer buffer = snapshot.getHardwareBuffer()) { in makeThumbnail()
/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h46 void* buffer; member
/aosp14/system/core/fastboot/
H A Dudp_test.cpp335 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 DFaceSquareFilter.java69 ByteBuffer buffer = imageFrame.lockBytes(Frame.MODE_WRITE); in onProcess() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DGraphicsStatsService.cpp53 ScopedByteArrayRO buffer{env}; in addToDump() local
99 ScopedByteArrayRO buffer(env, jdata); in saveBuffer() local
/aosp14/system/core/libkeyutils/
H A Dkeyutils.cpp67 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 DFont.cpp86 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 DScreenshotUtils.java65 public void accept(ScreenCapture.ScreenshotHardwareBuffer buffer) { in accept()

12345678910>>...23