Lines Matching refs:batch

1176 /* called when batch and hw sensor enabled*/
1248 /* This feature is only used in batch mode */
1366 /* This feature is only used in batch mode */
1525 /* This is used for batch mode only */
1663 /* this is for batch mode only */
2196 /* to batch or not to batch */
2302 /* check if batch mode should be turned on or not */
2320 // turn off batch mode.
2328 "HAL:computeBatchSensorMask: hardware sensor is batch:%d",
2341 // if virtual sensors are on but not batched, turn off batch mode.
2382 /* batch mode is standalone */
2392 /* batch mode is ped q */
2417 /* batch mode is 6axis q */
2443 // set batch rates
2445 LOGE("HAL:ERR can't set batch data rates");
2512 "HAL: batch timeout set to %lld ms", timeoutInMs);
3336 // set batch rates
3338 LOGV("HAL: batch mode is set, set batch data rates");
3340 LOGE("HAL:ERR can't set batch data rates");
3549 } //end of non batch mode
3867 // readCounter is decrement by 24 because DATA_FORMAT_STEP only applies in batch mode
4105 /* batch mode does not batch temperature */
5573 /* and enable batch sensor */
5574 /* if one sensor is in continuous mode, HAL disallows enabling batch for this sensor */
5576 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
5585 /* Enables batch mode and sets timeout for the given sensor */
5594 "HAL:batch called - handle=%d, flags=%d, period=%lld, timeout=%lld",
5600 "HAL:batch - dry run mode is set (%d)", SENSORS_BATCH_DRY_RUN);
5606 LOGE("HAL: batch SENSORS_BATCH_WAKE_UPON_FIFO_FULL is not supported");
5612 LOGE("HAL:batch sensors %d not found", what);
5617 "HAL:batch : %llu ns, (%.2f Hz)", period_ns, 1000000000.f / period_ns);
5633 LOGV_IF(PROCESS_VERBOSE, "HAL: batch - select sensor (handle %d)", handle);
5640 LOGV_IF(PROCESS_VERBOSE, "HAL: batch - select sensor (handle %d)", handle);
5644 LOGE("sensor (handle %d) is not supported in batch mode", handle);
5650 LOGI("HAL: batch Dry Run is complete");
5667 /* get maximum possible bytes to batch per sample */
5676 "HAL:batch - requested sensor=0x%01x, batch delay=%lld", mEnabled & (1 << i), ns);
5694 /* first edit global batch mode mask */
5716 /* remember batch mode that is set */
5725 LOGV("HAL:batch - sensor=0x%01x", mBatchEnabled);
5727 LOGV("HAL:batch - sensor status=0x%01x batch status=0x%01x timeout=%lld delay=%lld",
5736 LOGI_IF(ENG_VERBOSE, "batch - ID_P only = 0x%x", mBatchEnabled);
5751 LOGI_IF(ENG_VERBOSE, "batch - ID_P and GRV or ALL = 0x%x", mBatchEnabled);
5752 LOGI_IF(ENG_VERBOSE, "batch - ID_P is enabled for batching, PED quat will be automatically enabled");
5760 LOGV_IF(ENG_VERBOSE, "batch - PedQ Toggle back to normal 6 axis");
5779 LOGI_IF(ENG_VERBOSE, "batch - GRV = 0x%x", mBatchEnabled);
5790 LOGV_IF(ENG_VERBOSE, "batch - 6Axis Toggle back to normal 6 axis");
5815 }//end of batch mode modify
5818 /* set batch rates */
5820 LOGE("HAL:ERR can't set batch data rates");
5845 /* 1. batch mode is not enabled */
5872 LOGV_IF(PROCESS_VERBOSE, "HAL:flush - batch mode not enabled for sensor %s (handle %d)", sname.string(), handle);
5984 //LOGE("batch output: a");
5988 //LOGE("batch output: b");
5993 //LOGE("batch output: c");
5997 //LOGE("batch output: d");
6002 //LOGE("batch output: e,f");
6006 //LOGE("batch output: g");
6305 /* set batch data rate */