HomeSort by relevance Sort by last modified time
    Searched refs:Sent (Results 1 - 25 of 25) 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;
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 18 @ Sent: Thursday, June 23, 2011 11:44 PM
  /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...]
  /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/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/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 98 BOOLEAN Sent;
386 the buffer has been sent by Ip4Output, it should be removed from
Ip4Impl.c 50 parameters have been set, no network traffic can be sent or received by this
52 IpConfigData set to NULL), no more traffic can be sent or received until these
146 A GatewayAddress that is zero is a nonroute. Packets are sent to the destination
197 EFI IPv4 Protocol instance. Whenever the packet in the token is sent out or some
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.c 574 can be sent or received by this instance. Once the parameters have been reset (by calling this
575 function with Ip6ConfigData set to NULL), no more traffic can be sent or received until these
    [all...]
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...]
  /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...]
  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 112 * If the MMS is being sent to an emergency number, the blocked number provider is notified
179 Telephony.Mms.Sent.CONTENT_URI,
200 // we have to update the column after we persist it into SENT box.
MmsService.java 492 insertUri = Telephony.Sms.Sent.CONTENT_URI;
541 insertUri = Telephony.Mms.Sent.CONTENT_URI;
    [all...]
  /external/webrtc/tools/matlab/
rtpAnalyze.m 126 fprintf('Sent average bitrate: %i kbps\n', ...
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 263 /** Sent messages awaiting a delivery status report. */
648 // Set retry to max allowed, so no retry is sent and
733 * broadcast when the message is successfully sent, or failed.
745 * which cause smaller number of SMS to be sent in checking period.
760 * broadcast when the message is successfully sent, or failed.
772 * which cause smaller number of SMS to be sent in checking period.
777 * @param persistMessage whether to save the sent message into SMS DB for a
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 200 MESSAGE_BOX_MAP.put(Mms.Sent.CONTENT_URI, Mms.MESSAGE_BOX_SENT);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 218 MESSAGE_BOX_MAP.put(Mms.Sent.CONTENT_URI, Mms.MESSAGE_BOX_SENT);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
server.go 91 // Header returns the header map that will be sent by
202 // pipelined request may cause a value to be sent on the
434 // trailers are the headers to be sent after the handler
457 // sent in the trailers.
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go 91 // Header returns the header map that will be sent by
202 // pipelined request may cause a value to be sent on the
434 // trailers are the headers to be sent after the handler
457 // sent in the trailers.
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 1222 milliseconds