Home
last modified time | relevance | path

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

12345678910>>...693

/aosp_15_r20/external/webrtc/common_video/
H A Dvideo_frame_buffer_pool_unittest.cc25 auto buffer = pool.CreateI420Buffer(16, 16); in TEST() local
44 auto buffer = pool.CreateI420Buffer(16, 16); in TEST() local
57 rtc::scoped_refptr<I420Buffer> buffer; in TEST() local
71 auto buffer = pool.CreateI420Buffer(16, 16); in TEST() local
78 auto buffer = pool.CreateNV12Buffer(16, 16); in TEST() local
84 auto buffer = pool.CreateI422Buffer(16, 16); in TEST() local
90 auto buffer = pool.CreateI444Buffer(16, 16); in TEST() local
96 auto buffer = pool.CreateI010Buffer(16, 16); in TEST() local
102 auto buffer = pool.CreateI210Buffer(16, 16); in TEST() local
/aosp_15_r20/external/flatbuffers/benchmarks/cpp/
H A Dbenchmark_main.cpp9 std::unique_ptr<Bench> &bench, uint8_t *buffer) { in Encode()
18 std::unique_ptr<Bench> &bench, uint8_t *buffer) { in Decode()
29 uint8_t *buffer, int64_t check_sum) { in Use()
43 uint8_t buffer[kBufferLength]; in BM_Flatbuffers_Encode() local
53 uint8_t buffer[kBufferLength]; in BM_Flatbuffers_Decode() local
63 uint8_t buffer[kBufferLength]; in BM_Flatbuffers_Use() local
73 uint8_t buffer[kBufferLength]; in BM_Raw_Encode() local
82 uint8_t buffer[kBufferLength]; in BM_Raw_Decode() local
91 uint8_t buffer[kBufferLength]; in BM_Raw_Use() local
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DCommonBufferTest.kt32 val buffer = Buffer() in readAndWriteUtf8() constant
71 val buffer = Buffer() in multipleSegmentBuffers() constant
89 val buffer = Buffer() in fillAndDrainPool() constant
145 val buffer = Buffer() in moveBytesBetweenBuffers() constant
243 val buffer = Buffer() in indexOfWithOffset() constant
260 val buffer = Buffer() in byteAt() constant
272 val buffer = Buffer() in getByteOfEmptyBuffer() constant
H A DUnsafeCursorTest.kt24 val buffer = Buffer() in acquireForRead() constant
41 val buffer = Buffer() in acquireForWrite() constant
57 val buffer = Buffer() in expand() constant
76 val buffer = Buffer() in resizeBuffer() constant
H A DBufferCommonTest.kt65 val buffer = Buffer() in completeSegmentByteCountOnEmptyBuffer() constant
70 val buffer = Buffer() in completeSegmentByteCountOnBufferWithFullSegments() constant
76 val buffer = Buffer() in completeSegmentByteCountOnBufferWithIncompleteTailSegment() constant
82 val buffer = Buffer().apply { write("Kevin".encodeUtf8()) } in testHash() constant
/aosp_15_r20/bootable/libbootloader/gbl/libbootparams/src/
H A Dcommandline.rs25 buffer: &'a mut [u8], field
196 let mut buffer = [0u8; TEST_COMMANDLINE.len() + 1]; in test_add_incremental() localVariable
213 let mut buffer = [0u8; TEST_COMMANDLINE.len() + 1]; in test_add_incremental_via_fmt_write() localVariable
230 let mut buffer = [0u8; TEST_COMMANDLINE.len() + 1]; in test_add_with_incremental() localVariable
262 let mut buffer = [0u8; NODE_TO_ADD.len() + COMMANDLINE_TRAILING_SIZE + 1]; in test_add_single_node_to_full_buffer() localVariable
273 let mut buffer = [0u8; NODE_TO_ADD.len() + COMMANDLINE_TRAILING_SIZE + 1]; in test_add_with_single_node_to_full_buffer() localVariable
288 let mut buffer = [0u8; COMMANDLINE_TRAILING_SIZE]; in test_add_to_empty_not_enough_space() localVariable
300 let mut buffer = [0u8; COMMANDLINE_TRAILING_SIZE]; in test_add_with_to_empty_not_enough_space_requested_space_for_separator() localVariable
311 let mut buffer = [0u8; COMMANDLINE_TRAILING_SIZE]; in test_empty_add_with_to_empty_succeed() localVariable
319 let mut buffer = TEST_COMMANDLINE.to_vec(); in test_add_with_null_terminator_invalid_input() localVariable
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Ddrawdispatch.cpp140 bool CoreChecks::PreCallValidateCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkD… in PreCallValidateCmdDrawIndirect()
162 void CoreChecks::PreCallRecordCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDev… in PreCallRecordCmdDrawIndirect()
167 …racker::PostCallRecordCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize… in PostCallRecordCmdDrawIndirect()
175 …PreCallValidateCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize… in PreCallValidateCmdDrawIndexedIndirect()
199 void CoreChecks::PreCallRecordCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer in PreCallRecordCmdDrawIndexedIndirect()
204 …nStateTracker::PostCallRecordCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, in PostCallRecordCmdDrawIndexedIndirect()
229 bool CoreChecks::PreCallValidateCmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer,… in PreCallValidateCmdDispatchIndirect()
242 void CoreChecks::PreCallRecordCmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, V… in PreCallRecordCmdDispatchIndirect()
246 …tionStateTracker::PostCallRecordCmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, in PostCallRecordCmdDispatchIndirect()
254 …reCallValidateCmdDrawIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize… in PreCallValidateCmdDrawIndirectCountKHR()
[all …]
/aosp_15_r20/device/linaro/hikey/gralloc960/
Dmali_gralloc_public_interface.cpp104 static int32_t mali_gralloc_get_backing_store(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_backing_store()
113 static int32_t mali_gralloc_get_consumer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_consumer_usage()
122 static int32_t mali_gralloc_get_dimensions(gralloc1_device_t *device, buffer_handle_t buffer, uint3… in mali_gralloc_get_dimensions()
131 static int32_t mali_gralloc_get_format(gralloc1_device_t *device, buffer_handle_t buffer, int32_t *… in mali_gralloc_get_format()
139 static int32_t mali_gralloc_get_producer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_producer_usage()
148 static int32_t mali_gralloc_get_stride(gralloc1_device_t *device, buffer_handle_t buffer, uint32_t … in mali_gralloc_get_stride()
242 static int32_t mali_gralloc_retain(gralloc1_device_t *device, buffer_handle_t buffer) in mali_gralloc_retain()
260 static int32_t mali_gralloc_release(gralloc1_device_t *device, buffer_handle_t buffer) in mali_gralloc_release()
273 static int32_t mali_gralloc1_get_num_flex_planes(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc1_get_num_flex_planes()
292 static int32_t mali_gralloc1_lock_async(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc1_lock_async()
[all …]
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DRewindableReadableByteChannelTest.java61 ByteBuffer buffer = ByteBuffer.allocate(20); in testSingleRead() local
105 ByteBuffer buffer = ByteBuffer.allocate(20); in testReadRewindShorterReads() local
125 ByteBuffer buffer = ByteBuffer.allocate(20); in testReadRewindLongerRead() local
191 ByteBuffer buffer = ByteBuffer.allocate(42); in testReadAfterCloseFails() local
206 ByteBuffer buffer = ByteBuffer.allocate(0); in testReadToEmptyBuffer() local
217 ByteBuffer buffer = ByteBuffer.allocate(10); in testNoData() local
228 ByteBuffer buffer = ByteBuffer.allocate(1000); in testReadEverything() local
240 ByteBuffer buffer = ByteBuffer.allocate(1000); in testReadEverythingInChunks() local
357 ByteBuffer buffer = ByteBuffer.allocate(40); in testReadToLimit() local
376 ByteBuffer buffer = ByteBuffer.allocate(size); in testReadLongInputByteByByte() local
[all …]
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dtest-repacker.cc1574 void* buffer = malloc (buffer_size); in test_sort_shortest() local
1608 void* buffer = malloc (buffer_size); in test_duplicate_leaf() local
1644 void* buffer = malloc (buffer_size); in test_duplicate_interior() local
1704 void* buffer = malloc (buffer_size); in test_will_overflow_1() local
1717 void* buffer = malloc (buffer_size); in test_will_overflow_2() local
1730 void* buffer = malloc (buffer_size); in test_will_overflow_3() local
1743 void* buffer = malloc (buffer_size); in test_resolve_overflows_via_sort() local
1760 void* buffer = malloc (buffer_size); in test_resolve_overflows_via_duplication() local
1777 void* buffer = malloc (buffer_size); in test_resolve_overflows_via_multiple_duplications() local
1792 void* buffer = malloc (buffer_size); in test_resolve_overflows_via_space_assignment() local
[all …]
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMapInfoCreateMemoryTest.cpp46 std::vector<uint8_t> buffer(20000); in InitElf() local
62 std::vector<uint8_t> buffer(12288, 0); in SetUp() local
120 std::vector<uint8_t> buffer(1024); in TEST_F() local
189 std::vector<uint8_t> buffer(0x100); in TEST_F() local
244 std::vector<uint8_t> buffer(1024); in TEST_F() local
257 std::vector<uint8_t> buffer(1024); in TEST_F() local
307 std::vector<uint8_t> buffer(0x4000); in TEST_F() local
354 std::vector<uint8_t> buffer(0x4000); in TEST_F() local
391 std::vector<uint8_t> buffer(0x3000); in TEST_F() local
419 std::vector<uint8_t> buffer(0x100); in TEST_F() local
[all …]
/aosp_15_r20/external/tpm2-tss/test/unit/
H A DTPM2B-marshal.c26 uint8_t buffer[sizeof(dgst) + sizeof(point)] = {0}; in tpm2b_marshal_success() local
73 uint8_t buffer[sizeof(dgst) + sizeof(point) + 10] = {0}; in tpm2b_marshal_success_offset() local
156 uint8_t buffer[offset]; in tpm2b_marshal_buffer_null_with_offset() local
195 uint8_t buffer[sizeof(dgst) + sizeof(point)] = {0}; in tpm2b_marshal_buffer_size_lt_data_nad_lt_offset() local
223 uint8_t buffer[] = { 0x00, 0x04, 0xef, 0xbe, 0xad, 0xde, /* digest of 4 bytes */ in tpm2b_unmarshal_success() local
261 uint8_t buffer[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, /* random 6 bytes offset */ in tpm2b_unmarshal_success_offset() local
329 uint8_t buffer [1]; in tpm2b_unmarshal_dest_null() local
347 uint8_t buffer[] = { 0x00, 0x04, 0xef, 0xbe, 0xad, 0xde, /* digest of 4 bytes */ in tpm2b_unmarshal_dest_null_offset_valid() local
370 uint8_t buffer[sizeof(dgst) + sizeof(point)] = { 0 }; in tpm2b_unmarshal_buffer_size_lt_data_nad_lt_offset() local
390 uint8_t buffer[sizeof(pub2b)] = { 0 }; in tpm2b_public_rsa_marshal_success() local
[all …]
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
H A DV4Signature.java50 ByteBuffer buffer = ByteBuffer.wrap(bytes).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
61 ByteBuffer buffer = ByteBuffer.allocate(size).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local
92 static SigningInfo fromByteBuffer(ByteBuffer buffer) throws IOException { in fromByteBuffer()
107 ByteBuffer buffer = ByteBuffer.allocate(size).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local
127 static SigningInfoBlock fromByteBuffer(ByteBuffer buffer) throws IOException { in fromByteBuffer()
135 ByteBuffer buffer = ByteBuffer.allocate(size).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local
157 ByteBuffer buffer = ByteBuffer.wrap(bytes).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
229 ByteBuffer buffer = ByteBuffer.allocate(size).order(ByteOrder.LITTLE_ENDIAN); in getSignedData() local
247 static void readFully(InputStream stream, byte[] buffer) throws IOException { in readFully()
281 static byte[] readBytes(ByteBuffer buffer) throws IOException { in readBytes()
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_data_writer_test.cc347 bool EncodeDecodeValue(uint64_t value_in, char* buffer, size_t size_of_buffer) { in EncodeDecodeValue()
396 char buffer[1024]; in TEST_P() local
418 char buffer[1024]; in TEST_P() local
436 char buffer[1024]; in TEST_P() local
452 char buffer[1024]; in TEST_P() local
478 char buffer[kVarIntBufferLength]; in TEST_P() local
537 char buffer[kVarIntBufferLength]; in TEST_P() local
553 char buffer[90]; in TEST_P() local
632 char buffer[8 * kMultiVarCount]; in TEST_P() local
662 char buffer[4 * kMultiVarCount]; in TEST_P() local
[all …]
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dmemory_stream.cc21 StreamPtr MemoryStream::OpenRef(const void* buffer, in OpenRef()
29 StreamPtr MemoryStream::OpenCopyOf(const void* buffer, in OpenCopyOf()
38 StreamPtr MemoryStream::OpenRef(const std::string& buffer, ErrorPtr* error) { in OpenRef()
44 StreamPtr MemoryStream::OpenCopyOf(std::string buffer, ErrorPtr* error) { in OpenCopyOf()
50 StreamPtr MemoryStream::OpenRef(const char* buffer, ErrorPtr* error) { in OpenRef()
54 StreamPtr MemoryStream::OpenCopyOf(const char* buffer, ErrorPtr* error) { in OpenCopyOf()
64 StreamPtr MemoryStream::CreateRef(std::string* buffer, ErrorPtr* error) { in CreateRef()
70 StreamPtr MemoryStream::CreateRefForAppend(std::string* buffer, in CreateRefForAppend()
140 bool MemoryStream::ReadNonBlocking(void* buffer, in ReadNonBlocking()
157 bool MemoryStream::WriteNonBlocking(const void* buffer, in WriteNonBlocking()
/aosp_15_r20/external/mbedtls/programs/psa/
H A Dpsa_constant_names.c43 static void append(char **buffer, size_t buffer_size, in append()
54 static void append_integer(char **buffer, size_t buffer_size, in append_integer()
71 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve()
89 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group()
109 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg()
126 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status()
143 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve()
160 static int psa_snprint_dh_group(char *buffer, size_t buffer_size, in psa_snprint_dh_group()
198 char buffer[200]; in process_signed() local
237 char buffer[200]; in process_unsigned() local
/aosp_15_r20/external/armnn/profiling/common/src/
H A DCommonProfilingUtils.cpp19 void ReadBytes(const unsigned char* buffer, unsigned int offset, unsigned int valueSize, uint8_t ou… in ReadBytes()
30 uint64_t ReadUint64(const unsigned char* buffer, unsigned int offset) in ReadUint64()
47 uint32_t ReadUint32(const unsigned char* buffer, unsigned int offset) in ReadUint32()
59 uint16_t ReadUint16(const unsigned char* buffer, unsigned int offset) in ReadUint16()
69 uint8_t ReadUint8(const unsigned char* buffer, unsigned int offset) in ReadUint8()
76 void WriteBytes(unsigned char* buffer, unsigned int offset, const void* value, unsigned int valueSi… in WriteBytes()
87 void WriteUint64(unsigned char* buffer, unsigned int offset, uint64_t value) in WriteUint64()
101 void WriteUint32(unsigned char* buffer, unsigned int offset, uint32_t value) in WriteUint32()
111 void WriteUint16(unsigned char* buffer, unsigned int offset, uint16_t value) in WriteUint16()
119 void WriteUint8(unsigned char* buffer, unsigned int offset, uint8_t value) in WriteUint8()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/
H A Dpsa_constant_names.c43 static void append(char **buffer, size_t buffer_size, in append()
54 static void append_integer(char **buffer, size_t buffer_size, in append_integer()
71 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve()
89 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group()
109 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg()
126 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status()
143 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve()
160 static int psa_snprint_dh_group(char *buffer, size_t buffer_size, in psa_snprint_dh_group()
198 char buffer[200]; in process_signed() local
237 char buffer[200]; in process_unsigned() local
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dcontainer_annotations.h28 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument
34 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) \ argument
40 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument
46 #define ANNOTATE_CHANGE_CAPACITY(buffer, old_capacity, buffer_size, \ argument
52 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument
53 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) argument
54 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
55 #define ANNOTATE_CHANGE_CAPACITY(buffer, old_capacity, buffer_size, \ argument
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dcontainer_annotations.h28 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument
34 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) \ argument
40 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument
46 #define ANNOTATE_CHANGE_CAPACITY(buffer, old_capacity, buffer_size, \ argument
52 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument
53 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) argument
54 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
55 #define ANNOTATE_CHANGE_CAPACITY(buffer, old_capacity, buffer_size, \ argument
/aosp_15_r20/external/webp/imageio/
H A Dimage_enc.c145 const WebPDecBuffer* const buffer) { in WebPWritePNG()
163 int WebPWritePNG(FILE* out_file, const WebPDecBuffer* const buffer) { in WebPWritePNG()
207 int WebPWritePNG(FILE* fout, const WebPDecBuffer* const buffer) { in WebPWritePNG()
220 static int WritePPMPAM(FILE* fout, const WebPDecBuffer* const buffer, in WritePPMPAM()
250 int WebPWritePPM(FILE* fout, const WebPDecBuffer* const buffer) { in WebPWritePPM()
254 int WebPWritePAM(FILE* fout, const WebPDecBuffer* const buffer) { in WebPWritePAM()
262 int WebPWrite16bAsPGM(FILE* fout, const WebPDecBuffer* const buffer) { in WebPWrite16bAsPGM()
303 int WebPWriteBMP(FILE* fout, const WebPDecBuffer* const buffer) { in WebPWriteBMP()
387 int WebPWriteTIFF(FILE* fout, const WebPDecBuffer* const buffer) { in WebPWriteTIFF()
474 int WebPWriteAlphaPlane(FILE* fout, const WebPDecBuffer* const buffer) { in WebPWriteAlphaPlane()
[all …]
/aosp_15_r20/system/logging/logcat/tests/
H A Dlogcat_test.cpp97 char buffer[BIG_BUFFER]; in TEST() local
138 char buffer[BIG_BUFFER]; in TEST() local
198 char buffer[BIG_BUFFER]; in TEST() local
215 static char* fgetLongTime(char* buffer, size_t buflen, FILE* fp) { in fgetLongTime()
257 char buffer[BIG_BUFFER]; in TEST() local
284 char buffer[BIG_BUFFER]; in TEST() local
306 char buffer[BIG_BUFFER]; in do_tail() local
346 char buffer[BIG_BUFFER]; in do_tail_time() local
465 char buffer[BIG_BUFFER]; in TEST() local
508 char buffer[BIG_BUFFER]; in TEST() local
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/magma/
DDecoder.cpp144 magma_buffer_t buffer) { in magma_connection_release_buffer()
178 magma_buffer_t buffer, uint32_t options, in magma_connection_perform_buffer_op()
185 magma_buffer_t buffer, uint64_t offset, in magma_connection_map_buffer()
192 magma_buffer_t buffer) { in magma_connection_unmap_buffer()
222 void* buffer, in magma_connection_read_notification_channel()
230 magma_status_t Decoder::magma_buffer_clean_cache(magma_buffer_t buffer, uint64_t offset, in magma_buffer_clean_cache()
236 magma_status_t Decoder::magma_buffer_set_cache_policy(magma_buffer_t buffer, in magma_buffer_set_cache_policy()
242 magma_status_t Decoder::magma_buffer_get_cache_policy(magma_buffer_t buffer, in magma_buffer_get_cache_policy()
248 magma_status_t Decoder::magma_buffer_set_name(magma_buffer_t buffer, const char* name) { in magma_buffer_set_name()
253 magma_status_t Decoder::magma_buffer_get_info(magma_buffer_t buffer, in magma_buffer_get_info()
[all …]
/aosp_15_r20/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp126 void magma_connection_release_buffer(magma_connection_t connection, magma_buffer_t buffer) in magma_connection_release_buffer()
156 …magma_connection_perform_buffer_op(magma_connection_t connection, magma_buffer_t buffer, uint32_t … in magma_connection_perform_buffer_op()
162 …nection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t buffer, uint64_t … in magma_connection_map_buffer()
168 …magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t buffer) in magma_connection_unmap_buffer()
210 …a_connection_read_notification_channel(magma_connection_t connection, void* buffer, uint64_t buffe… in magma_connection_read_notification_channel()
216 magma_status_t magma_buffer_clean_cache(magma_buffer_t buffer, uint64_t offset, uint64_t size, magm… in magma_buffer_clean_cache()
222 magma_status_t magma_buffer_set_cache_policy(magma_buffer_t buffer, magma_cache_policy_t policy) in magma_buffer_set_cache_policy()
228 magma_status_t magma_buffer_get_cache_policy(magma_buffer_t buffer, magma_cache_policy_t* cache_pol… in magma_buffer_get_cache_policy()
234 magma_status_t magma_buffer_set_name(magma_buffer_t buffer, const char* name) in magma_buffer_set_name()
240 magma_status_t magma_buffer_set_name_fudge(magma_buffer_t buffer, void* name, uint64_t name_size) in magma_buffer_set_name_fudge()
[all …]
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp152 BufferItem* buffer = new BufferItem; in JNIImageReaderContext() local
188 BufferItem* buffer = *it; in getBufferItem() local
193 void JNIImageReaderContext::returnBufferItem(BufferItem* buffer) { in returnBufferItem()
290 const BufferItem* buffer) in Image_setBufferItem()
481 BufferItem* buffer = Image_getBufferItem(env, image); in Image_unlockIfLocked() local
522 BufferItem* buffer = Image_getBufferItem(env, image); in ImageReader_imageRelease() local
545 BufferItem* buffer = ctx->getBufferItem(); in ImageReader_imageSetup() local
665 BufferItem* buffer = Image_getBufferItem(env, image); in ImageReader_detachImage() local
724 BufferItem* buffer = Image_getBufferItem(env, thiz); in Image_getLockedImage() local
761 static bool Image_getLockedImageInfo(JNIEnv* env, LockedImage* buffer, int idx, in Image_getLockedImageInfo()
[all …]

12345678910>>...693