/hardware/bsp/intel/peripheral/libmraa/examples/python/ |
H A D | uart_receiver.py | 32 u.setMode(8, mraa.UART_PARITY_NONE, 1)
|
H A D | uart_sender.py | 34 u.setMode(8, mraa.UART_PARITY_NONE, 1)
|
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/ |
H A D | ak8975.cxx | 64 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 D | ak8975.h | 153 bool setMode(CNTL_MODES_T mode);
|
/hardware/bsp/intel/peripheral/libmraa/examples/java/ |
H A D | UartExample.java | 43 if (uart.setMode(8, UartParity.UART_PARITY_NONE, 1) != Result.SUCCESS) {
|
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/ |
H A D | uart.js | 39 u.setMode(8, 0, 1);
|
/hardware/bsp/intel/peripheral/libmraa/examples/c++/ |
H A D | Uart-example.cpp | 56 if (dev->setMode(8, mraa::UART_PARITY_NONE, 1) != mraa::SUCCESS) {
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | AudioHardwareBase.h | 39 * setMode is called when the audio mode changes. NORMAL mode is for 43 virtual status_t setMode(int mode);
|
H A D | AudioHardwareInterface.h | 235 * 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 D | uart.hpp | 198 * "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 D | AudioHardwareInterface.cpp | 86 status_t AudioHardwareBase::setMode(int mode) function in class:android_audio_legacy::AudioHardwareBase 89 ALOGD("setMode(%s)", displayMode(mode));
|
H A D | A2dpAudioInterface.h | 43 virtual status_t setMode(int mode);
|
H A D | A2dpAudioInterface.cpp | 119 status_t A2dpAudioInterface::setMode(int mode) function in class:android_audio_legacy::A2dpAudioInterface 121 return mHardwareInterface->setMode(mode);
|
H A D | AudioDumpInterface.cpp | 246 status_t AudioDumpInterface::setMode(int mode) function in class:android::AudioDumpInterface 248 return mFinalInterface->setMode(mode);
|
H A D | AudioDumpInterface.h | 138 virtual status_t setMode(int mode);
|
H A D | audio_hw_hal.cpp | 449 return ladev->hwif->setMode((int) mode);
|
/hardware/ti/omap4-aah/camera/ |
H A D | CameraParameters.cpp | 197 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 D | CameraProperties.h | 209 void setMode(OperatingMode mode);
|
/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | AudioHardwareALSA.h | 471 * setMode is called when the audio mode changes. NORMAL mode is for 475 virtual status_t setMode(int mode);
|
H A D | AudioHardwareALSA.cpp | 321 status_t AudioHardwareALSA::setMode(int mode) function in class:android_audio_legacy::AudioHardwareALSA 326 status = AudioHardwareBase::setMode(mode);
|
H A D | audio_hw_hal.cpp | 475 return qadev->hwif->setMode(mode);
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
H A D | OMXCameraAdapter.cpp | 276 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);
|