/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/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | ARTPAssembler.h | 111 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/ |
D | Reader.cpp | 76 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/ |
D | NetworkMetrics.java | 98 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/ |
D | network_stack.proto | 213 // 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/ |
D | Reader.h | 90 size_t lost() const { return mLost; } in lost() function
|
/frameworks/proto_logging/stats/atoms/corenetworking/platform/ |
D | vpn_extension_atoms.proto | 133 // 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/ |
D | ims.aconfig | 24 description: "This flag clears cached IMS phone number when device lost IMS registration"
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetdEventListenerService.java | 349 int lost = lostPackets[i]; in onTcpSocketStatsEvent() local 353 .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/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 50 # A client was waiting for a content provider, but its process was lost
|
/frameworks/base/core/java/android/app/admin/flags/ |
D | flags.aconfig | 276 description: "Always write device_owners2.xml so that migration flags aren't lost"
|
/frameworks/proto_logging/stats/enums/telecomm/ |
D | enums.proto | 84 * the disconnection or communication was lost to the call service currently responsible for
|
/frameworks/proto_logging/stats/atoms/art/ |
D | background_extension_dexopt_atoms.proto | 191 // `packages_with_artifacts_before_reboot_count`, but artifacts may be lost
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPSource.cpp | 165 notify->setInt32("rtcp-rrb-lost", rrb->lost); in processReceptionReportBlock()
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 324 // A validated network failed revalidation and lost Internet access
|
/frameworks/proto_logging/stats/atoms/telephony/satellite/ |
D | satellite_extension_atoms.proto | 230 // Number of times satellite signal is lost and gained within a session
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 2927 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/ |
D | plugins.md | 196 …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/ |
D | credentials_extension_atoms.proto | 316 * needed for the Get flow, otherwise the information is lost, and we only have a count instead.
|
/frameworks/proto_logging/stats/atoms/wifi/ |
D | wifi_extension_atoms.proto | 522 // IP Manager lost reachability to network neighbors
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2262 // 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/ |
D | atoms.proto | 2051 // 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/ |
D | metrics_constants.proto | 3489 // ACTION: A validated network failed revalidation and lost Internet access
|