Home
last modified time | relevance | path

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

123

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dioctl.h48 #define _IO(type,nr) _IOC(_IOC_NONE, (type), (nr), 0) argument
49 #define _IOR(type,nr,size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
52 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
53 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
54 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
55 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) argument
56 #define _IOC_TYPE(nr) (((nr) >> _IOC_TYPESHIFT) & _IOC_TYPEMASK) argument
57 #define _IOC_NR(nr) (((nr) >> _IOC_NRSHIFT) & _IOC_NRMASK) argument
[all …]
/aosp12/system/extras/simpleperf/nonlinux_support/include/linux/
H A Dioctl.h17 #define __IO(type, nr) argument
18 #define __IOR(type, nr, size) argument
19 #define __IOW(type, nr, size) argument
/aosp12/hardware/google/graphics/common/libion/test/
H A Dion_test_define.h19 #define kb(nr) ((nr) * 1024) argument
20 #define mb(nr) ((nr) * 1024 * 1024) argument
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dseccomp.h48 int nr; member
80 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) argument
81 #define SECCOMP_IOR(nr,type) _IOR(SECCOMP_IOC_MAGIC, nr, type) argument
82 #define SECCOMP_IOW(nr,type) _IOW(SECCOMP_IOC_MAGIC, nr, type) argument
83 #define SECCOMP_IOWR(nr,type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) argument
H A Dptrace.h48 __s32 nr; member
71 __u64 nr; member
79 __u64 nr; member
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DNetworkRequestTest.java102 final NetworkRequest nr = new NetworkRequest.Builder().clearCapabilities().build(); in testCapabilities() local
117 private void verifyNoCapabilities(NetworkRequest nr) { in verifyNoCapabilities()
162 final NetworkRequest nr = new NetworkRequest.Builder() in testRequestorPackageName() local
359 final NetworkRequest nr = new NetworkRequest.Builder().setCapabilities(nc).build(); in testRequestorUid() local
468 final NetworkRequest nr = new NetworkRequest.Builder() in testGetCapabilities() local
/aosp12/packages/modules/StatsD/lib/libstatssocket/
H A Dstats_buffer_writer.c65 static int __write_to_stats_daemon(struct iovec* vec, size_t nr) { in __write_to_stats_daemon()
102 static int __write_to_statsd_init(struct iovec* vec, size_t nr) { in __write_to_statsd_init()
H A Dstatsd_writer.c180 static int statsdWrite(struct timespec* ts, struct iovec* vec, size_t nr) { in statsdWrite()
/aosp12/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()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManagerTest.java303 NetworkRequest nr = getSessionNetworkRequestMore(clientId, res.mSessionId, res.mPeerHandle, in testDataPathWithPortInfoOnPublisher() local
342 NetworkRequest nr = getSessionNetworkRequestMore(clientId, res.mSessionId, res.mPeerHandle, in testDataPathWithPortInfoInvalidPort() local
376 NetworkRequest nr = getSessionNetworkRequestMore(clientId, res.mSessionId, res.mPeerHandle, in testDataPathWithPortInfoButNoSecurityOnSubscriber() local
414 NetworkRequest nr = getSessionNetworkRequest(clientId, res.mSessionId, res.mPeerHandle, in testDestroyNdiDuringNdpSetupResponder() local
751 NetworkRequest nr = getDirectNetworkRequest(clientId + i, in testMultipleNdiToSamePeer() local
838 NetworkRequest nr = getDirectNetworkRequest(clientId + i, in testMultipleNdiToDifferentPeer() local
929 NetworkRequest nr = getDirectNetworkRequest(clientId + i, in testMultipleNdpToDifferentPeerOnSingleNdi() local
980 NetworkRequest nr = getDirectNetworkRequest(clientId + 2, in testMultipleNdpToDifferentPeerOnSingleNdi() local
1540 NetworkRequest nr; in testDataPathInitiatorUtilityMore() local
1705 NetworkRequest nr; in testDataPathResponderUtility() local
[all …]
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h60 int nr; variable
87 int nr; variable
H A Ddb_utilities_indexing.cpp28 void db_Zero(double *d,long nr) in db_Zero()
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DCameraInterface.java151 …void setCaptureFlow(Boolean yuv1, Boolean yuv2, Boolean raw10, Boolean nr, Boolean edge, Boolean f… in setCaptureFlow()
153 void setReprocessingFlow(Boolean nr, Boolean edge); in setReprocessingFlow()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DTestNetworkUtils.java70 NetworkRequest nr = in setupAndGetTestNetwork() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java3014 final NotificationRecord nr = generateNotificationRecord( in testSystemNotificationListenerCanUnsnooze() local
6304 NotificationRecord nr = in testFlagBubble() local
6325 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubble_noFlag_appNotAllowed() local
6741 NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel, in testNotificationBubbleChanged_true() local
6780 NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel); in testNotificationBubbleChanged_true_notAllowed() local
6971 NotificationRecord nr = in testGrantInlineReplyUriPermission_userAll() local
7001 NotificationRecord nr = in testGrantInlineReplyUriPermission_acrossUsers() local
7071 NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel, 0); in testClearInlineReplyUriPermission_noUriRecordExists() local
7084 NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel, in testClearInlineReplyUriPermission_userAll() local
7589 NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel, in testNotificationHistory_addNoisyNotification() local
[all …]
/aosp12/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()
/aosp12/system/chre/apps/wwan_world/
H A Dwwan_world.cc59 void logNrCellInfo(const chreWwanCellInfoNr &nr) { in logNrCellInfo()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcRequest.java38 private DcRequest(@NonNull final NetworkRequest nr, @ApnType final int type, in DcRequest()
H A DTelephonyNetworkFactory.java197 NetworkRequest nr = bundle.getParcelable( in handleMessage() local
480 NetworkRequest nr = entry.getKey(); in dump() local
/aosp12/hardware/libhardware_legacy/
H A Duevent.c78 int nr; in uevent_next_event() local
/aosp12/system/logging/liblog/
H A Dlogd_writer.cpp119 int LogdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, size_t nr) { in LogdWrite()
H A Dpmsg_writer.cpp70 int PmsgWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, size_t nr) { in PmsgWrite()
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUtil.h21 #define BIT(nr) (1UL << (nr)) argument
/aosp12/system/core/init/
H A Duevent_listener.cpp206 int nr = poll(&ufd, 1, timeout_ms); in Poll() local

123