Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 14 of 14) sorted by relevance

/aosp14/system/core/libasyncio/
H A DAsyncIO.cpp23 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 DNotificationRecordLoggerFake.java96 NotificationReported nr = NotificationRecordLogger.super.prepareToLogNotificationPosted(r, in prepareToLogNotificationPosted() local
108 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
H A DNotificationManagerServiceTest.java1588 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 DNotificationRecordLoggerImpl.java35 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
H A DNotificationShellCmd.java330 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand() local
680 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() local
H A DNotificationRecordLogger.java87 void logNotificationPosted(NotificationReported nr); in logNotificationPosted()
/aosp14/system/core/libstats/push_compat/
H A Dstats_event_list.c147 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 Dstatsd_writer.c156 static int statsdWrite(struct timespec* ts, struct iovec* vec, size_t nr) { in statsdWrite()
/aosp14/system/core/init/
H A Duevent_listener.cpp207 int nr = poll(&ufd, 1, timeout_ms); in Poll() local
H A Dsubcontext.cpp127 int nr = TEMP_FAILURE_RETRY(poll(ufd, arraysize(ufd), -1)); in MainLoop() local
H A Dproperty_service.cpp303 int nr = poll(&ufd, 1, *timeout_ms); in PollIn() local
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionTest.java339 final NetworkRequest nr = networkRequestCaptor.getValue(); in testDataStallHandlingEnabled() local
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSignalStrength.java137 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DVerifyingSession.java765 final int nr = receivers.size(); in matchComponentForVerifier() local