Home
last modified time | relevance | path

Searched defs:to_send (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_test_utils.h23 const size_t to_send = std::min(size, remaining_.size()); in ReadNext() local
/aosp_15_r20/device/google/cuttlefish/common/libs/security/
Dgatekeeper_channel_sharedfd.cpp48 auto to_send = std::move(to_send_result.value()); in SendMessage() local
Dkeymaster_channel_sharedfd.cpp53 auto to_send = CreateKeymasterMessage(command, is_response, payload_size); in SendMessage() local
Dkeymaster_channel_windows.cpp127 auto to_send = CreateKeymasterMessage(command, is_response, payload_size); in SendMessage() local
Dgatekeeper_channel_windows.cpp133 auto to_send = std::move(to_send_result.value()); in SendMessage() local
/aosp_15_r20/art/openjdkjvmti/
H A Dobject_tagging.cc59 std::vector<jlong> to_send; in SendDelayedFreeEvents() local
/aosp_15_r20/external/pigweed/pw_channel/
H A Dstream_channel_test.cc92 MultiBuf to_send = test_data->allocator.BufWith({4_b, 5_b, 6_b}); in TEST() local
/aosp_15_r20/external/federated-compute/fcp/secagg/client/
H A Dsecagg_client_r2_masked_input_coll_base_state.cc202 ClientToServerWrapperMessage to_send; in SendMaskedInput() local
/aosp_15_r20/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintOperation.cpp95 size_t to_send = std::min(max_chunk_size, static_cast<size_t>(input_end - input_pos)); in update() local
/aosp_15_r20/external/pigweed/pw_hdlc/
H A Drouter_test.cc64 SendDatagrams(pw::InlineQueue<MultiBuf>& to_send, DatagramWriter& channel) in SendDatagrams()
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dfastboot.rs152 let to_send = min(curr.len(), self.max_packet_size); in send_packet() localVariable
/aosp_15_r20/system/core/fastboot/
H A Dsocket_test.cpp272 std::string to_send = std::move(test.front()); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc414 grpc_slice to_send = grpc_slice_from_copied_buffer( in OnHandshakeNextDoneLocked() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/
H A Dsecurity_handshaker.cc414 grpc_slice to_send = grpc_slice_from_copied_buffer( in OnHandshakeNextDoneLocked() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc346 uint16_t to_send = p_attr->len - p_attr->offset; in gatt_send_prepare_write() local
Dgatt_utils.cc1658 bool gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send, uint8_t op_code, in gatt_cmd_enq()
Dgatt_int.h209 bool to_send; member
/aosp_15_r20/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp511 char* to_send = pixels; in updateHostColorBuffer() local
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp470 string to_send; in CheckAesIncrementalEncryptOperation() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dtls.c355 int to_send = strlen(test_str) + 1; in TEST_F() local
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp864 string to_send; in CheckAesIncrementalEncryptOperation() local
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs604 let to_send = min(usize::try_from(end - curr)?, buffer.len()); in fetch() localVariable
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp3088 string to_send; in TEST_P() local