Home
last modified time | relevance | path

Searched defs:in_buffer (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/io/
H A DUtil.cpp92 const void* in_buffer; in Copy() local
110 const char* in_buffer = in.data(); in Copy() local
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/common/
H A DUtils.cpp30 std::string ByteArrayToHexString(const uint8_t* in_buffer, size_t length) { in ByteArrayToHexString()
/aosp12/system/bt/embdrv/g722/
H A Dg722_enc_dec.h101 unsigned int in_buffer; member
126 unsigned int in_buffer; member
/aosp12/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp259 sp<MediaCodecBuffer> in_buffer; in doRead() local
/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Ddeploy_patch_generator.cpp48 static std::string HexEncode(const void* in_buffer, unsigned int size) { in HexEncode()
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp88 const void* in_buffer; in ReadDataFromStream() local
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc123 std::unique_ptr<uint8_t[]> DeflateBuffer(ArrayRef<const uint8_t> in_buffer, in DeflateBuffer()
159 int InflateBuffer(ArrayRef<const uint8_t> in_buffer, /*out*/ ArrayRef<uint8_t> out_buffer) { in InflateBuffer()
481 ArrayRef<const uint8_t> in_buffer(Get(), Size()); in Deflate() local
497 ArrayRef<const uint8_t> in_buffer(Get(), Size()); in Inflate() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dhdreg.h71 unsigned char * in_buffer; member