Lines Matching refs:nb
263 int nb;
267 nb = ((MPLSensor*) mSensors[mpl])->executeOnData(data, count);
272 nb = ((MPLSensor*) mSensors[mpl])->executeOnData(data, count);
277 nb = ((MPLSensor*) mSensors[mpl])->readDmpOrientEvents(data, count);
281 nb = 0;
286 nb = sensor->readEvents(data, count);
288 if (nb < count) {
292 count -= nb;
293 nbEvents += nb;
294 data += nb;