Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
H A DIAutoSUWHelper.java150 void enableDisableSUW(EnableDisable enableDisable); in enableDisableSUW()
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/
H A DPlatformCompatCommandNotInstalledTest.kt87 data class Params(val enableDisable: Boolean?, val targetSdk: Int, val result: Boolean) in <lambda>() constant in com.android.tests.gating.PlatformCompatCommandNotInstalledTest.Params
/aosp_15_r20/frameworks/native/services/sensorservice/
H A DSensorDirectConnection.cpp133 status_t SensorService::SensorDirectConnection::enableDisable( in enableDisable() function in android::SensorService::SensorDirectConnection
H A DSensorEventConnection.cpp682 status_t SensorService::SensorEventConnection::enableDisable( in enableDisable() function in android::SensorService::SensorEventConnection
/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
H A DBluetoothAdapterTest.java166 public void enableDisable() { in enableDisable() method in BluetoothAdapterTest