Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 24 of 24) 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/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPAssembler.h111 int32_t lost; // cumul. no. pkts lost (signed!) member
117 ReceptionReportBlock(uint32_t ssrc, uint32_t fraction, int32_t lost, uint32_t lastSeq, in ReceptionReportBlock()
121 this->lost = lost; in ReceptionReportBlock()
/frameworks/av/media/libnblog/
DReader.cpp76 size_t lost = 0; in getSnapshot() local
95 lost += lostTemp; in getSnapshot()
112 name().c_str(), availToRead, capacity, (double)availToRead / (double)capacity, lost); in getSnapshot()
158 snapshot->mLost = lost; in getSnapshot()
/frameworks/base/core/java/android/net/metrics/
DNetworkMetrics.java98 public void addTcpStatsResult(int sent, int lost, int rttUs, int sentAckDiffMs) { in addTcpStatsResult() argument
102 pendingSummary.tcpLossRate.count(lost, sent); in addTcpStatsResult()
/frameworks/proto_logging/stats/enums/stats/connectivity/
Dnetwork_stack.proto213 // IP provisioning lost;
219 // unreachable and IP provisioning lost;
223 // Neighbor unreachable notification from kernel, and IP provisioning is also lost;
/frameworks/av/media/libnblog/include/media/nblog/
DReader.h90 size_t lost() const { return mLost; } in lost() function
/frameworks/proto_logging/stats/atoms/corenetworking/platform/
Dvpn_extension_atoms.proto133 // The list of session lost reason during the VPN connection
134 // 0 for success, or other errors for session lost reason
/frameworks/opt/telephony/flags/
Dims.aconfig24 description: "This flag clears cached IMS phone number when device lost IMS registration"
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetdEventListenerService.java349 int lost = lostPackets[i]; in onTcpSocketStatsEvent() local
353 .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/services/core/java/com/android/server/am/
DEventLogTags.logtags50 # A client was waiting for a content provider, but its process was lost
/frameworks/base/core/java/android/app/admin/flags/
Dflags.aconfig276 description: "Always write device_owners2.xml so that migration flags aren't lost"
/frameworks/proto_logging/stats/enums/telecomm/
Denums.proto84 * the disconnection or communication was lost to the call service currently responsible for
/frameworks/proto_logging/stats/atoms/art/
Dbackground_extension_dexopt_atoms.proto191 // `packages_with_artifacts_before_reboot_count`, but artifacts may be lost
/frameworks/av/media/libstagefright/rtsp/
DARTPSource.cpp165 notify->setInt32("rtcp-rrb-lost", rrb->lost); in processReceptionReportBlock()
/frameworks/base/proto/src/
Dsystem_messages.proto324 // A validated network failed revalidation and lost Internet access
/frameworks/proto_logging/stats/atoms/telephony/satellite/
Dsatellite_extension_atoms.proto230 // Number of times satellite signal is lost and gained within a session
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp2927 int32_t lost; in sendIMSRxNotice() local
2936 CHECK(msg->findInt32("rtcp-rrb-lost", &lost)); in sendIMSRxNotice()
2946 in.writeInt32(lost); in sendIMSRxNotice()
/frameworks/base/packages/SystemUI/docs/
Dplugins.md196 …any plugins on the device.  There are even tests in place to help ensure these checks are not lost.
/frameworks/proto_logging/stats/atoms/credentials/
Dcredentials_extension_atoms.proto316 * needed for the Get flow, otherwise the information is lost, and we only have a count instead.
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto522 // IP Manager lost reachability to network neighbors
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2262 // the number of RTP packets which were sent by this device but were lost
2267 // lost in the network before reaching this device
/frameworks/proto_logging/stats/
Datoms.proto2051 // Disconnecting due to unspecified IP reachability lost.
2053 // Disconnecting due to IP reachability lost from roaming
2055 // Disconnecting due to IP reachability lost from the CONFIRM command
2057 // Disconnecting due to IP reachability lost from kernel check
2557 // when a job is stopped and rescheduled for various reasons (lost network, constraints no
6801 * Logs when a connection becomes available and lost.
10078 // Count of lost callback when discovery is stopped
15205 SIGNAL_LOST = 4; // the signal was locked, but is lost now.
21633 // Medium that this device was discovered/lost.
21636 // Received Signal Strength Indication (RSSI) value of the device discovered/lost.
[all …]
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto3489 // ACTION: A validated network failed revalidation and lost Internet access