Home
last modified time | relevance | path

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

12345

/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/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
Djson_util.c267 void* rpl_realloc(void* p, size_t n) in rpl_realloc()
/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/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/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/health/2.0/default/
Dhealthd_common.cpp151 int n; in uevent_event() local
232 for (int n = 0; n < nevents; ++n) { in healthd_mainloop() 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.cpp92 int n = uevent_kernel_multicast_recv(uevent_fd_.get(), msg, kUeventMsgLen); in parseUevent() local
/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/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/interfaces/tests/pointer/1.0/default/
DGraph.cpp33 Return<void> Graph::passANode(const IGraph::Node& n) { in passANode()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDisplay.cpp66 ssize_t n; in vsyncEventReceiverCamera() local
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp117 snd_pcm_sframes_t n = 0; in write() local
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidTree.cpp98 std::ostream& operator<<(std::ostream& os, const HidTreeNode& n) { in operator <<()
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp407 for (int n = 0; n < num_packets; n++) { in sendAndCheckHCI() local
460 for (int n = 0; n < num_packets; n++) { in sendAndCheckSCO() local
503 for (int n = 0; n < num_packets; n++) { in sendAndCheckACL() local
/hardware/interfaces/tests/baz/1.0/default/
DBaz.cpp132 const size_t n = in.addresses.size(); in someMethodWithVectorOfArray() local
149 const size_t n = in.size(); in someMethodTakingAVectorOfArray() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dhndrte_armtrap.h46 #define TR_REG(n) (TR_REGS + (n) * 4) argument
/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp346 int n = (i + 1) / 2; in readConfig() local
368 int n = (i + 1) / 2; in readConfig() local
/hardware/invensense/65xx/libsensors_iio/
DCompassSensor.IIO.9150.cpp252 ssize_t n = mCompassInputReader.fill(compass_fd); in readSample() local
/hardware/libhardware/tests/hwc/
Dutil.c115 EGLint i, n, max; in select_config_for_window() local

12345