Home
last modified time | relevance | path

Searched defs:SetBuffer (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DImsMediaBitReader.cpp33 void ImsMediaBitReader::SetBuffer(uint8_t* pbBuffer, uint32_t nBufferSize) in SetBuffer() function in ImsMediaBitReader
DImsMediaBitWriter.cpp33 void ImsMediaBitWriter::SetBuffer(uint8_t* pbBuffer, uint32_t nBufferSize) in SetBuffer() function in ImsMediaBitWriter
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_memory.h334 void SetBuffer (void *p) in SetBuffer() function
/aosp_15_r20/external/llvm/include/llvm/Support/
H A Draw_ostream.h290 void SetBuffer(char *BufferStart, size_t Size) { in SetBuffer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h303 void SetBuffer(char *BufferStart, size_t Size) { in SetBuffer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Draw_ostream.h329 void SetBuffer(char *BufferStart, size_t Size) { in SetBuffer() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dexecutable.h100 void SetBuffer(const ShapeIndex& index, MaybeOwningDeviceMemory buffer) { in SetBuffer() function
/aosp_15_r20/external/pigweed/pw_stream/
H A Dmpsc_stream.cc223 void MpscReader::SetBuffer(ByteSpan buffer) { in SetBuffer() function in pw::stream::MpscReader
/aosp_15_r20/external/pigweed/pw_ring_buffer/
H A Dprefixed_entry_ring_buffer.cc41 Status PrefixedEntryRingBufferMulti::SetBuffer(span<byte> buffer) { in SetBuffer() function in pw::ring_buffer::PrefixedEntryRingBufferMulti
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
Draw_ostream.h378 void SetBuffer(char *BufferStart, size_t Size) { in SetBuffer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A Draw_ostream.h378 void SetBuffer(char *BufferStart, size_t Size) { in SetBuffer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
Draw_ostream.h394 void SetBuffer(char *BufferStart, size_t Size) { in SetBuffer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
Draw_ostream.h394 void SetBuffer(char *BufferStart, size_t Size) { in SetBuffer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
Draw_ostream.h394 void SetBuffer(char *BufferStart, size_t Size) { in SetBuffer() function
/aosp_15_r20/external/cronet/net/http/
H A Dmock_gssapi_library_posix.cc72 void SetBuffer(gss_buffer_t dest, const void* src, size_t length) { in SetBuffer() function
H A Dhttp_auth_gssapi_posix_unittest.cc37 void SetBuffer(gss_buffer_t dest, const void* src, size_t length) { in SetBuffer() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_arguments.cc370 absl::Status CLArguments::SetBuffer(const std::string& name, cl_mem memory) { in SetBuffer() function in tflite::gpu::cl::CLArguments
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dmetal_arguments.cc683 absl::Status MetalArguments::SetBuffer(const std::string& name, in SetBuffer() function in tflite::gpu::metal::MetalArguments
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc318 TEST(File, SetBuffer) { in TEST() argument
/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.h552 void SetBuffer(Buffer* buffer) { buffer_ = buffer; } in SetBuffer() function
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp1567 void SetBuffer(const Buffer *aBuffer) { mBuffer = aBuffer; } in SetBuffer() function in ot::Message::Chunk