Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 176) sorted by relevance

12345678

/frameworks/base/tests/Input/src/com/android/test/input/
DInputEventSenderAndReceiverTest.kt35 private fun assertKeyEvent(expected: KeyEvent, received: KeyEvent) { in assertKeyEvent()
36 assertEquals(expected.action, received.action) in assertKeyEvent()
37 assertEquals(expected.deviceId, received.deviceId) in assertKeyEvent()
38 assertEquals(expected.downTime, received.downTime) in assertKeyEvent()
39 assertEquals(expected.eventTime, received.eventTime) in assertKeyEvent()
40 assertEquals(expected.keyCode, received.keyCode) in assertKeyEvent()
41 assertEquals(expected.scanCode, received.scanCode) in assertKeyEvent()
42 assertEquals(expected.repeatCount, received.repeatCount) in assertKeyEvent()
43 assertEquals(expected.metaState, received.metaState) in assertKeyEvent()
44 assertEquals(expected.flags, received.flags) in assertKeyEvent()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTimelineTest.cpp902 void validateTraceEvent(const ProtoExpectedDisplayFrameStart& received, in validateTraceEvent() argument
904 ASSERT_TRUE(received.has_cookie()); in validateTraceEvent()
905 EXPECT_EQ(received.cookie(), source.cookie()); in validateTraceEvent()
907 ASSERT_TRUE(received.has_token()); in validateTraceEvent()
908 EXPECT_EQ(received.token(), source.token()); in validateTraceEvent()
910 ASSERT_TRUE(received.has_pid()); in validateTraceEvent()
911 EXPECT_EQ(received.pid(), source.pid()); in validateTraceEvent()
914 void validateTraceEvent(const ProtoActualDisplayFrameStart& received, in validateTraceEvent() argument
916 ASSERT_TRUE(received.has_cookie()); in validateTraceEvent()
917 EXPECT_EQ(received.cookie(), source.cookie()); in validateTraceEvent()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DIntentBindRecord.java44 boolean received; field in IntentBindRecord
63 pw.print(" received="); pw.print(received); in dumpInService()
123 proto.write(IntentBindRecordProto.RECEIVED, received); in dumpDebug()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DSuspendPackagesTest.java251 private static boolean areSameExtras(BaseBundle expected, BaseBundle received) { in areSameExtras() argument
255 if (received != null) { in areSameExtras()
256 received.get(""); in areSameExtras()
258 return BaseBundle.kindofEquals(expected, received); in areSameExtras()
261 private static void assertSameExtras(String message, BaseBundle expected, BaseBundle received) { in assertSameExtras() argument
262 if (!areSameExtras(expected, received)) { in assertSameExtras()
263 fail(message + ": [expected: " + expected + "; received: " + received + "]"); in assertSameExtras()
/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp141 received = true; in onSampleCollected()
147 return cv.wait_for(lk, timeout, [this] { return received; }); in wait_event()
157 received = false; in reset()
163 bool received = false; member
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerServiceShellCommand.java233 final boolean received = latch.await(5, TimeUnit.SECONDS); in waitForLatch()
234 if (!received) { in waitForLatch()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java424 final boolean received = latch.await(5, TimeUnit.SECONDS); in waitForLatch()
425 if (!received) { in waitForLatch()
/frameworks/base/proto/src/
Dipconnectivity.proto358 // The total number of received RAs.
361 // The total number of received RAs that matched a known RA.
364 // The total number of received RAs ignored due to the MAX_RAS limit.
367 // The total number of received RAs with an effective lifetime of 0 seconds.
371 // The total number of received RAs that could not be parsed.
521 // Counts of all different ethertype values from wakeup packets received.
524 // Counts of all different IP next header values from wakeup packets received.
/frameworks/hardware/interfaces/bufferhub/1.0/
DIBufferHub.hal42 * @param nativeHandle Handle received from allocateBuffer.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto624 // ACK received when there is no SMS to ack
821 // A system time update suggestion was made from a received NITZ (Network time) signal
2255 // the total number of RTP packets received by this device for an ongoing
2269 // packets are sent 2 milliseconds apart but received 3 milliseconds
2277 // two packets are sent 2 milliseconds apart but received 3 milliseconds
2289 // true if no incoming RTP is received for a continuous duration of 4 seconds
2292 // true if only silence RTP packets are received for 20 seconds immediately
2484 // Notification about received SMS using RIL
2487 // CB message received
2490 // Incomplete multipart message received
[all …]
Dpersist_atoms.proto91 /* Summary of received network requests. */
/frameworks/hardware/interfaces/cameraservice/common/2.0/
Dtypes.hal41 * Call received illegal argument.
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.md54 This is what happens when the app has just received a high-priority FCM, for example.
121 when it has just received a "high-priority FCM").
/frameworks/hardware/interfaces/cameraservice/service/2.0/
DICameraService.hal36 * the cameraserver when capture is started, results are received
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags83 # This event is logged when an Rmq v2 packet is sent or received.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java4942 long sent, received; in updateDataActivity() local
4958 received = mRxPkts - preTxRxSum.rxPkts; in updateDataActivity()
4961 log("updateDataActivity: sent=" + sent + " received=" + received); in updateDataActivity()
4962 if (sent > 0 && received > 0) { in updateDataActivity()
4964 } else if (sent > 0 && received == 0) { in updateDataActivity()
4966 } else if (sent == 0 && received > 0) { in updateDataActivity()
5266 long sent, received; in updateDataStallInfo() local
5277 received = mDataStallTxRxSum.rxPkts - preTxRxSum.rxPkts; in updateDataStallInfo()
5282 received = 0; in updateDataStallInfo()
5285 if ( sent > 0 && received > 0 ) { in updateDataStallInfo()
[all …]
/frameworks/base/core/proto/android/media/
Daudioattributes.proto50 // click, or event, such as the type of a sound for a bonus being received
/frameworks/base/core/proto/android/os/
Dbatterystats.proto231 // Total Bytes received on mobile connections.
235 // Total Bytes received on wifi connections.
239 // Total Packets received on mobile connections.
243 // Total Packets received on wifi connections.
247 // Total Bytes received on bluetooth connections.
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp3189 InputEvent* received = mWindow->consume(); in testInjectedKey() local
3190 ASSERT_NE(nullptr, received); in testInjectedKey()
3191 ASSERT_EQ(resolvedDeviceId, received->getDeviceId()); in testInjectedKey()
3192 ASSERT_EQ(received->getType(), AINPUT_EVENT_TYPE_KEY); in testInjectedKey()
3193 KeyEvent& keyEvent = static_cast<KeyEvent&>(*received); in testInjectedKey()
3225 InputEvent* received = mWindow->consume(); in testInjectedMotion() local
3226 ASSERT_NE(nullptr, received); in testInjectedMotion()
3227 ASSERT_EQ(resolvedDeviceId, received->getDeviceId()); in testInjectedMotion()
3228 ASSERT_EQ(received->getType(), AINPUT_EVENT_TYPE_MOTION); in testInjectedMotion()
3229 MotionEvent& motionEvent = static_cast<MotionEvent&>(*received); in testInjectedMotion()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags184 # Re-connecting to input method service because we haven't received its interface
/frameworks/base/cmds/hid/
DREADME.md128 4. Check that the button press event was received.
/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.
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto236 // to 1 if it should be muted when a mute request is received.
/frameworks/native/cmds/lshal/
DListCommand.cpp632 auto debugRet = timeoutIPC(service, &IBase::getDebugInfo, [&] (const auto &received) { in fetchBinderizedEntry() argument
633 debugInfo = received; in fetchBinderizedEntry()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt315 e) Verify that the user has already received a copy of these
353 rights under this License. However, parties who have received copies,
486 You should have received a copy of the GNU Lesser General Public

12345678