HomeSort by relevance Sort by last modified time
    Searched defs:SendData (Results 1 - 25 of 25) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
StorageSecurityCommand.h 31 of one or more commands sent by SendData.
116 The SendData function sends a security protocol command containing the payload
120 specific padding for the command payload, the SendData function shall add padding
188 /// are supported. SendData sends a command with data to a device. ReceiveData
190 /// sent by SendData.
207 EFI_STORAGE_SECURITY_SEND_DATA SendData;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cSlave.h 118 slave driver or application then calls SendData to send to queue the
200 EFI_I2C_SLAVE_SEND SendData;
  /external/skia/tools/skiaserve/
Response.cpp 64 int SendData(MHD_Connection* connection, const SkData* data, const char* type,
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 411 sub SendData {
819 my $response = SendData $SUBMITSERVER,$SUBMITSCRIPT,\%hash_of_data;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_send_test_oldapi.cc 108 int32_t AcmSendTestOldApi::SendData(
  /external/webrtc/webrtc/modules/utility/source/
coder.cc 100 int32_t AudioCoder::SendData(
  /system/update_engine/common/
mock_http_fetcher.cc 47 SendData(true);
53 bool MockHttpFetcher::SendData(bool skip_delivery) {
99 if (SendData(false)) {
144 SendData(false);
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc 22 int32_t Channel::SendData(FrameType frameType,
EncodeDecodeTest.cc 37 int32_t TestPacketization::SendData(
TestAllCodecs.cc 60 int32_t TestPack::SendData(FrameType frame_type, uint8_t payload_type,
TestStereo.cc 47 int32_t TestPackStereo::SendData(const FrameType frame_type,
  /external/webrtc/talk/media/base/
rtpdataengine.cc 294 bool RtpDataMediaChannel::SendData(
fakemediaengine.h 648 virtual bool SendData(const SendDataParams& params,
  /external/webrtc/webrtc/p2p/base/
stunport_unittest.cc 107 void SendData(const char* data, size_t len) {
239 SendData(data.c_str(), data.length());
p2ptransportchannel_unittest.cc 557 EXPECT_EQ_WAIT(len, SendData(ep1_ch1(), data, len), 1000);
559 EXPECT_EQ_WAIT(len, SendData(ep2_ch1(), data, len), 1000);
563 EXPECT_EQ_WAIT(len, SendData(ep1_ch2(), data, len), 1000);
565 EXPECT_EQ_WAIT(len, SendData(ep2_ch2(), data, len), 1000);
711 int SendData(cricket::TransportChannel* channel,
    [all...]
port_unittest.cc 282 int SendData(const char* data, size_t len) {
668 // First SendData after disconnect should fail but will trigger
670 EXPECT_EQ(-1, ch1.SendData(data, static_cast<int>(strlen(data))));
    [all...]
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
ipc_helper.h 162 inline Status<void> SendData(const BorrowedHandle& socket_fd, const T& data,
171 inline Status<void> SendData(const BorrowedHandle& socket_fd,
180 Status<void> SendData(const BorrowedHandle& socket_fd, const void* data,
  /system/core/fastboot/
udp.cpp 124 ssize_t SendData(Id id, const uint8_t* tx_data, size_t tx_length, uint8_t* rx_data,
127 // Helper for SendData(); sends a single packet and handles the response. |header| specifies
160 ssize_t rx_bytes = SendData(kIdDeviceQuery, nullptr, 0, rx_data, sizeof(rx_data),
174 rx_bytes = SendData(kIdInitialization, init_data, sizeof(init_data), rx_data, sizeof(rx_data),
204 // SendData() is just responsible for chunking |data| into packets until it's all been sent.
206 ssize_t UdpTransport::SendData(Id id, const uint8_t* tx_data, size_t tx_length, uint8_t* rx_data,
330 ssize_t bytes = SendData(kIdFastboot, nullptr, 0, reinterpret_cast<uint8_t*>(data), length,
348 ssize_t bytes = SendData(kIdFastboot, reinterpret_cast<const uint8_t*>(data), length, nullptr,
  /external/webrtc/talk/media/sctp/
sctpdataengine_unittest.cc 295 bool SendData(cricket::SctpDataMediaChannel* chan,
302 return chan->SendData(params, rtc::Buffer(
367 ASSERT_TRUE(SendData(channel1(), 1, "hello?", &result));
370 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
378 TEST_F(SctpDataMediaChannelTest, SendData) {
383 ASSERT_TRUE(SendData(channel1(), 1, "hello?", &result));
396 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
420 channel1()->SendData(
436 ASSERT_TRUE(SendData(channel1(), 1, "hello?", &result));
439 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result))
    [all...]
sctpdataengine.cc 597 bool SctpDataMediaChannel::SendData(
602 // Preset |result| to assume an error. If SendData succeeds, we'll
608 LOG(LS_WARNING) << debug_name_ << "->SendData(...): "
616 LOG(LS_WARNING) << debug_name_ << "->SendData(...): "
652 LOG(LS_INFO) << debug_name_ << "->SendData(...): EWOULDBLOCK returned";
655 << "->SendData(...): "
    [all...]
  /external/webrtc/webrtc/video/
vie_encoder.cc 452 int32_t ViEEncoder::SendData(
  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp 368 Status<void> SendData(const BorrowedHandle& socket_fd, const void* data,
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc     [all...]
  /external/webrtc/talk/session/media/
channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc 248 Channel::SendData(FrameType frameType,
256 "Channel::SendData(frameType=%u, payloadType=%u, timeStamp=%u,"
285 "Channel::SendData() failed to send data to RTP/RTCP module");
    [all...]

Completed in 1820 milliseconds