/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/ |
D | PlatformCompatCommandNotInstalledTest.kt | 76 Params(enableDisable = null, targetSdk = 29, result = false), in <lambda>() 77 Params(enableDisable = null, targetSdk = 30, result = true), in <lambda>() 79 Params(enableDisable = true, targetSdk = 29, result = false), in <lambda>() 80 Params(enableDisable = true, targetSdk = 30, result = true), in <lambda>() 82 Params(enableDisable = false, targetSdk = 29, result = false), in <lambda>() 83 Params(enableDisable = false, targetSdk = 30, result = true) in <lambda>() 87 data class Params(val enableDisable: Boolean?, val targetSdk: Int, val result: Boolean) in <lambda>() constant in com.android.tests.gating.PlatformCompatCommandNotInstalledTest.Params 117 when (params.enableDisable) { in <lambda>()
|
/frameworks/native/libs/sensor/ |
D | SensorEventQueue.cpp | 130 return mSensorEventConnection->enableDisable(sensor->getHandle(), true, in enableSensor() 135 return mSensorEventConnection->enableDisable(sensor->getHandle(), false, 0, 0, 0); in disableSensor() 140 return mSensorEventConnection->enableDisable(handle, true, us2ns(samplingPeriodUs), in enableSensor() 149 return mSensorEventConnection->enableDisable(handle, false, 0, 0, false); in disableSensor()
|
D | ISensorEventConnection.cpp | 61 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable() function in android::BpSensorEventConnection 138 status_t result = enableDisable(handle, enabled, samplingPeriodNs, in onTransact()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | ISensorEventConnection.h | 40 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs,
|
/frameworks/native/services/sensorservice/ |
D | SensorDirectConnection.h | 61 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs,
|
D | SensorEventConnection.h | 80 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs,
|
D | SensorDirectConnection.cpp | 118 status_t SensorService::SensorDirectConnection::enableDisable( in enableDisable() function in android::SensorService::SensorDirectConnection
|
D | SensorEventConnection.cpp | 679 status_t SensorService::SensorEventConnection::enableDisable( in enableDisable() function in android::SensorService::SensorEventConnection
|