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

  /device/linaro/bootloader/edk2/OvmfPkg/Library/XenConsoleSerialPortLib/
XenConsoleSerialPortLib.c 107 UINTN Sent;
119 Sent = 0;
126 while (Sent < NumberOfBytes && ((Producer - Consumer) < sizeof (mXenConsoleInterface->out)))
127 mXenConsoleInterface->out[MASK_XENCONS_IDX(Producer++, mXenConsoleInterface->out)] = Buffer[Sent++];
135 } while (Sent < NumberOfBytes);
137 return Sent;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Output.c 177 @return The length of the data can be sent, if 0, no data can be sent.
239 // a)A full-sized segment can be sent,
283 @param Nbuf Pointer to the buffer containing the segment to be sent out.
285 @retval 0 The segment is sent out successfully.
633 // Compare the SndNxt with the max sequence number sent.
723 @return The number of bytes sent.
733 INTN Sent;
742 Sent = 0;
752 // compute how much data can be sent
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOutput.c 172 @return The length of the data can be sent. If 0, no data can be sent.
233 // a)A full-sized segment can be sent,
277 sent out.
279 @retval 0 The segment was sent out successfully.
627 // Compare the SndNxt with the max sequence number sent.
767 @return The number of bytes sent.
777 INTN Sent;
786 Sent = 0;
795 // Compute how much data can be sent
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 852 UINTN Sent;
861 Sent = 0;
894 // Poll to see if there is any data sent by host at first.
901 Sent = USB3_DEBUG_PORT_WRITE_MAX_PACKET_SIZE;
903 Sent = (UINT8)(NumberOfBytes - Total);
905 Status = XhcDataTransfer (UsbDebugPortHandle, EfiUsbDataOut, Buffer + Total, &Sent, DATA_TRANSFER_WRITE_TIMEOUT);
906 Total += Sent;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 98 BOOLEAN Sent;
386 the buffer has been sent by Ip4Output, it should be removed from
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 109 BOOLEAN Sent;
260 the buffer has been sent by Ip6Output, it should be removed from
380 can be sent or received by this instance. Once the parameters have been reset (by calling this
381 function with Ip6ConfigData set to NULL), no more traffic can be sent or received until these
582 EFI IPv6 Protocol instance. Whenever the packet in the token is sent out or some
    [all...]
Ip6Nd.c 420 BOOLEAN Sent;
445 Sent = FALSE;
469 Sent = TRUE;
478 if (Sent && (ArpQue->State == EfiNeighborStale)) {
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 422 // Make sure the sent data are not beyond the allowable maximum length - 8 byte
850 UINT8 Sent;
858 Sent = 0;
882 Sent = USB_DEBUG_PORT_MAX_PACKET_SIZE;
884 Sent = (UINT8)(NumberOfBytes - Total);
887 Status = UsbDebugPortOut(UsbDebugPortRegister, Buffer + Total, Sent, OUTPUT_PID, 0x7F, 0x01, UsbDebugPortHandle->BulkOutToggle);
899 Sent = 0;
903 Total += Sent;
    [all...]
  /frameworks/base/telephony/java/android/telephony/
Telephony.java 131 /** Message type: sent messages. */
171 * The date the message was sent.
266 * The identity of the sender of a sent message. It is
554 * Contains all sent text-based SMS messages in the SMS app.
556 public static final class Sent implements BaseColumns, TextBasedSmsColumns {
562 private Sent() {
568 public static final Uri CONTENT_URI = Uri.parse("content://sms/sent");
612 * Contains all sent text-based SMS messages in the SMS app.
725 * Contains all sent text-based SMS messages in the SMS app.
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 978 milliseconds