/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionStatsBuilder.cpp | 103 void SessionStatsBuilder::incCounter(int id, bool dropped, int32_t captureLatencyMs) { in incCounter() argument 113 if (dropped) { in incCounter() 131 void SessionStatsBuilder::incResultCounter(bool dropped) { in incResultCounter() argument 136 if (dropped) mErrorResultCount++; in incResultCounter()
|
D | SessionStatsBuilder.h | 75 void incCounter(int streamId, bool dropped, int32_t captureLatencyMs); 79 void incResultCounter(bool dropped);
|
/frameworks/proto_logging/stats/express/catalog/ |
D | speech_recognition.cfg | 4 description: "Counting how many sessions were dropped due to too many connected services" 13 description: "Counting how many sessions were dropped due to too many sessions"
|
D | statsd.cfg | 4 description: "Counting how many atoms were dropped by ReportVendorAtom API"
|
D | stability_errors.cfg | 4 description: "Counting how many errors were dropped due to rate limit buffer expiry"
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | IpConnectivityMetrics.java | 196 final int dropped; in flushEncodedOutput() local 199 dropped = mDropped; in flushEncodedOutput() 213 data = IpConnectivityEventBuilder.serialize(dropped, protoEvents); in flushEncodedOutput() 268 final int dropped; in cmdListAsBinaryProto() local 270 dropped = mDropped; in cmdListAsBinaryProto() 273 byte[] data = IpConnectivityEventBuilder.serialize(dropped, listEventsAsProtos()); in cmdListAsBinaryProto()
|
D | IpConnectivityEventBuilder.java | 59 public static byte[] serialize(int dropped, List<IpConnectivityEvent> events) in serialize() argument 63 log.droppedEvents = dropped; in serialize() 64 if ((log.events.length > 0) || (dropped > 0)) { in serialize()
|
/frameworks/base/core/java/android/hardware/camera2/extension/ |
D | CaptureFailure.aidl | 25 boolean dropped;
|
D | RequestProcessor.java | 525 captureFailure.reason, captureFailure.dropped, in onCaptureFailed()
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | event-log-tags.txt | 3 1004 chatty (dropped|3)
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | FrameManager.java | 224 Backing dropped = mQueue.poll(); in reserve() local 225 mSize -= dropped.getSize(); in reserve() 228 dropped.destroy(); in reserve()
|
/frameworks/base/core/proto/android/os/ |
D | tombstone.proto | 28 // The count of dropped dropbox entries due to rate limiting.
|
/frameworks/proto_logging/stats/enums/stats/textclassifier/ |
D | textclassifier_enums.proto | 49 // User dragged+dropped the selection.
|
/frameworks/opt/telephony/flags/ |
D | ims.aconfig | 66 …description: "For DSDA devices, controls whether the existing call will be dropped when an incomin…
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | timestats.proto | 66 // Total number of frames dropped by SurfaceFlinger.
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.cpp | 943 bool dropped = false; in finishReturningOutputBuffers() local 949 dropped = true; in finishReturningOutputBuffers() 952 dropped = true; in finishReturningOutputBuffers() 958 sessionStatsBuilder.incCounter(streamId, dropped, captureLatencyMs); in finishReturningOutputBuffers()
|
/frameworks/native/services/surfaceflinger/ |
D | surfaceflinger_flags.aconfig | 77 description: "Add SurfaceFlinger dropped Frames to frame timeline"
|
/frameworks/base/cmds/uinput/ |
D | README.md | 141 that time will be dropped. If you are controlling `uinput` by sending commands through standard 222 be sent immediately. This will likely fill the kernel's event buffers, causing events to be dropped.
|
/frameworks/proto_logging/stats/atoms/wear/prototiles/ |
D | prototiles_extension_atoms.proto | 350 causes the whole layout to be dropped.
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 73 When an app is unresponsive, new touches do not go to the app. They get dropped with a warning log.…
|
/frameworks/proto_logging/stats/atoms/media/ |
D | media_codec_extension_atoms.proto | 252 // The number of frames dropped.
|
/frameworks/av/media/libheadtracking/ |
D | README.md | 33 desired mode cannot be calculated (for example, as result of dropped messages
|
/frameworks/base/services/core/java/com/android/server/ |
D | DropBoxManagerService.java | 382 final int dropped = intent.getIntExtra(DropBoxManager.EXTRA_DROPPED_COUNT, 0); in maybeDeferBroadcast() local 383 intent.putExtra(DropBoxManager.EXTRA_DROPPED_COUNT, dropped + 1); in maybeDeferBroadcast()
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 393 // The total number of packets dropped by the APF interpreter. 626 // The number of events that had to be dropped due to a full buffer.
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 39 // Indicating some telephony events are dropped 2309 // the number of RTP voice packets dropped by jitter buffer 2474 // Indicating some call events are dropped 2691 // Indicating some sms session events are dropped
|