/hardware/ti/wlan/lib/ |
D | shlist.c | 17 SHLIST *shListFindItem( SHLIST *head, void *val, shListEqual func ) in shListFindItem() argument 22 if( func ) { in shListFindItem() 23 if( func( val, item->data ) ) { in shListFindItem() 78 void shListDelItem( SHLIST *head, SHLIST *item, shListFree func ) in shListDelItem() argument 87 if( func && item->data ) { in shListDelItem() 88 func( (void *)(item->data) ); in shListDelItem() 131 shListCmp func ) in shListInsBeforeItem() argument 135 if( func == NULL ) in shListInsBeforeItem() 143 if( func( val, iptr->data, etal ) ) in shListInsBeforeItem() 156 void shListDelAllItems( SHLIST *head, shListFree func ) in shListDelAllItems() argument [all …]
|
D | shlist.h | 19 SHLIST *shListFindItem( SHLIST *head, void *val, shListEqual func ); 25 void shListDelItem( SHLIST *head, SHLIST *item, shListFree func ); 28 shListCmp func ); 30 void shListDelAllItems( SHLIST *head, shListFree func ); 31 void shListPrintAllItems( SHLIST *head, shListPrint func );
|
/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/60xx/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/60xx/libsensors_iio/software/core/driver/include/ |
D | mlinclude.h | 21 extern int functionEnterLog(const char *file, const char *func); 22 extern int functionExitLog(const char *file, const char *func);
|
D | log.h | 333 const char *func, int line) in __print_result_location() argument 335 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result); in __print_result_location()
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlinclude.h | 21 extern int functionEnterLog(const char *file, const char *func); 22 extern int functionExitLog(const char *file, const char *func);
|
D | log.h | 337 const char *func, int line) in __print_result_location() argument 339 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result); in __print_result_location()
|
/hardware/invensense/60xx/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.h | 154 void inv_set_get_address(unsigned short (*func) (unsigned short key));
|
/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/invensense/60xx/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 37 inv_process_cb_func func; member 812 inv_error_t (*func)(struct inv_sensor_cal_t *data), in inv_register_data_cb() 821 if ((inv_data_builder.process[kk].func == func) || in inv_register_data_cb() 845 inv_data_builder.process[kk].func = func; in inv_register_data_cb() 869 inv_error_t (*func)(struct inv_sensor_cal_t *data)) in inv_unregister_data_cb() 874 if (inv_data_builder.process[kk].func == func) { in inv_unregister_data_cb() 923 result = inv_data_builder.process[kk].func(&sensors); in inv_execute_on_data()
|
D | data_builder.h | 170 inv_error_t inv_register_data_cb(inv_error_t (*func) 173 inv_error_t inv_unregister_data_cb(inv_error_t (*func)
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | sdiovar.h | 32 int func; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 30 cmd_func_t *func; member
|
D | dhdu.c | 754 int func, size; in dhd_sd_blocksize() local 765 func = strtol(argv[1], &endptr, 0); in dhd_sd_blocksize() 780 if ((ret = dhd_var_getbuf(dhd, cmd->name, &func, sizeof(func), &ptr)) >= 0) in dhd_sd_blocksize() 781 printf("Function %d block size: %d\n", func, *(int*)ptr); in dhd_sd_blocksize() 783 printf("Setting function %d block size to %d\n", func, size); in dhd_sd_blocksize() 784 size &= 0x0000ffff; size |= (func << 16); in dhd_sd_blocksize() 912 sdreg.func = strtol((ptr+1), &ptr, 0); in dhd_sdreg() 913 if (*ptr || ((sdreg.func != 2) && sdreg.func != 4)) { in dhd_sdreg() 919 sdreg.func = 4; in dhd_sdreg() 934 printf("0x%0*x\n", (2 * sdreg.func), *(int *)ptr); in dhd_sdreg() [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 37 inv_process_cb_func func; member 976 inv_error_t (*func)(struct inv_sensor_cal_t *data), in inv_register_data_cb() 985 if ((inv_data_builder.process[kk].func == func) || in inv_register_data_cb() 1009 inv_data_builder.process[kk].func = func; in inv_register_data_cb() 1033 inv_error_t (*func)(struct inv_sensor_cal_t *data)) in inv_unregister_data_cb() 1038 if (inv_data_builder.process[kk].func == func) { in inv_unregister_data_cb() 1087 result = inv_data_builder.process[kk].func(&sensors); in inv_execute_on_data()
|
D | data_builder.h | 224 inv_error_t inv_register_data_cb(inv_error_t (*func) 227 inv_error_t inv_unregister_data_cb(inv_error_t (*func)
|