/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionStatsBuilder.cpp | 86 void SessionStatsBuilder::incCounter(int id, bool dropped, int32_t captureLatencyMs) { in incCounter() argument 96 if (dropped) { in incCounter() 114 void SessionStatsBuilder::incResultCounter(bool dropped) { in incResultCounter() argument 119 if (dropped) mErrorResultCount++; in incResultCounter()
|
D | SessionStatsBuilder.h | 72 void incCounter(int streamId, bool dropped, int32_t captureLatencyMs); 76 void incResultCounter(bool dropped);
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CaptureFailure.java | 71 boolean dropped, int sequenceId, long frameNumber, String errorPhysicalCameraId) { in CaptureFailure() argument 74 mDropped = dropped; in CaptureFailure()
|
/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;
|
/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/ex/framesequence/jni/ |
D | Android.bp | 25 // NOTE: the following code when dropped during the Android.mk->Android.bp
|
/frameworks/proto_logging/stats/enums/stats/textclassifier/ |
D | textclassifier_enums.proto | 49 // User dragged+dropped the selection.
|
/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 | 901 bool dropped = false; in returnOutputBuffers() local 907 dropped = true; in returnOutputBuffers() 910 dropped = true; in returnOutputBuffers() 916 sessionStatsBuilder.incCounter(streamId, dropped, captureLatencyMs); in returnOutputBuffers()
|
/frameworks/base/services/core/java/com/android/server/ |
D | DropBoxManagerService.java | 318 final int dropped = intent.getIntExtra(DropBoxManager.EXTRA_DROPPED_COUNT, 0); in maybeDeferBroadcast() local 319 intent.putExtra(DropBoxManager.EXTRA_DROPPED_COUNT, dropped + 1); in maybeDeferBroadcast()
|
/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/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 2449 // Indicating some call events are dropped 2666 // Indicating some sms session events are dropped
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraAdvancedExtensionSessionImpl.java | 707 captureFailure.dropped = !failure.wasImageCaptured(); in onCaptureFailed()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | timestats_atoms.proto | 193 // Total number of dropped frames while latching a buffer for this layer.
|
/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/ |
D | CameraExtensionsProxyService.java | 896 captureFailure.reason, captureFailure.dropped, in onCaptureFailed()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 1203 * Logs when Wifi connection is established or dropped. 2601 // Number of buffers dropped in this event 2605 // Number of encoded buffers dropped in this event 2608 // Number of encoded bytes dropped in this event 2818 // Buffer overflow count (how many bytes of TX data are dropped) since the last event 3261 * Log an event when the device has been physically dropped. 7516 * Dead pids will be dropped. Kernel processes are excluded. 11607 // Total number of dropped frames while latching a buffer for this layer. 12046 // Bytes and packets dropped due to client error 12833 // Number of received parts (if smaller than total parts, the SMS was dropped). [all …]
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 31 ; node (with no children) can then safely be dropped from the analysis.
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 29 ; node (with no children) can then safely be dropped from the analysis.
|
/frameworks/base/core/api/ |
D | current.txt | 22934 field public static final String FRAMES_DROPPED = "android.media.mediaplayer.dropped";
|