Home
last modified time | relevance | path

Searched defs:enableDisable (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/sensor/
H A DISensorEventConnection.cpp61 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable() function in android::BpSensorEventConnection
/aosp12/frameworks/native/services/sensorservice/
H A DSensorDirectConnection.cpp118 status_t SensorService::SensorDirectConnection::enableDisable( in enableDisable() function in android::SensorService::SensorDirectConnection
H A DSensorEventConnection.cpp679 status_t SensorService::SensorEventConnection::enableDisable( in enableDisable() function in android::SensorService::SensorEventConnection
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java299 public void enableDisable(boolean sendEnable, boolean receiveEnable) { in enableDisable() method in P2pLinkManager