Searched refs:current (Results 1 - 4 of 4) sorted by relevance

/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h33 char *current; local
36 current = strdup(full_name);
37 working = strtok(current, "_\0");
50 free(current);
284 struct iio_channel_info *current; local
335 current = &(*ci_array)[count++];
350 fscanf(sysfsfp, "%u", &current->enabled);
353 if (!current->enabled) {
359 current->scale = 1.0;
360 current
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c82 struct ext_transform_t current; /* current settings */ member in struct:omap4_hwc_ext
153 int ext_ovls; /* # of overlays on external display for current composition */
154 int ext_ovls_wanted; /* # of overlays that should be on external display for current composition */
572 m_rotate(ext->m, ext->current.rotation);
573 if (ext->current.hflip)
576 if (ext->current.rotation & 1) {
670 if (!ext->current.docking &&
687 oc->rotation += (oc->mirror ? -1 : 1) * ext->current.rotation;
689 if (ext->current
[all...]
/hardware/qcom/display/libhwcomposer/
H A Dhwc_copybit.cpp31 int current; member in struct:qhwc::range
39 r.current = 0;
52 if (me->r.current != me->r.end) {
53 rect->l = me->mRegion.rects[me->r.current].left;
54 rect->t = me->mRegion.rects[me->r.current].top;
55 rect->r = me->mRegion.rects[me->r.current].right;
56 rect->b = me->mRegion.rects[me->r.current].bottom;
57 me->r.current++;
/hardware/ril/reference-ril/
H A Dreference-ril.c92 // TECH returns the current technology in the format used by the modem.
95 // TECH_BIT returns the bitmask equivalent of the current tech
236 static int query_ctec(ModemInfo *mdm, int *current, int32_t *preferred);
237 static int parse_technology_response(const char *response, int *current, int32_t *preferred);
885 int current, old; local
889 RLOGD("requestSetPreferredNetworkType: current: %x. New: %x", PREFERRED_NETWORK(sMdmInfo), preferred);
894 if (query_ctec(sMdmInfo, &current, NULL) < 0) {
901 asprintf(&cmd, "AT+CTEC=%d,\"%x\"", current, preferred);
911 int current; local
912 int res = parse_technology_response(p_response->p_intermediates->line, &current, NUL
2683 parse_technology_response( const char *response, int *current, int32_t *preferred ) argument
2761 query_ctec(ModemInfo *mdm, int *current, int32_t *preferred) argument
[all...]

Completed in 882 milliseconds