HomeSort by relevance Sort by last modified time
    Searched refs:firstPacket (Results 1 - 13 of 13) sorted by null

  /frameworks/wilhelm/tests/sandbox/
xaplay.c 45 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
49 size_t firstPacket; // first packet index to be played, defaults to zero
273 firstPacket = atoi(&arg[2]);
347 if (firstPacket >= totalPackets) {
348 fprintf(stderr, "-f%zu ignored\n", firstPacket);
349 firstPacket = 0;
352 numPackets = totalPackets - firstPacket;
353 } else if (firstPacket + numPackets > totalPackets) {
355 numPackets = totalPackets - firstPacket;
357 lastPacket = firstPacket + numPackets
    [all...]
  /external/tcpdump/
print-rx.c 116 uint32_t firstPacket; /* The first packet in ack list */
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java     [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 615 bool firstPacket = true;
640 CHECK(!firstPacket || !lastPacket);
643 (firstPacket ? 0x80 : 0x00)
657 firstPacket = false;
  /device/google/contexthub/firmware/src/
nanohubCommand.c 689 struct HostIntfDataBuffer *firstPacket = tx;
725 if ((!totLength || (isSensorEvent(firstPacket->evtType) && isSensorEvent(packet->evtType))) && totLength + length <= sizeof(struct HostIntfDataBuffer)) {
729 firstPacket->firstSample.interrupt = NANOHUB_INT_WAKEUP;
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 708 final byte[] firstPacket = data.createByteArray();
709 notifyCleartextNetwork(firstPacket);
    [all...]
IApplicationThread.java 158 void notifyCleartextNetwork(byte[] firstPacket) throws RemoteException;
IActivityManager.java     [all...]
ActivityManagerNative.java     [all...]
ActivityThread.java     [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer_unittest.cc     [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 823 milliseconds