Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/hardware/interfaces/bluetooth/1.0/default/
Dandroid.hardware.bluetooth@1.0-service.rc7 on property:vts.native_server.on=1 && property:ro.build.type=userdebug
9 on property:vts.native_server.on=1 && property:ro.build.type=eng
11 on property:vts.native_server.on=0 && property:ro.build.type=userdebug
13 on property:vts.native_server.on=0 && property:ro.build.type=eng
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Dstress_iio.c331 static int enable_gyro(int on){ in enable_gyro() argument
333 ret = write_sysfs_int_and_verify("gyro_enable", dev_dir_name, on); in enable_gyro()
340 static int enable_gyro_output(int on){ in enable_gyro_output() argument
342 gyro_data_is_enabled = on; in enable_gyro_output()
343 ret = write_sysfs_int_and_verify("gyro_fifo_enable", dev_dir_name, on); in enable_gyro_output()
350 static int enable_compass(int on){ in enable_compass() argument
353 compass_data_is_enabled = on; in enable_compass()
354 ret = write_sysfs_int_and_verify("compass_enable", dev_dir_name, on); in enable_compass()
361 static int enable_pressure(int on){ in enable_pressure() argument
364 ret = write_sysfs_int_and_verify("pressure_enable", dev_dir_name, on); in enable_pressure()
[all …]
/hardware/intel/img/psb_video/src/
DREADME22 lnc_xxxx.c/h are files for encoding on MRST
23 psb_xxxx.c/h are files for decoding on MRST (some files are reused in MFLD)
24 pnw_xxxx.c/h are files for encoding/decoding on MFLD
25 tng_xxxx.c/h are files for encoding/decoding on MRFLD
36 | | |- lnc_cmdbuf.h (below files are for encode on MRST)
48 | | |- psb_deblock.c (below files are for decode on MRST)
58 | |- pnw_cmdbuf.h (below files are for encode on MFLD)
74 | |- psb_cmdbuf.h (below files are for decode on MFLD)
94 | |- object_heap.h (below files are common for encode and decode on MFLD)
114 | |- tng_cmdbuf.h (below files are for encode on MRFLD)
[all …]
/hardware/interfaces/power/1.1/
DIPower.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
27 * Report cumulative info on the statistics on subsystem-level sleep states
30 * @return subsystems supported on this device and their sleep states
31 * @return retval SUCCESS on success or FILESYSTEM_ERROR on filesystem
38 * powerHintAsync() is called to pass hints on power requirements which
/hardware/interfaces/power/1.0/
DIPower.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
33 * Typical actions are to turn on or off devices and adjust
44 * interactive state prior to turning on the screen.
53 * powerHint() is called to pass hints on power requirements which
66 * setFeature() is called to turn on or off a particular feature
67 * depending on the state parameter.
76 * Report cumulative info on the statistics on platform-level sleep states
84 * @return retval SUCCESS on success or FILESYSTEM_ERROR on filesystem
/hardware/qcom/power/
Dpower.c166 static void power_set_interactive(struct power_module *module, int on) in power_set_interactive() argument
169 last_state = on; in power_set_interactive()
171 if (last_state == on) in power_set_interactive()
174 last_state = on; in power_set_interactive()
177 ALOGV("%s %s", __func__, (on ? "ON" : "OFF")); in power_set_interactive()
178 if (on) { in power_set_interactive()
/hardware/interfaces/audio/2.0/
DIStream.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
34 * to getting AUDIO_PARAMETER_STREAM_FRAME_COUNT on the legacy HAL.
57 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_SAMPLING_RATES on the
66 * to setting AUDIO_PARAMETER_STREAM_SAMPLING_RATE on the legacy HAL.
82 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_CHANNELS on the legacy
91 * setting AUDIO_PARAMETER_STREAM_CHANNELS on the legacy HAL.
107 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_FORMATS on the legacy
116 * setting AUDIO_PARAMETER_STREAM_FORMAT on the legacy HAL.
182 * equivalent to setting AUDIO_PARAMETER_DEVICE_[DIS]CONNECT on the legacy
194 * setting AUDIO_PARAMETER_STREAM_HW_AV_SYNC on the legacy HAL.
[all …]
DIPrimaryDevice.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
44 * on the legacy HAL.
54 * on the legacy HAL.
63 * equivalent to getting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
72 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
88 * getting AUDIO_PARAMETER_KEY_TTY_MODE on the legacy HAL.
97 * AUDIO_PARAMETER_KEY_TTY_MODE on the legacy HAL.
107 * AUDIO_PARAMETER_KEY_HAC on the legacy HAL.
117 * AUDIO_PARAMETER_KEY_HAC on the legacy HAL.
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
45 * This buffer can be used on subsequent calls to enroll or
48 * This method may return ERROR_GENERAL_FAILURE or ERROR_RETRY_TIMEOUT on
49 * failure. It must return STATUS_OK on success.
84 * This method may return ERROR_GENERAL_FAILURE or ERROR_RETRY_TIMEOUT on
85 * failure. It must return STATUS_OK on success.
103 * This method may return ERROR_GENERAL_FAILURE or ERROR_RETRY_TIMEOUT on
104 * failure. It must return STATUS_OK on success.
112 * no users must be enrolled on the device.
117 * This method may return ERROR_GENERAL_FAILURE or ERROR_RETRY_TIMEOUT on
[all …]
/hardware/intel/bootstub/
DVERSION10 0.3 spi on select 0x2. June 17, 2008
11 0.2 spi support on. June 10, 2008
12 0.1 Initial bootstub version for power on. May 21, 2008
/hardware/qcom/display/msm8998/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() argument
70 return sendSingleParam(qService::IQService::TOGGLE_SCREEN_UPDATES, on); in toggleScreenUpdate()
82 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus() argument
83 return sendSingleParam(qService::IQService::SET_CAMERA_STATUS, on); in setCameraLaunchStatus()
/hardware/qcom/display/msm8996/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() argument
70 return sendSingleParam(qService::IQService::TOGGLE_SCREEN_UPDATES, on); in toggleScreenUpdate()
82 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus() argument
83 return sendSingleParam(qService::IQService::SET_CAMERA_STATUS, on); in setCameraLaunchStatus()
/hardware/qcom/display/sdm845/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() argument
70 return sendSingleParam(qService::IQService::TOGGLE_SCREEN_UPDATES, on); in toggleScreenUpdate()
82 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus() argument
83 return sendSingleParam(qService::IQService::SET_CAMERA_STATUS, on); in setCameraLaunchStatus()
/hardware/interfaces/cas/1.0/
DIMediaCasService.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
30 * List all available CA systems on the device.
37 * Query if a certain CA system is supported on this device.
40 * @return result whether the specified CA system is supported on this device.
54 * Query if the descrambling scheme for a CA system is supported on this device.
57 * @return result whether the specified descrambling scheme is supported on this device.
/hardware/qcom/camera/msm8998/QCamera2/HAL3/android/
DQCamera3External.h41 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus() argument
42 return ::setCameraLaunchStatus(on); in setCameraLaunchStatus()
/hardware/qcom/camera/msm8998/QCamera2/HAL/android/
DQCamera2External.h41 inline android::status_t setCameraLaunchStatus(uint32_t on) { in setCameraLaunchStatus() argument
42 return ::setCameraLaunchStatus(on); in setCameraLaunchStatus()
/hardware/interfaces/nfc/1.0/
DINfc.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
82 * @return NfcStatus::OK on success and NfcStatus::FAILED on error.
93 * @return NfcStatus::OK on success and NfcStatus::FAILED on error.
102 * @return NfcStatus::OK on success and NfcStatus::FAILED on error.
/hardware/interfaces/ir/1.0/
DIConsumerIr.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
23 * The pattern is alternating series of carrier on and off periods measured in
29 * returns: true on success, false on error.
/hardware/interfaces/gnss/1.0/
DIGnssBatching.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
29 * For example, if a 1Hz continuous output is underway on the IGnssCallback,
33 * continuous location output on the IGnssCallback.
77 * @return success Returns true on success.
85 * If the available size is variable, for example, based on other operations
89 * This may, for example, be used by the upper layer, to decide on the
113 * @return success Returns true on success.
133 * @return success Returns true on success.
/hardware/interfaces/camera/provider/2.4/vts/functional/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
22 // TODO(b/64437680): Assume these are always available on the device.
31 // Statically link to libs not guaranteed to be present on the device.
/hardware/interfaces/media/omx/1.0/
DIOmxNode.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
46 * Invoke a command on the node.
130 * Set the mode of a port on the node.
133 * @param mode Target mode on the specified port.
144 * Prepare a port for adaptive playback. This is based on the extension
163 * Configure a port for a tunneled playback mode. This is based on the
183 * Retrieve the buffer usage on a port. This is based on the extension
213 * Allocate an opaque buffer on a port as a native handle.
270 * Pass \p fence to the node if it supports fences. Otherwise, it waits on
294 * Pass \p fence to the node if it supports fences. Otherwise, wait on
[all …]
/hardware/interfaces/camera/device/3.2/
DICameraDevice.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
45 * subsequent calls on this interface must return
74 * subsequent calls on this interface must return
88 * Turn on or off the torch mode of the flash unit associated with this
98 * TORCH_MODE_STATUS_NOT_AVAILABLE. When resources to turn on torch mode
104 * When the client calls setTorchMode() to turn on the torch mode of a flash
105 * unit, if the HAL cannot keep multiple torch modes on simultaneously, the
106 * HAL must turn off the torch mode(s) that were turned on by previous
129 * the torch on through the device interface.
138 * subsequent calls on this interface must return
[all …]
/hardware/interfaces/camera/common/1.0/
Dtypes.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
73 * Possible states that the flash unit on a closed camera device can be set to
78 ON = 1 // Turn on the flash to torch mode
174 * The current status of the torch mode on a given camera device, sent by a
180 * ICameraProvider::setTorchMode() to turn on torch mode of a camera device if
210 * that have entered NOT_AVAILABLE state and can not be turned on by
218 * can be turned on by calling ICameraProvider::setTorchMode() again because
224 * for other previously-on torch modes if HAL cannot keep multiple devices'
225 * flashlights on simultaneously.
230 * turned on by calling setTorchMode(). If the torch mode was AVAILABLE_ON,
[all …]
/hardware/interfaces/wifi/1.0/
DIWifi.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
57 * Must trigger |IWifiEventCallback.onStart| on success.
74 * Must trigger |IWifiEventCallback.onStop| on success.
75 * Must trigger |IWifiEventCallback.onFailure| on failure.
91 * Retrieve the list of all chip Id's on the device.
100 * @return chipIds List of all chip Id's on the device.
/hardware/broadcom/libbt/src/
Dupio.c286 int upio_set_bluetooth_power(int on) in upio_set_bluetooth_power() argument
293 switch(on) in upio_set_bluetooth_power()
307 if (bt_emul_enable == on) in upio_set_bluetooth_power()
310 UPIODBG("set_bluetooth_power [emul] %d", on); in upio_set_bluetooth_power()
312 bt_emul_enable = on; in upio_set_bluetooth_power()

12345678910>>...20