Lines Matching full:rate
132 uint32_t rate;
158 bool (*sensorFirmwareUpload)(void *); /* -> SENSOR_INTERNAL_EVT_FW_STATE_CHG (rate or 0 if fail) */
159 bool (*sensorSetRate)(uint32_t rate, uint64_t latency, void *);
160 /* -> SENSOR_INTERNAL_EVT_RATE_CHG (rate) */
190 sampling rate. In this case, the sensorSendOneDirectEvt callback will be
199 If NULL, the expectation is that rate is not applicable/configurable, and
216 * Sensor rate is encoded as a 32-bit integer as number of samples it can
259 bool sensorRequest(uint32_t clientTid, uint32_t sensorHandle, uint32_t rate, uint64_t latency);
277 uint32_t rate;
279 while ((rate = *supportedRates++) != 0) {
280 if (rate == wantedRate)