Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libnbaio/
DPipeReader.cpp52 size_t lost; in availableToRead() local
53 ssize_t avail = mFifoReader.available(&lost); in availableToRead()
54 if (avail == -EOVERFLOW || lost > 0) { in availableToRead()
55 mFramesOverrun += lost; in availableToRead()
64 size_t lost; in read() local
65 ssize_t actual = mFifoReader.read(buffer, count, NULL /*timeout*/, &lost); in read()
67 if (actual == -EOVERFLOW || lost > 0) { in read()
68 mFramesOverrun += lost; in read()
84 size_t lost; in flush() local
85 ssize_t flushed = mFifoReader.flush(&lost); in flush()
[all …]
/frameworks/av/media/libnblog/
DReader.cpp71 size_t lost = 0; in getSnapshot() local
90 lost += lostTemp; in getSnapshot()
107 name().c_str(), availToRead, capacity, (double)availToRead / (double)capacity, lost); in getSnapshot()
153 snapshot->mLost = lost; in getSnapshot()
/frameworks/base/core/java/android/net/metrics/
DNetworkMetrics.java100 public void addTcpStatsResult(int sent, int lost, int rttUs, int sentAckDiffMs) { in addTcpStatsResult() argument
104 pendingSummary.tcpLossRate.count(lost, sent); in addTcpStatsResult()
/frameworks/av/media/libnblog/include/media/nblog/
DReader.h90 size_t lost() const { return mLost; } in lost() function
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetdEventListenerService.java300 int lost = lostPackets[i]; in onTcpSocketStatsEvent() local
304 .addTcpStatsResult(sent, lost, rttUs, sentAckDiffMs); in onTcpSocketStatsEvent()
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal74 * buffer was lost.
258 * For buffer drop errors, the stream ID for the stream that lost a buffer.
/frameworks/base/core/proto/android/telecomm/
Denums.proto84 * the disconnection or communication was lost to the call service currently responsible for
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags77 # A client was waiting for a content provider, but its process was lost
/frameworks/base/proto/src/
Dsystem_messages.proto248 // A validated network failed revalidation and lost Internet access
Dwifi.proto1026 // IP Manager lost reachability to network neighbors
1899 // IP Manager lost reachability to network neighbors
1922 // Delta of lost (not ACKed) transmitted unicast data packets
2195 // IP Manager lost reachability to network neighbors
/frameworks/base/packages/SystemUI/docs/
Dplugins.md195 …any plugins on the device.  There are even tests in place to help ensure these checks are not lost.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2222 // the number of RTP packets which were sent by this device but were lost
2227 // lost in the network before reaching this device
/frameworks/ml/nn/runtime/
DNOTICE690 * including, without limitation, damages for lost profits, loss of *
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto3480 // ACTION: A validated network failed revalidation and lost Internet access
/frameworks/base/cmds/statsd/src/
Datoms.proto3756 * Logs when a connection becomes available and lost.