Home
last modified time | relevance | path

Searched defs:tmpBuffer (Results 1 – 25 of 111) sorted by relevance

12345

/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
H A DStreamingLineReader.kt68 val tmpBuffer = ByteArray((lineEndIndexInclusive - lineStartIndex + 1).toInt()) in <lambda>() constant
/aosp_15_r20/external/mdnsresponder/mDNSWindows/
H A Dloclibrary.c184 char tmpBuffer[TMP_BUF_SIZE]; in PathForResourceWithPathA() local
226 wchar_t tmpBuffer[TMP_BUF_SIZE]; in PathForResourceWithPathW() local
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/
H A DZlibExtractor.kt107 val tmpBuffer = ByteArray(toRead) { buffer[start + it] } in extractorFor() constant
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/io/
H A DFileArtifact.kt116 val tmpBuffer = ByteArray(BUFFER_SIZE) in readBytes() constant
/aosp_15_r20/system/media/audio_utils/spdif/
H A DSPDIFDecoder.cpp61 std::vector<uint8_t> tmpBuffer(bytesToFill); in fillBurstDataBuffer() local
/aosp_15_r20/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc0Hal.h88 const native_handle_t* tmpBuffer; in allocateBuffers() local
H A DGralloc1Hal.h103 const native_handle_t* tmpBuffer; in allocateBuffers() local
/aosp_15_r20/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp92 buffer_handle_t tmpBuffer = nullptr; in allocate() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dmain.cpp43 std::vector<char> tmpBuffer(0); in readBinary() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vectors/
H A Dtest_vec_align.cpp85 char tmpBuffer[2048]; in test_vec_internal() local
/aosp_15_r20/hardware/interfaces/graphics/mapper/2.0/utils/vts/
H A DMapperVts.cpp138 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
/aosp_15_r20/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp384 get_mapper()->importBuffer(handle, [&](const auto& tmpError, const auto& tmpBuffer) { in import_buffer()
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/
H A Dexif_utils.cpp399 void* tmpBuffer = exif_mem_alloc(mem, size); in AddVariableLengthEntry() local
/aosp_15_r20/hardware/interfaces/graphics/mapper/3.0/utils/vts/
H A DMapperVts.cpp159 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
/aosp_15_r20/frameworks/native/libs/ui/
H A DGralloc2.cpp169 { in importBuffer()
H A DGralloc3.cpp144 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
H A DGralloc4.cpp204 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
/aosp_15_r20/hardware/interfaces/graphics/mapper/4.0/utils/vts/
H A DMapperVts.cpp193 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
/aosp_15_r20/hardware/interfaces/camera/common/default/
H A DExif.cpp786 void* tmpBuffer = exif_mem_alloc(mem, size); in addVariableLengthEntry() local
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp1632 void *tmpBuffer = NULL; in Encapsulate() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.cpp771 void* tmpBuffer = exif_mem_alloc(mem, size); in addVariableLengthEntry() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java834 StringBuilder tmpBuffer = null; in compile() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java834 StringBuilder tmpBuffer = null; in compile() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DSimpleDateFormat.java834 StringBuilder tmpBuffer = null; in compile() local
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.cc1400 ByteBufferWriter tmpBuffer; in CopyStunAttribute() local

12345