/aosp14/system/core/libasyncio/ |
H A D | AsyncIO.cpp | 23 int io_setup(unsigned nr, aio_context_t* ctxp) { in io_setup() 31 int io_submit(aio_context_t ctx, long nr, iocb** iocbpp) { in io_submit()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordLoggerFake.java | 96 NotificationReported nr = NotificationRecordLogger.super.prepareToLogNotificationPosted(r, in prepareToLogNotificationPosted() local 108 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
|
H A D | NotificationManagerServiceTest.java | 1588 NotificationRecord nr = generateNotificationRecord( in testEnqueueNotificationInternal_noChannel() local 4306 final NotificationRecord nr = generateNotificationRecord( in testSystemNotificationListenerCanUnsnooze() local 4850 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoNotificationDuringSetupPermission() local 8379 NotificationRecord nr = in testFlagBubble() local 8400 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubble_noFlag_appNotAllowed() local 8451 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_flag_messaging() local 8492 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed() local 8538 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed() local 8580 final NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel); in testCancelAllNotificationsFromApp_cancelsBubble() local 8612 final NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel); in testCancelNotificationsFromListener_cancelsNonBubble() local [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecordLoggerImpl.java | 35 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
|
H A D | NotificationShellCmd.java | 330 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand() local 680 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() local
|
H A D | NotificationRecordLogger.java | 87 void logNotificationPosted(NotificationReported nr); in logNotificationPosted()
|
/aosp14/system/core/libstats/push_compat/ |
H A D | stats_event_list.c | 147 static int __write_to_stats_daemon(struct iovec* vec, size_t nr) { in __write_to_stats_daemon() 174 static int __write_to_statsd_init(struct iovec* vec, size_t nr) { in __write_to_statsd_init()
|
H A D | statsd_writer.c | 156 static int statsdWrite(struct timespec* ts, struct iovec* vec, size_t nr) { in statsdWrite()
|
/aosp14/system/core/init/ |
H A D | uevent_listener.cpp | 207 int nr = poll(&ufd, 1, timeout_ms); in Poll() local
|
H A D | subcontext.cpp | 127 int nr = TEMP_FAILURE_RETRY(poll(ufd, arraysize(ufd), -1)); in MainLoop() local
|
H A D | property_service.cpp | 303 int nr = poll(&ufd, 1, *timeout_ms); in PollIn() local
|
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
H A D | VcnGatewayConnectionTest.java | 339 final NetworkRequest nr = networkRequestCaptor.getValue(); in testDataStallHandlingEnabled() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | SignalStrength.java | 137 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | VerifyingSession.java | 765 final int nr = receivers.size(); in matchComponentForVerifier() local
|