/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_DebugMem.h | 16 const char* file, const char* func, int line); 18 const char* file, const char* func, int line); 20 const char* file, const char* func, int line); 22 const char* file, const char* func, int line); 24 const char* file, const char* func, int line); 26 void OMX_DebugMem_dump(const char *file, const char *func, int line);
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_DebugMem.h | 40 const char* file, const char* func, int line); 42 const char* file, const char* func, int line); 44 const char* file, const char* func, int line); 46 const char* file, const char* func, int line); 48 const char* file, const char* func, int line); 50 void OMX_DebugMem_dump(const char *file, const char *func, int line);
|
/hardware/invensense/mlsdk/platform/include/ |
D | i2c.h | 87 void set_i2c_open_bind_cb(int (*func)(unsigned int i2c_slave_addr)); 88 void set_i2c_open_cb(int (*func)(const char *dev, int rw)); 89 void set_i2c_close_cb(int (*func)(int fd)); 90 void set_i2c_lltransfer_cb(int (*func)(int fd, int client_addr, const char *write_buf, unsigned int… 92 void set_i2c_write_register_cb(int (*func)(int fd, int client_addr, unsigned char reg, unsigned cha… 93 void set_i2c_read_register_cb(unsigned char (*func)(int fd, int client_addr, unsigned char reg)); 94 void set_i2c_dump_register_cb(int (*func)(int fd, int client_addr, unsigned char start_reg, unsigne…
|
D | log.h | 329 const char *func, int line) in __print_result_location() argument 331 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result); in __print_result_location()
|
/hardware/invensense/mlsdk/mllite/ |
D | mlinclude.h | 33 extern int functionEnterLog(const char *file, const char *func); 34 extern int functionExitLog(const char *file, const char *func);
|
D | mlFIFO.h | 81 inv_error_t inv_register_fifo_rate_process(inv_obj_func func, int priority); 82 inv_error_t inv_unregister_fifo_rate_process(inv_obj_func func); 133 inv_error_t inv_set_fifo_processed_callback(void (*func) (void));
|
D | ml.h | 557 inv_set_motion_callback(void (*func) (unsigned short motion_state)); 584 inv_error_t inv_register_dmp_interupt_cb(inv_obj_func func); 585 inv_error_t inv_unregister_dmp_interupt_cb(inv_obj_func func);
|
D | mlcontrol.h | 202 inv_set_grid_callback(void (*func)
|
D | mlBiasNoMotion.c | 61 inv_error_t inv_set_motion_callback(void (*func) (unsigned short motion_state)) in inv_set_motion_callback() 69 inv_params_obj.motion_cb_func = func; in inv_set_motion_callback()
|
D | mldl.c | 100 void inv_set_get_address(unsigned short (*func) (unsigned short key)) in inv_set_get_address() 103 _mldlDebug(MPL_LOGV("setGetAddress %d", (int)func); in inv_set_get_address() 105 sGetAddress = func; in inv_set_get_address()
|
D | mldl.h | 154 void inv_set_get_address(unsigned short (*func) (unsigned short key));
|
D | mlFIFO.c | 708 inv_error_t inv_set_fifo_processed_callback(void (*func) (void)) in inv_set_fifo_processed_callback() 715 fifo_obj.fifo_process_cb = func; in inv_set_fifo_processed_callback() 2140 inv_error_t inv_register_fifo_rate_process(inv_obj_func func, int priority) in inv_register_fifo_rate_process() argument 2153 if ((fifo_rate_obj.fifo_process_cb[kk] == func) || in inv_register_fifo_rate_process() 2179 fifo_rate_obj.fifo_process_cb[kk] = func; in inv_register_fifo_rate_process() 2196 inv_error_t inv_unregister_fifo_rate_process(inv_obj_func func) in inv_unregister_fifo_rate_process() argument 2209 if (fifo_rate_obj.fifo_process_cb[kk] == func) { in inv_unregister_fifo_rate_process()
|
D | mlcontrol.c | 473 inv_error_t inv_set_grid_callback(fpGridCb func) in inv_set_grid_callback() argument 480 cntrl_params.gridCallback = func; in inv_set_grid_callback()
|
D | ml.c | 379 inv_error_t inv_register_dmp_interupt_cb(inv_obj_func func) in inv_register_dmp_interupt_cb() argument 388 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) { in inv_register_dmp_interupt_cb() 394 numInterruptProcesses] = func; in inv_register_dmp_interupt_cb() 406 inv_error_t inv_unregister_dmp_interupt_cb(inv_obj_func func) in inv_unregister_dmp_interupt_cb() argument 412 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) { in inv_unregister_dmp_interupt_cb()
|
/hardware/ril/libril/ |
D | ril_event.h | 31 ril_event_cb func; member 39 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param);
|
D | ril_event.cpp | 87 dlog(" func = %x", (unsigned int)ev->func); in dump_event() 210 ev->func(ev->fd, 0, ev->param); in firePending() 253 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param) in ril_event_set() argument 260 ev->func = func; in ril_event_set()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | sdiovar.h | 32 int func; member
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | sdiovar.h | 32 int func; member
|
/hardware/msm7k/boot/ |
D | boot.ld | 11 *(.init.func.0)
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | dhdu_cmd.h | 30 cmd_func_t *func; member
|
D | dhdu.c | 730 int func, size; in dhd_sd_blocksize() local 741 func = strtol(argv[1], &endptr, 0); in dhd_sd_blocksize() 756 if ((ret = dhd_var_getbuf(dhd, cmd->name, &func, sizeof(func), &ptr)) >= 0) in dhd_sd_blocksize() 757 printf("Function %d block size: %d\n", func, *(int*)ptr); in dhd_sd_blocksize() 759 printf("Setting function %d block size to %d\n", func, size); in dhd_sd_blocksize() 760 size &= 0x0000ffff; size |= (func << 16); in dhd_sd_blocksize() 888 sdreg.func = strtol((ptr+1), &ptr, 0); in dhd_sdreg() 889 if (*ptr || ((sdreg.func != 2) && sdreg.func != 4)) { in dhd_sdreg() 895 sdreg.func = 4; in dhd_sdreg() 910 printf("0x%0*x\n", (2 * sdreg.func), *(int *)ptr); in dhd_sdreg() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 30 cmd_func_t *func; member
|
D | dhdu.c | 730 int func, size; in dhd_sd_blocksize() local 741 func = strtol(argv[1], &endptr, 0); in dhd_sd_blocksize() 756 if ((ret = dhd_var_getbuf(dhd, cmd->name, &func, sizeof(func), &ptr)) >= 0) in dhd_sd_blocksize() 757 printf("Function %d block size: %d\n", func, *(int*)ptr); in dhd_sd_blocksize() 759 printf("Setting function %d block size to %d\n", func, size); in dhd_sd_blocksize() 760 size &= 0x0000ffff; size |= (func << 16); in dhd_sd_blocksize() 888 sdreg.func = strtol((ptr+1), &ptr, 0); in dhd_sdreg() 889 if (*ptr || ((sdreg.func != 2) && sdreg.func != 4)) { in dhd_sdreg() 895 sdreg.func = 4; in dhd_sdreg() 910 printf("0x%0*x\n", (2 * sdreg.func), *(int *)ptr); in dhd_sdreg() [all …]
|
/hardware/msm7k/libcamera/ |
D | QualcommCameraHardware.h | 94 camera_func_type func, 99 camera_func_type func,
|
D | camera_ifc.h | 300 camera_func_type func,
|