/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | ioctl.h | 48 #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 D | ioctl.h | 17 #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 D | ion_test_define.h | 19 #define kb(nr) ((nr) * 1024) argument 20 #define mb(nr) ((nr) * 1024 * 1024) argument
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | seccomp.h | 48 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 D | ptrace.h | 48 __s32 nr; member 71 __u64 nr; member 79 __u64 nr; member
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | NetworkRequestTest.java | 102 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 D | stats_buffer_writer.c | 65 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 D | statsd_writer.c | 180 static int statsdWrite(struct timespec* ts, struct iovec* vec, size_t nr) { in statsdWrite()
|
/aosp12/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()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
H A D | WifiAwareDataPathStateManagerTest.java | 303 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 D | db_feature_matching.h | 60 int nr; variable 87 int nr; variable
|
H A D | db_utilities_indexing.cpp | 28 void db_Zero(double *d,long nr) in db_Zero()
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | CameraInterface.java | 151 …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 D | TestNetworkUtils.java | 70 NetworkRequest nr = in setupAndGetTestNetwork() local
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 3014 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 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()
|
/aosp12/system/chre/apps/wwan_world/ |
H A D | wwan_world.cc | 59 void logNrCellInfo(const chreWwanCellInfoNr &nr) { in logNrCellInfo()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DcRequest.java | 38 private DcRequest(@NonNull final NetworkRequest nr, @ApnType final int type, in DcRequest()
|
H A D | TelephonyNetworkFactory.java | 197 NetworkRequest nr = bundle.getParcelable( in handleMessage() local 480 NetworkRequest nr = entry.getKey(); in dump() local
|
/aosp12/hardware/libhardware_legacy/ |
H A D | uevent.c | 78 int nr; in uevent_next_event() local
|
/aosp12/system/logging/liblog/ |
H A D | logd_writer.cpp | 119 int LogdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, size_t nr) { in LogdWrite()
|
H A D | pmsg_writer.cpp | 70 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 D | AudioUtil.h | 21 #define BIT(nr) (1UL << (nr)) argument
|
/aosp12/system/core/init/ |
H A D | uevent_listener.cpp | 206 int nr = poll(&ufd, 1, timeout_ms); in Poll() local
|