OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendAll
(Results
1 - 6
of
6
) sorted by null
/system/bt/vendor_libs/test_vendor_lib/include/
packet_stream.h
62
bool
SendAll
(const std::vector<uint8_t>& source, size_t num_octets_to_send,
/system/bt/vendor_libs/test_vendor_lib/src/
packet_stream.cc
79
if (!
SendAll
({static_cast<uint8_t>(event->GetType())}, 1, fd)) {
84
if (!
SendAll
(event->GetHeader(), event->GetHeaderSize(), fd)) {
89
if (!
SendAll
(event->GetPayload(), event->GetPayloadSize(), fd)) {
116
bool PacketStream::
SendAll
(const vector<uint8_t>& source,
/frameworks/native/libs/vr/libpdx_uds/
ipc_helper_tests.cpp
13
using android::pdx::uds::
SendAll
;
121
//
SendAll
126
auto status =
SendAll
(&sender_, kSocket, IntToConstPtr(kPtr), 100);
140
auto status =
SendAll
(&sender_, kSocket, IntToConstPtr(kPtr), 100);
149
auto status =
SendAll
(&sender_, kSocket, IntToConstPtr(kPtr), 100);
157
auto status =
SendAll
(&sender_, kSocket, IntToConstPtr(kPtr), 100);
169
auto status =
SendAll
(&sender_, kSocket, IntToConstPtr(kPtr), 100);
ipc_helper.cpp
51
Status<void>
SendAll
(SendInterface* sender, const BorrowedHandle& socket_fd,
60
ALOGE("
SendAll
: Failed to send data over socket: %s",
90
ret =
SendAll
(sender, socket_fd, chunk_base + offset_within_chunk,
184
Status<void> ret =
SendAll
(sender, socket_fd, &preamble, sizeof(preamble));
361
return
SendAll
(&g_socket_sender, socket_fd, data, size);
/external/boringssl/src/tool/
transport_common.cc
546
//
SendAll
writes |data_len| bytes from |data| to |sock|. It returns true on
548
static bool
SendAll
(int sock, const char *data, size_t data_len) {
584
if (!
SendAll
(sock, kHelloLine, sizeof(kHelloLine) - 1)) {
606
if (!
SendAll
(sock, kSTARTTLSLine, sizeof(kSTARTTLSLine) - 1)) {
/frameworks/native/libs/vr/libpdx_uds/private/uds/
ipc_helper.h
40
Status<void>
SendAll
(SendInterface* sender, const BorrowedHandle& socket_fd,
Completed in 462 milliseconds