///////////////////////////////////////////////////////
| 74 | |
| 75 | //////////////////////////////////////////////////////////// |
| 76 | void SensorImpl::cleanup() |
| 77 | { |
| 78 | // Detach the sensor events queue from the looper and destroy it |
| 79 | ASensorManager_destroyEventQueue(sensorManager, sensorEventQueue); |
| 80 | } |
| 81 | |
| 82 | |
| 83 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected