Searched defs:load (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c39 load_func_t load[NUM_STORAGE_BOXES]; /**< Callback to load data */ member in struct:data_storage_t
53 /** Used to register your mechanism to load and store non-volative data. This should typical be
80 ds.load[ds.num] = load_func;
149 ds.load[entry](data);
/hardware/libhardware/
H A Dhardware.c61 static int load(const char *id, function
70 * load the symbols resolving undefined symbols before
77 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
86 ALOGE("load: couldn't find symbol %s", sym);
93 ALOGE("load: id=%s != hmi->id=%s", id, hmi->id);
137 * the same .so will simply increment a refcount (and not load
164 /* load the module, if this fails, we're doomed, and we should not try
165 * to load a different variant. */
166 status = load(class_id, path, module);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_rt.c727 double uptime, idletime, load = 0; local
729 /* calculate MHz load */
737 load = 100. * ((me->dUptime->last_uptime - me->dUptime->last_idletime) /
741 me->dUptime->x += load * steps;
742 me->dUptime->xx += load * load * steps;
754 fprintf(me->fRt, "rtPERF: [%ld] ARM CPU-load is %.3g%%\n",
756 load);
824 fprintf(me->fRt, "rtPERF: ARM CPU-load for%s %c%c%c%c component: ",
830 double load local
[all...]

Completed in 99 milliseconds