Home
last modified time | relevance | path

Searched defs:on (Results 1 – 25 of 93) sorted by relevance

1234

/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Dstress_iio.c331 static int enable_gyro(int on){ in enable_gyro()
340 static int enable_gyro_output(int on){ in enable_gyro_output()
350 static int enable_compass(int on){ in enable_compass()
361 static int enable_pressure(int on){ in enable_pressure()
371 static int enable_quaternion(int on) { in enable_quaternion()
385 static int enable_step_detector(int on) { in enable_step_detector()
392 static int enable_step_indicator(int on) { in enable_step_indicator()
400 static int enable_accel(int on){ in enable_accel()
413 static int enable_accel_output(int on) { in enable_accel_output()
424 static int enable_enable(int on){ in enable_enable()
[all …]
/hardware/google/interfaces/light/1.0/default/
DLightExt.cpp29 Return<Status> LightExt::applyHBM(bool on) { in applyHBM()
61 Return<Status> LightExt::setHbm(bool on) { in setHbm()
/hardware/google/interfaces/light/1.1/default/
DLightExt.cpp103 Return<Status> LightExt::setHbm(bool on) { in setHbm()
118 Return<Status> LightExt::setHbmSv(bool on) { in setHbmSv()
/hardware/qcom/sm7250/display/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate()
73 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/android/
DQCamera3External.h41 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/qcom/camera/msm8998/QCamera2/HAL/android/
DQCamera2External.h41 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/qcom/display/msm8909/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate()
82 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/qcom/display/msm8998/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate()
82 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/qcom/display/msm8909w_3100/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate()
82 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/qcom/display/msm8996/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate()
82 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/qcom/sm8150/display/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate()
82 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/
DICameraDevice.aidl43 void setTorchMode(boolean on); in setTorchMode()
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/
DICameraDevice.aidl43 void setTorchMode(boolean on); in setTorchMode()
/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/
DICameraDevice.aidl273 void setTorchMode(boolean on); in setTorchMode()
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/
DICameraDevice.aidl43 void setTorchMode(boolean on); in setTorchMode()
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/
DICameraDevice.aidl43 void setTorchMode(boolean on); in setTorchMode()
/hardware/qcom/display/msm8994/libqservice/
DQServiceUtils.h77 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate()
/hardware/interfaces/vibrator/1.0/default/
DVibrator.cpp37 Return<Status> Vibrator::on(uint32_t timeout_ms) { in on() function in android::hardware::vibrator::V1_0::implementation::Vibrator
/hardware/qcom/camera/msm8998/QCamera2/
DQCamera2Factory.cpp357 int QCamera2Factory::set_torch_mode(const char* camera_id, bool on) in QCamera2Factory()
613 int QCamera2Factory::setTorchMode(const char* camera_id, bool on) in QCamera2Factory()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp315 int BrightnessController::processEnhancedHbm(bool on) { in processEnhancedHbm()
534 int BrightnessController::processLocalHbm(bool on) { in processLocalHbm()
578 int BrightnessController::processInstantHbm(bool on) { in processInstantHbm()
591 int BrightnessController::processDimBrightness(bool on) { in processDimBrightness()
/hardware/qcom/display/msm8909/libdisplayconfig/
DDisplayConfig.cpp294 int toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate()
335 int setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/qcom/display/msm8909w_3100/libdisplayconfig/
DDisplayConfig.cpp294 int toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate()
335 int setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DIVibrator.aidl23 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on() method
/hardware/qcom/power/
Dpower.c166 static void power_set_interactive(struct power_module *module, int on) in power_set_interactive()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_session_services.cpp374 Return<int32_t> HWCSession::toggleScreenUpdate(bool on) { in toggleScreenUpdate()
449 Return<int32_t> HWCSession::setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus()

1234