Home
last modified time | relevance | path

Searched defs:to_buffer (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/ult/cm/
H A Dbuffer_test.cpp51 uint32_t to_buffer[ELEMENT_COUNT] = {1}; in ReadWrite() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/
Dreply.cpp53 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server/
Dreply.cpp53 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server4/
Dreply.cpp53 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/http/server/
Dreply.cpp52 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server2/
Dreply.cpp53 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() function
/aosp_15_r20/system/keymaster/km_openssl/
H A Dblock_cipher_operation.cpp359 size_t to_buffer = min(block_size_bytes() - aad_block_buf_len_, aad->data_length); in FillBufferedAadBlock() local