Searched defs:func (Results 1 - 12 of 12) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_cmd.h30 cmd_func_t *func; member in struct:cmd
H A Ddhdu.c754 int func, size; local
765 func = strtol(argv[1], &endptr, 0);
780 if ((ret = dhd_var_getbuf(dhd, cmd->name, &func, sizeof(func), &ptr)) >= 0)
781 printf("Function %d block size: %d\n", func, *(int*)ptr);
783 printf("Setting function %d block size to %d\n", func, size);
784 size &= 0x0000ffff; size |= (func << 16);
912 sdreg.func = strtol((ptr+1), &ptr, 0);
913 if (*ptr || ((sdreg.func != 2) && sdreg.func !
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dsdiovar.h32 int func; member in struct:sdreg
/hardware/ril/libril/
H A Dril_event.h31 ril_event_cb func; member in struct:ril_event
39 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param);
H A Dril_event.cpp87 dlog(" func = %x", (unsigned int)ev->func);
210 ev->func(ev->fd, 0, ev->param);
253 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param) argument
260 ev->func = func;
/hardware/invensense/libsensors_iio/software/core/driver/include/
H A Dlog.h333 const char *func, int line)
335 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);
331 __print_result_location(int result, const char *file, const char *func, int line) argument
/hardware/invensense/mlsdk/mllite/
H A Dmlcontrol.c470 * @param func A user defined callback function
473 inv_error_t inv_set_grid_callback(fpGridCb func) argument
480 cntrl_params.gridCallback = func;
H A Dml.c387 * @param func Function to be called when a DMP interrupt occurs.
390 inv_error_t inv_register_dmp_interupt_cb(inv_obj_func func) argument
399 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) {
405 numInterruptProcesses] = func;
417 inv_error_t inv_unregister_dmp_interupt_cb(inv_obj_func func) argument
423 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) {
H A DmlFIFO.c704 * @param func A user defined callback function.
708 inv_error_t inv_set_fifo_processed_callback(void (*func) (void))
715 fifo_obj.fifo_process_cb = func;
2130 * @param[in] func The callback function to register
2135 inv_error_t inv_register_fifo_rate_process(inv_obj_func func, int priority) argument
2148 if ((fifo_rate_obj.fifo_process_cb[kk] == func) ||
2174 fifo_rate_obj.fifo_process_cb[kk] = func;
2191 inv_error_t inv_unregister_fifo_rate_process(inv_obj_func func) argument
2204 if (fifo_rate_obj.fifo_process_cb[kk] == func) {
/hardware/invensense/mlsdk/platform/include/
H A Dlog.h329 const char *func, int line)
331 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);
327 __print_result_location(int result, const char *file, const char *func, int line) argument
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Ddata_builder.c37 inv_process_cb_func func; member in struct:process_t
802 * @param[in] func Function pointer to receive callback when there is new sensor data
812 inv_error_t (*func)(struct inv_sensor_cal_t *data),
821 if ((inv_data_builder.process[kk].func == func) ||
845 inv_data_builder.process[kk].func = func;
859 * @param[in] func Function pointer to receive callback when there is new sensor data
869 inv_error_t (*func)(struct inv_sensor_cal_t *data))
874 if (inv_data_builder.process[kk].func
[all...]
/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.cpp1758 camera_func_type func,
1763 switch(func) {
1774 camera_func_type func,
1794 if (func != CAMERA_FUNC_START_FOCUS) {
1802 switch(func) {
1756 stop_camera_cb(camera_cb_type cb, const void *client_data, camera_func_type func, int32_t parm4) argument
1772 camera_cb(camera_cb_type cb, const void *client_data, camera_func_type func, int32_t parm4) argument

Completed in 321 milliseconds