Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 114) sorted by relevance

12345

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
DNetlinkRequest.cpp23 static struct rtattr* nlmsg_tail(struct nlmsghdr* n) { in nlmsg_tail()
28 struct rtattr* addattr_l(struct nlmsghdr* n, size_t maxLen, rtattrtype_t type, const void* data, in addattr_l()
45 struct rtattr* addattr_nest(struct nlmsghdr* n, size_t maxLen, rtattrtype_t type) { in addattr_nest()
49 void addattr_nest_end(struct nlmsghdr* n, struct rtattr* nest) { in addattr_nest_end()
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c99 static const char *elem_iface_name(snd_ctl_elem_iface_t n) in elem_iface_name()
113 static const char *elem_type_name(snd_ctl_elem_type_t n) in elem_type_name()
129 unsigned n,m; in mixer_close() local
158 unsigned n, m; in mixer_open() local
233 unsigned n, m; in mixer_dump() local
287 unsigned n; in mixer_get_control() local
299 struct mixer_ctl *mixer_get_nth_control(struct mixer *mixer, unsigned n) in mixer_get_nth_control()
397 unsigned int n; in mixer_ctl_get() local
482 unsigned n; in mixer_ctl_mulvalues() local
525 unsigned n; in mixer_ctl_set() local
[all …]
Dalsa_pcm.c195 static inline struct snd_interval *param_to_interval(struct snd_pcm_hw_params *p, int n) in param_to_interval()
200 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) in param_to_mask()
205 void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned bit) in param_set_mask()
217 void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned val) in param_set_min()
225 void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned val) in param_set_max()
233 void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned val) in param_set_int()
245 int n; in param_init() local
285 int n; in param_dump() local
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNodeLooperThread.cc95 for (auto& n : nodes_) { in DumpToFd() local
108 for (auto& n : nodes_) { in threadLoop() local
111 for (auto& n : nodes_) { in threadLoop() local
/hardware/interfaces/confirmationui/support/src/
DConfirmationUITranslations.c1080 for (int n = 0; haystack[n] != NULL; n++) { in ConfirmationUITranslations_find_str() local
1094 size_t n; in ConfirmationUITranslations_lang_id_match() local
1140 for (size_t n = 0; n < ConfirmationUITranslations_NUM_TRANSLATION_IDS; n++) { in ConfirmationUITranslations_lookup() local
/hardware/qcom/msm8998/json-c/
Dlinkhash.c110 #define hashsize(n) ((uint32_t)1<<(n)) argument
111 #define hashmask(n) (hashsize(n)-1) argument
495 unsigned long h, n; in lh_table_insert() local
530 unsigned long n = h % t->size; in lh_table_lookup_entry() local
565 …ptrdiff_t n = (ptrdiff_t)(e - t->table); /* CAW: fixed to be 64bit nice, still need the crazy nega… in lh_table_delete_entry() local
/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc84 int n = TEMP_FAILURE_RETRY(read(fd, server_buffer_, kBufferSize - 1)); in ReadIncomingMessage() local
179 int n = write(socket_cli_fd, client_buffer_, strlen(client_buffer_)); in WriteFromClient() local
185 int n = read(socket_cli_fd, client_buffer_, 1); in AwaitServerResponse() local
286 int n = TEMP_FAILURE_RETRY(read(fd, read_buf, sizeof(read_buf))); in TEST_F() local
294 int n = TEMP_FAILURE_RETRY(read(fd, read_buf, sizeof(read_buf))); in TEST_F() local
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dlist.h62 #define list_for_each_entry_safe(pos, n, head, member) \ argument
68 #define list_for_each_safe(pos, n, head) \ argument
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp115 for (size_t n = 0; n < sizeof(uint64_t); n++) { in appendUint64() local
123 for (size_t n = 0; n < sizeof(uint64_t); n++) { in extractUint64() local
131 for (size_t n = 0; n < sizeof(uint32_t); n++) { in appendUint32() local
139 for (size_t n = 0; n < sizeof(uint32_t); n++) { in extractUint32() local
/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc_Internal.cc54 #define PHDNLDNFC_SET_HDR_FRAGBIT(n) \ argument
56 #define PHDNLDNFC_CLR_HDR_FRAGBIT(n) \ argument
58 #define PHDNLDNFC_CHK_HDR_FRAGBIT(n) \ argument
/hardware/interfaces/health/utils/libhealthloop/
DHealthLoop.cpp134 int n; in UeventEvent() local
220 for (int n = 0; n < nevents; ++n) { in MainLoop() local
/hardware/ril/libril/
Dril_event.cpp143 int n = 0; in removeWatch() local
182 static void processReadReadies(fd_set * rfds, int n) in processReadReadies()
347 int n; in ril_event_loop() local
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp72 size_t n, m, o; in hexdump() local
97 for (size_t n = 0; n < dataLen; n++) { in encodeHex() local
135 for (size_t n = 0; n < hexSize / 2; n++) { in decodeHex() local
155 for (size_t n = 0; n < array->size(); n++) { in cborAreAllElementsNonCompound() local
167 for (size_t n = 0; n < map->size(); n++) { in cborAreAllElementsNonCompound() local
215 for (size_t n = 0; n < SHA_DIGEST_LENGTH; n++) { in cborPrettyPrintInternal() local
222 for (size_t n = 0; n < value.size(); n++) { in cborPrettyPrintInternal() local
248 for (size_t n = 0; n < array->size(); n++) { in cborPrettyPrintInternal() local
258 for (size_t n = 0; n < array->size(); n++) { in cborPrettyPrintInternal() local
277 for (size_t n = 0; n < map->size(); n++) { in cborPrettyPrintInternal() local
[all …]
/hardware/google/pixel/vibrator/drv2624/tests/
Dtest-hwapi.cpp63 for (auto n : FILE_NAMES) { in SetUp() local
74 for (auto n : REQUIRED) { in SetUp() local
119 for (auto n : REQUIRED) { in isRequired() local
158 for (auto n : FILE_NAMES) { in TEST_P() local
/hardware/libhardware/tests/nusensors/
Dnusensors.cpp125 int n = device->poll(device, buffer, numEvents); in main() local
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
DFooHelper.h26 std::string to_string(const T *elems, size_t n) { in to_string()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_semaphore.h53 static inline void cam_sem_init(cam_semaphore_t *s, int n) in cam_sem_init()
/hardware/interfaces/usb/1.0/default/
DUsb.cpp322 int n; in uevent_event() local
397 for (int n = 0; n < nevents; ++n) { in work() local
/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp80 int n = uevent_kernel_multicast_recv(uevent_fd_.get(), msg, kUeventMsgLen); in parseUevent() local
/hardware/interfaces/identity/aidl/default/
DIdentityCredential.cpp165 for (size_t n = 0; n < bytes.value().size(); n++) { in createAuthChallenge() local
427 for (size_t n = 0; n < map->size(); n++) { in startRetrieval() local
441 for (size_t n = 0; n < nsMap->size(); n++) { in startRetrieval() local
/hardware/interfaces/automotive/can/1.0/tools/configurator/
Dcanprototools.cpp38 static std::optional<std::string> readString(std::istream& s, std::streamsize n) { in readString()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc()
455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd()
470 float inv_matrix_det(float *p, int *n) in inv_matrix_det()
489 double inv_matrix_detd(double *p, int *n) in inv_matrix_detd()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc()
455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd()
470 float inv_matrix_det(float *p, int *n) in inv_matrix_det()
489 double inv_matrix_detd(double *p, int *n) in inv_matrix_detd()
/hardware/google/pixel/vibrator/drv2624/bench/
Dbenchmark.cpp56 for (auto n : FILE_NAMES) { in SetUp() local
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDisplay.cpp66 ssize_t n; in vsyncEventReceiverCamera() local

12345