OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleDynamicSensorConnection
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/sensorservice/
SensorDevice.h
39
void
handleDynamicSensorConnection
(int handle, bool connected);
SensorDevice.cpp
75
void SensorDevice::
handleDynamicSensorConnection
(int handle, bool connected) {
SensorService.cpp
636
device.
handleDynamicSensorConnection
(handle, true /*connected*/);
645
device.
handleDynamicSensorConnection
(handle, false /*connected*/);
[
all
...]
Completed in 60 milliseconds