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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c188 int got = 0; local
203 ReadFile(infile, &a, 1, &got, NULL);
209 ReadFile(infile, &b, 1, &got, NULL);
219 int ll = 0,lh = 0, got = 0; local
224 ReadFile(infile, &marker, 1, &got, NULL);
249 ReadFile(infile, &lh, 1, &got, NULL);
250 ReadFile(infile, &ll, 1, &got, NULL);
272 ReadFile(infile, Data+2, itemlen-2, &got, NULL);
274 got = fread(Data+2, 1, itemlen-2, infile); /* Read the whole section.*/
276 if ( got !
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c541 int_fast8_t got, ftry; local
556 result = inv_read_and_process_fifo(ftry, &got);
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp1561 int64_t got; local
1664 got = mCompassSensor->getDelay(ID_M);
1665 inv_set_compass_sample_rate(got / 1000);
1738 got = mCompassSensor->getDelay(ID_M);
1739 inv_set_compass_sample_rate(got / 1000);
1832 /* if gyros are on and we got a no motion, set a flag
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp3287 int64_t got; local
3456 got = mCompassSensor->getDelay(ID_M);
3457 inv_set_compass_sample_rate(got / 1000);
3534 got = mCompassSensor->getDelay(ID_M);
3535 inv_set_compass_sample_rate(got / 1000);
3537 int(got/1000LL));
3600 /* if gyros are on and we got a no motion, set a flag
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp3203 int64_t got; local
3390 got = mCompassSensor->getDelay(ID_M);
3391 inv_set_compass_sample_rate(got / 1000);
3507 got = mCompassSensor->getDelay(ID_M);
3508 inv_set_compass_sample_rate(got / 1000);
3510 int(got/1000LL));
3621 /* if gyros are on and we got a no motion, set a flag

Completed in 142 milliseconds