HomeSort by relevance Sort by last modified time
    Searched refs:handleDynamicSensorConnection (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/sensorservice/
SensorDevice.h 74 void handleDynamicSensorConnection(int handle, bool connected);
SensorDevice.cpp 117 void SensorDevice::handleDynamicSensorConnection(int handle, bool connected) {
SensorService.cpp 757 device.handleDynamicSensorConnection(handle, true /*connected*/);
766 device.handleDynamicSensorConnection(handle, false /*connected*/);
    [all...]

Completed in 212 milliseconds