Searched refs:setMode (Results 1 - 22 of 22) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/examples/python/
H A Duart_receiver.py32 u.setMode(8, mraa.UART_PARITY_NONE, 1)
H A Duart_sender.py34 u.setMode(8, mraa.UART_PARITY_NONE, 1)
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
H A Dak8975.cxx64 if (!setMode(CNTL_PWRDWN))
71 if (!setMode(CNTL_FUSE_ACCESS))
84 if (!setMode(CNTL_PWRDWN))
94 bool AK8975::setMode(CNTL_MODES_T mode) function in class:AK8975
150 if (!setMode(CNTL_MEASURE))
182 if (!setMode(CNTL_PWRDWN))
198 if (!setMode(CNTL_SELFTEST))
H A Dak8975.h153 bool setMode(CNTL_MODES_T mode);
/hardware/bsp/intel/peripheral/libmraa/examples/java/
H A DUartExample.java43 if (uart.setMode(8, UartParity.UART_PARITY_NONE, 1) != Result.SUCCESS) {
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
H A Duart.js39 u.setMode(8, 0, 1);
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
H A DUart-example.cpp56 if (dev->setMode(8, mraa::UART_PARITY_NONE, 1) != mraa::SUCCESS) {
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareBase.h39 * setMode is called when the audio mode changes. NORMAL mode is for
43 virtual status_t setMode(int mode);
H A DAudioHardwareInterface.h235 * setMode is called when the audio mode changes. NORMAL mode is for
239 virtual status_t setMode(int mode) = 0;
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Duart.hpp198 * "dev.setMode(8,UART_PARITY_NONE , 1)"
206 setMode(int bytesize, UartParity parity, int stopbits) function in class:mraa::Uart
/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp86 status_t AudioHardwareBase::setMode(int mode) function in class:android_audio_legacy::AudioHardwareBase
89 ALOGD("setMode(%s)", displayMode(mode));
H A DA2dpAudioInterface.h43 virtual status_t setMode(int mode);
H A DA2dpAudioInterface.cpp119 status_t A2dpAudioInterface::setMode(int mode) function in class:android_audio_legacy::A2dpAudioInterface
121 return mHardwareInterface->setMode(mode);
H A DAudioDumpInterface.cpp246 status_t AudioDumpInterface::setMode(int mode) function in class:android::AudioDumpInterface
248 return mFinalInterface->setMode(mode);
H A DAudioDumpInterface.h138 virtual status_t setMode(int mode);
H A Daudio_hw_hal.cpp449 return ladev->hwif->setMode((int) mode);
/hardware/ti/omap4-aah/camera/
H A DCameraParameters.cpp197 setMode(static_cast<OperatingMode>(i));
200 setMode(originalMode);
203 void CameraProperties::Properties::setMode(OperatingMode mode) { function in class:Ti::Camera::CameraProperties::Properties
/hardware/ti/omap4-aah/camera/inc/
H A DCameraProperties.h209 void setMode(OperatingMode mode);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.h471 * setMode is called when the audio mode changes. NORMAL mode is for
475 virtual status_t setMode(int mode);
H A DAudioHardwareALSA.cpp321 status_t AudioHardwareALSA::setMode(int mode) function in class:android_audio_legacy::AudioHardwareALSA
326 status = AudioHardwareBase::setMode(mode);
H A Daudio_hw_hal.cpp475 return qadev->hwif->setMode(mode);
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp276 mCapabilities->setMode(MODE_HIGH_SPEED);
718 mCapabilities->setMode(mCapabilitiesOpMode);
4351 properties->setMode(MODE_STEREO);
4359 properties->setMode(MODE_HIGH_QUALITY);
4368 properties->setMode(MODE_VIDEO);
4377 properties->setMode(MODE_ZEROSHUTTERLAG);
4386 properties->setMode(MODE_HIGH_SPEED);
4395 properties->setMode(MODE_CPCAM);
4406 properties->setMode(MODE_VIDEO_HIGH_QUALITY);

Completed in 3739 milliseconds