Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 202) sorted by relevance

123456789

/frameworks/base/tests/Input/src/com/android/test/input/
DInputEventSenderAndReceiverTest.kt101 val sent = SpyInputEventSender.Timeline( in testSendAndReceiveTimeline() constant
103 mReceiver.reportTimeline(sent.inputEventId, sent.gpuCompletedTime, sent.presentTime) in testSendAndReceiveTimeline()
105 assertEquals(sent, received) in testSendAndReceiveTimeline()
113 val sent = SpyInputEventSender.Timeline( in testSendAndReceiveInvalidTimeline() constant
115 mReceiver.reportTimeline(sent.inputEventId, sent.gpuCompletedTime, sent.presentTime) in testSendAndReceiveInvalidTimeline()
/frameworks/proto_logging/stats/express/catalog/
Dapp.cfg22 display_name: "Count of force-stop cancelled PendingIntents sent from top per caller"
32 display_name: "Count of force-stop cancelled PendingIntents sent from top per owner"
/frameworks/proto_logging/stats/atoms/wearpas/
Dwearpas_extension_atoms.proto169 * "WW stats" and "bugreport", this will be sent once upon detection.
175 * be sent once upon detection and be followed by one of
181 * Following an anomaly with additional reactions, this will be sent if the
187 * Following an anomaly with additional reactions, this will be sent if the
193 * Following an anomaly with bugreport triggering enabled, this will be sent
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java646 private boolean isUnderLimit(ArrayList<Long> sent, int smsWaiting) { in isUnderLimit() argument
650 if (VDBG) log("SMS send size=" + sent.size() + " time=" + ct); in isUnderLimit()
652 while (!sent.isEmpty() && sent.get(0) < beginCheckPeriod) { in isUnderLimit()
653 sent.remove(0); in isUnderLimit()
656 if ((sent.size() + smsWaiting) <= mMaxAllowed) { in isUnderLimit()
658 sent.add(ct); in isUnderLimit()
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt16 * The time is sent back through a Binder interface in the Intent with the help of Utils.sendTime()
17 * Each sent time is tagged with an id since there can be multiple events that send back a time
48 * Each timestamp sent to the instrumentation test is tagged with a tag since multiple timestamps
/frameworks/native/services/inputflinger/docs/
Danr.md7 1. An event was sent to a connection, and the response was not received within a certain timeout.
12 ## 1. Application does not respond to an input event that was sent to it. ##
14 The most common case is when an application does not respond to input that dispatcher sent to it. T…
23 When a dispatch entry is sent to the app, its `deliveryTime` and `timeoutTime` fields are populated…
27sent prior to the timeout change would need to follow the previous timeout value. If a window time…
/frameworks/base/services/accessibility/
DOWNERS10 # Android Accessibility members who have OWNERS but should not be sent
/frameworks/base/core/proto/android/
Dprivacy.proto32 // Fields or messages annotated with DEST_EXPLICIT can be sent
36 // Fields or messages annotated with DEST_AUTOMATIC can be sent by
/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/base/services/core/java/com/android/server/wm/
DBLASTSync.md18 then the first frame drawn by the client after observing the syncable state will be sent in a trans…
19 to the consumer of the sync which was begun, rather than directly sent to SurfaceFlinger.
62 1. finishDrawing with the assosciate seqId was never sent to the server OR
63 2. It was sent too late (after the first frame was sent to SF instead of WM) OR
64 3. It was sent too early (not containing the state changes originating with SA_N)
65 If it was sent neither too late, nor too early, and contained the assosciated seqId, then protocol …
75 It also can't be sent too late. By requirement 2 we must release and acquire the lock
85 By the same argument it can't be sent too early! Since we only send seqIds we receive from the serv…
/frameworks/proto_logging/stats/enums/telephony/satellite/
Denums.proto28 // Datagram type indicating that the datagram to be sent or received is of type SOS message.
30 // Datagram type indicating that the datagram to be sent or received is of type location sharing.
/frameworks/proto_logging/stats/atoms/federatedcompute/
Dfederatedcompute_extension_atoms.proto102 // Number of bytes sent from the client to the server.
105 // Number of bytes sent from the server to the client.
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java112 boolean sent = false; field in PendingIntentRecord
481 sent = true; in sendInner()
657 int sent = controller.mAmInternal.broadcastIntentInPackage(key.packageName, in sendInner() local
663 if (sent == ActivityManager.BROADCAST_SUCCESS) { in sendInner()
779 if (sent || canceled) { in dump()
780 pw.print(prefix); pw.print("sent="); pw.print(sent); in dump()
/frameworks/base/cmds/uinput/
DREADME.md5 * **Recommended:** `uinput -` reads commands from standard input until End-of-File (Ctrl+D) is sent.
76 control values to be sent to the uinput device, which depends on the control code.
139 After the command is sent, there will be a delay before the device is set up by the Android input
140 stack, and `uinput` does not wait for that process to finish. Any commands sent to the device during
222 be sent immediately. This will likely fill the kernel's event buffers, causing events to be dropped.
/frameworks/proto_logging/stats/atoms/corenetworking/connectivity/
Dconnectivity_extension_atoms.proto119 * Logs when network request is received and removed, app uid which sent the
128 // Uid of the app that sent the request
/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java242 final boolean sent = mAttentionManager.checkAttention( in updateUserActivity()
245 if (!sent) { in updateUserActivity()
/frameworks/proto_logging/stats/enums/media/
Denums.proto43 // be sent to code not yet updated.
/frameworks/proto_logging/stats/atoms/input/
Dinput_atoms.proto68 * is sent to the app.
106 // Start: the input event was sent to the app
191 // Start: the input event was sent to the app
217 // Start: the input event was sent to the app
/frameworks/opt/telephony/
DREADME.txt12 that are sent back up as responses.
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.md10 … is available, `InputConsumer::hasPendingBatch` returns true. No event is sent to the app at this …
13 7. The batched event is sent to the app, along with any of the other events that have come in.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto678 // Invalid response sent by vendor code
1973 // Command sent to IMS Service. See ImsCommand.
1976 // Command sent to IMS Service. See ImsCommand.
1979 // Command sent to IMS Service. See ImsCommand.
1982 // Command sent to IMS Service. See ImsCommand.
2262 // the number of RTP packets which were sent by this device but were lost
2266 // the number of RTP packets which were sent by the other party but were
2272 // packets are sent 2 milliseconds apart but received 3 milliseconds
2280 // two packets are sent 2 milliseconds apart but received 3 milliseconds
2299 // true if only silence RTP packets are sent for 20 seconds immediately
[all …]
/frameworks/base/core/proto/android/hardware/location/
Dcontext_hub_info.proto47 // The maximum number of bytes that can be sent per message to the hub
/frameworks/rs/script_api/
Drs_io.spec62 It returns true if the message was sent and false if the
/frameworks/hardware/interfaces/displayservice/1.0/
DIDisplayEventReceiver.hal35 * @param count Request to be sent a callback for every <count>th event.
/frameworks/base/services/core/java/com/android/server/notification/
Dflags.aconfig77 …description: "By default, hide non-blocked notification channels that haven't sent a notification …

123456789