Searched refs:cntr (Results 1 - 5 of 5) sorted by relevance

/hardware/invensense/libsensors_iio/software/core/mpl/
H A Dfast_no_motion.h32 void inv_get_fast_nomot_accel_param(long *cntr, long long *param);
33 void inv_get_fast_nomot_compass_param(long *cntr, long long *param);
/hardware/ti/wlan/mac80211/ti-utils/
H A Dini.c797 static int find_section(const char *l, enum wl1271_ini_section *st, int *cntr, argument
803 *cntr = 17;
805 *cntr = 12;
814 *cntr = 2;
816 *cntr = 3;
824 *cntr = 1;
831 *cntr = 2;
833 *cntr = 3;
843 *cntr = 15;
845 *cntr
881 static int cntr; local
[all...]
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Dresults_holder.h39 int inv_get_motion_state(unsigned int *cntr);
H A Dresults_holder.c123 * @param[out] cntr Number of previous times a no motion event has occured in a row.
126 int inv_get_motion_state(unsigned int *cntr) argument
128 *cntr = rh.motion_state_counter;
/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvenc_test.cpp1329 int cntr, nparam = 0; local
1333 cntr = -1;
1336 dest[++cntr] = fgetc(m_pDynConfFile);
1337 } while(dest[cntr] != ' ' && dest[cntr] != '\t' && dest[cntr] != '\n' && dest[cntr] != '\r' && !feof(m_pDynConfFile));
1338 if (dest[cntr] == '\n' || dest[cntr] == '\r')
1340 dest[cntr]
[all...]

Completed in 239 milliseconds