/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiTrafficPoller.java | 71 long sent, received; in notifyOnDataActivity() local 79 received = mRxPkts - preRxPkts; in notifyOnDataActivity() 83 if (received > 0) { in notifyOnDataActivity()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | IntentBindRecord.java | 44 boolean received; field in IntentBindRecord 63 pw.print(" received="); pw.print(received); in dumpInService() 123 proto.write(IntentBindRecordProto.RECEIVED, received); in writeToProto()
|
/frameworks/native/libs/gui/tests/ |
D | RegionSampling_test.cpp | 141 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/tests/servicestests/src/com/android/server/pm/ |
D | SuspendPackagesTest.java | 249 private static boolean areSameExtras(BaseBundle expected, BaseBundle received) { in areSameExtras() argument 253 if (received != null) { in areSameExtras() 254 received.get(""); in areSameExtras() 256 return BaseBundle.kindofEquals(expected, received); in areSameExtras() 259 private static void assertSameExtras(String message, BaseBundle expected, BaseBundle received) { in assertSameExtras() argument 260 if (!areSameExtras(expected, received)) { in assertSameExtras() 261 fail(message + ": [expected: " + expected + "; received: " + received + "]"); in assertSameExtras()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerServiceShellCommand.java | 233 final boolean received = latch.await(5, TimeUnit.SECONDS); in waitForLatch() 234 if (!received) { in waitForLatch()
|
/frameworks/base/tests/net/java/android/net/nsd/ |
D | NsdManagerTest.java | 340 Message received = mServiceHandler.getLastMessage(); in verifyRequest() local 341 assertEquals(NsdManager.nameOf(expectedMessageType), NsdManager.nameOf(received.what)); in verifyRequest() 342 return received.arg2; in verifyRequest()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerServiceShellCommand.java | 399 final boolean received = latch.await(5, TimeUnit.SECONDS); in waitForLatch() 400 if (!received) { in waitForLatch()
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 358 // 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.
|
D | wifi.proto | 1299 // Over the air ACK not received 1524 // Number of packets received (rx) 1662 // RTT request to HAL received immediate failure 1816 // Delta of received unicast data packets 2012 // The total number of beacons received from the last radio chip reset 2402 // Driver reported that no ACK was received for the transmitted probe. 2589 // The reason code for provisioning failure when a command received is not the expected command
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | IBufferHub.hal | 42 * @param nativeHandle Handle received from allocateBuffer.
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 522 // ACK received when there is no SMS to ack 2094 // the total number of RTP packets received by this device for an ongoing 2108 // packets are sent 2 milliseconds apart but received 3 milliseconds 2116 // two packets are sent 2 milliseconds apart but received 3 milliseconds 2304 // Notification about received SMS using RIL 2307 // CB message received 2310 // Incomplete multipart message received 2408 // Number of received parts 2521 // Number of packets received (rx) 2524 // Number of bytes received (rx)
|
/frameworks/hardware/interfaces/cameraservice/common/2.0/ |
D | types.hal | 41 * Call received illegal argument.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 4289 long sent, received; in updateDataActivity() local 4305 received = mRxPkts - preTxRxSum.rxPkts; in updateDataActivity() 4308 log("updateDataActivity: sent=" + sent + " received=" + received); in updateDataActivity() 4309 if (sent > 0 && received > 0) { in updateDataActivity() 4311 } else if (sent > 0 && received == 0) { in updateDataActivity() 4313 } else if (sent == 0 && received > 0) { in updateDataActivity() 4556 long sent, received; in updateDataStallInfo() local 4567 received = mDataStallTxRxSum.rxPkts - preTxRxSum.rxPkts; in updateDataStallInfo() 4572 received = 0; in updateDataStallInfo() 4575 if ( sent > 0 && received > 0 ) { in updateDataStallInfo() [all …]
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 83 # This event is logged when an Rmq v2 packet is sent or received.
|
/frameworks/hardware/interfaces/cameraservice/service/2.0/ |
D | ICameraService.hal | 36 * the cameraserver when capture is started, results are received
|
/frameworks/base/core/proto/android/media/ |
D | audioattributes.proto | 50 // click, or event, such as the type of a sound for a bonus being received
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 231 // 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/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | README.md | 17 or some other Python-specific source, you may have received only the
|
/frameworks/base/cmds/hid/ |
D | README.md | 123 4. Check that the button press event was received.
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 195 # Re-connecting to input method service because we haven't received its interface
|
/frameworks/base/core/proto/android/providers/settings/ |
D | system.proto | 233 // to 1 if it should be muted when a mute request is received.
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.cpp | 713 auto debugRet = timeoutIPC(service, &IBase::getDebugInfo, [&] (const auto &received) { in fetchBinderizedEntry() argument 714 debugInfo = received; in fetchBinderizedEntry()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 315 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
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 14 # You should have received a copy of the GNU General Public License
|
/frameworks/ml/nn/runtime/ |
D | NOTICE | 75 on behalf of whom a Contribution has been received by Licensor and 257 on behalf of whom a Contribution has been received by Licensor and 645 first time You have received notice of non-compliance with this License 736 of the License under which You originally received the Covered Software, 977 on behalf of whom a Contribution has been received by Licensor and
|