Searched refs:lost (Results 1 – 15 of 15) sorted by relevance
/frameworks/av/media/libnbaio/ |
D | PipeReader.cpp | 52 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/ |
D | Reader.cpp | 71 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/ |
D | NetworkMetrics.java | 100 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/ |
D | Reader.h | 90 size_t lost() const { return mLost; } in lost() function
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetdEventListenerService.java | 300 int lost = lostPackets[i]; in onTcpSocketStatsEvent() local 304 .addTcpStatsResult(sent, lost, rttUs, sentAckDiffMs); in onTcpSocketStatsEvent()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 74 * buffer was lost. 258 * For buffer drop errors, the stream ID for the stream that lost a buffer.
|
/frameworks/base/core/proto/android/telecomm/ |
D | enums.proto | 84 * the disconnection or communication was lost to the call service currently responsible for
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 77 # A client was waiting for a content provider, but its process was lost
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 248 // A validated network failed revalidation and lost Internet access
|
D | wifi.proto | 1026 // 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/ |
D | plugins.md | 195 …any plugins on the device. There are even tests in place to help ensure these checks are not lost.
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2222 // 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/ |
D | NOTICE | 690 * including, without limitation, damages for lost profits, loss of *
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 3480 // ACTION: A validated network failed revalidation and lost Internet access
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 3756 * Logs when a connection becomes available and lost.
|