Searched refs:dmp_path (Results 1 – 5 of 5) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | ml_load_dmp.c | 251 void read_dmp_img(char *dmp_path, char* out_file) in read_dmp_img() argument 259 if ((fp = fopen(dmp_path, "rb")) < 0) { in read_dmp_img()
|
D | ml_load_dmp.h | 29 void read_dmp_img(char *dmp_path, char *out_file);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | ml_load_dmp.c | 286 void read_dmp_img(char *dmp_path, char* out_file) in read_dmp_img() argument 294 if ((fp = fopen(dmp_path, "rb")) < 0) { in read_dmp_img()
|
D | ml_load_dmp.h | 29 void read_dmp_img(char *dmp_path, char *out_file);
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSupport.cpp | 268 char dmp_path[MAX_SYSFS_NAME_LEN]; in dump_dmp_img() local 271 sprintf(dmp_path, "%s%s", sysfs_path, "/dmp_firmware"); in dump_dmp_img() 274 LOGI("HAL DEBUG:open %s\n", dmp_path); in dump_dmp_img() 277 read_dmp_img(dmp_path, (char *)outFile); in dump_dmp_img()
|