Searched refs:mode (Results 51 - 75 of 182) sorted by relevance

12345678

/hardware/qcom/audio/alsa_sound/
H A DAudioStreamOutALSA.cpp167 mHandle->module->route(mHandle, mDevices , mParent->mode());
178 mHandle->module->route(mHandle, mDevices , mParent->mode());
181 mHandle->module->route(mHandle, mDevices , mParent->mode());
290 status_t AudioStreamOutALSA::open(int mode) argument
294 return ALSAStreamOps::open(mode);
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.h178 virtual status_t setMode(int mode);
231 uint32_t getACDB(int mode, int device);
233 status_t do_tpa2018_control(int mode);
H A DAudioHardware.cpp33 #include <cutils/properties.h> // for property_get for the voice recognition mode switch
79 // use VR mode on inputs: 1 == VR mode enabled when selected, 0 = VR mode disabled when selected
85 // enable or disable 2-mic noise suppression in call on receiver mode
87 //FIXME add new settings in A1026 driver for an incall no ns mode, based on the current vr no ns
175 // reset voice mode in case media_server crashed and restarted while in call
189 ALOGV("Enable mode selection for A1026 is %d", enable1026);
190 // Check the system property for which VR mode to use
305 status_t AudioHardware::setMode(int mode) argument
992 getACDB(int mode, int device) argument
1060 do_tpa2018_control(int mode) argument
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp51 static int loc_set_position_mode(GpsPositionMode mode, GpsPositionRecurrence recurrence,
321 Sets the mode and fix frequency for the tracking session.
333 static int loc_set_position_mode(GpsPositionMode mode, argument
341 switch (mode) {
H A Dloc_eng_log.cpp118 const char* loc_get_position_mode_name(GpsPositionMode mode) argument
120 return loc_get_name_from_val(loc_eng_position_modes, loc_eng_position_mode_num, (long) mode);
/hardware/libhardware/include/hardware/
H A Dbt_hf.h264 bthf_call_state_t state, bthf_call_mode_t mode,
H A Dbt_hh.h103 * the protocol mode is one of the value from bthh_protocol_mode_t
105 typedef void (* bthh_protocol_mode_callback)(bt_bdaddr_t *bd_addr, bthh_status_t hh_status,bthh_protocol_mode_t mode);
156 /** Get the HID proto mode. */
159 /** Set the HID proto mode. */
H A Daudio.h86 /* TTY mode selection */
168 * Put the audio hardware input/output into standby mode.
169 * Driver should exit from standby mode at the next I/O operation.
368 * set_mode is called when the audio mode changes. AUDIO_MODE_NORMAL mode
372 int (*set_mode)(struct audio_hw_device *dev, audio_mode_t mode);
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCameraParameters.h53 // The mode of preview frame rate.
70 // Current auto scene detection mode.
143 // Normal focus mode. Applications should call
144 // CameraHardwareInterface.autoFocus to start the focus in this mode.
206 // Values for Power mode settings.
242 void setPreviewFrameRateMode(const char *mode);
/hardware/qcom/camera/QCamera/HAL2/core/src/
H A DQCameraStream_Preview.cpp32 /* following code implement the preview mode's image capture & display logic of this class*/
328 camera_mode_t mode) :
334 mode),
399 ALOGE("%s: X :set mode MM_CAMERA_OP_MODE_VIDEO err=%d\n", __func__, ret);
408 ALOGE("%s: X :set mode MM_CAMERA_OP_MODE_ZSL err=%d\n", __func__, ret);
555 camera_mode_t mode)
563 mode);
322 QCameraStream_preview(uint32_t CameraHandle, uint32_t ChannelId, uint32_t Width, uint32_t Height, int requestedFormat, mm_camera_vtbl_t *mm_ops, camera_mode_t mode) argument
549 createInstance(uint32_t CameraHandle, uint32_t ChannelId, uint32_t Width, uint32_t Height, int requestedFormat, mm_camera_vtbl_t *mm_ops, camera_mode_t mode) argument
/hardware/qcom/camera/
H A DQCameraParameters.h53 // The mode of preview frame rate.
70 // Current auto scene detection mode.
144 // Normal focus mode. Applications should call
145 // CameraHardwareInterface.autoFocus to start the focus in this mode.
207 // Values for Power mode settings.
245 void setPreviewFrameRateMode(const char *mode);
H A DQCameraParameters.cpp27 const char QCameraParameters::KEY_PREVIEW_FRAME_RATE_MODE[] = "preview-frame-rate-mode";
57 const char QCameraParameters::KEY_POWER_MODE_SUPPORTED[] = "power-mode-supported";
60 const char QCameraParameters::KEY_CAMERA_MODE[] = "camera-mode";
62 const char QCameraParameters::KEY_POWER_MODE[] = "power-mode";
75 // Values for scene mode settings.
92 // Values for focus mode settings.
319 void QCameraParameters::setPreviewFrameRateMode(const char *mode) argument
321 set(KEY_PREVIEW_FRAME_RATE_MODE, mode);
H A DQCameraStream.cpp325 QCameraStream::QCameraStream (int cameraId, camera_mode_t mode) argument
327 myMode(mode)
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c754 printf("Could not configure driver to use managed mode\n");
883 if (iwe->u.mode == IW_MODE_ADHOC) {
885 } else if (iwe->u.mode == IW_MODE_MASTER ||
886 iwe->u.mode == IW_MODE_INFRA) {
1455 * Only force-disconnect when the card is in infrastructure mode,
1463 iwr.u.mode = IW_MODE_INFRA;
1466 if (iwr.u.mode == IW_MODE_INFRA) {
1540 /* Just changing mode, not actual keys */
1969 /* we start with "auto" power mode - power_save is on */
2040 int mode local
2059 int mode = atoi(cmd + 10); local
[all...]
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Ddata_builder.c885 int mode; local
894 mode = 0;
896 mode |= INV_GYRO_NEW;
898 mode |= INV_ACCEL_NEW;
900 mode |= INV_MAG_NEW;
902 mode |= INV_TEMP_NEW;
904 mode |= INV_QUAT_NEW;
909 if (mode & inv_data_builder.process[kk].data_required) {
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraStream.cpp327 QCameraStream::QCameraStream (int cameraId, camera_mode_t mode) argument
329 myMode(mode)
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_helper.c182 camera_mode_t mode,
197 if(CAMERA_MODE_3D == mode) {
181 mm_camera_get_msm_frame_len(cam_format_t fmt_type, camera_mode_t mode, int width, int height, int image_type, uint8_t *num_planes, uint32_t plane[]) argument
/hardware/qcom/display/libcopybit/
H A Dc2d2.h127 /* derived RGB color formats (base format + mode bits) */
184 /* derived YUV color formats (base format + mode bits), FOURCC */
299 uint32 format; /* RGB color format plus additional mode bits */
309 uint32 format; /* YUV color format plus additional mode bits */
577 uint32 surface_id, uint32 mode );
598 C2D_OBJECT * c2dObject, uint32 mode);
/hardware/qcom/display/liboverlay/
H A DoverlayUtils.cpp43 IOFile(const char* s, const char* mode) : fp(0) { argument
44 fp = ::fopen(s, mode);
305 ALOGE("send3DInfoPacket: no sysfs entry for setting 3d mode");
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Dts_parser.cpp31 void omx_time_stamp_reorder::set_timestamp_reorder_mode(bool mode) argument
33 reorder_ts = mode;
184 DEBUG("\n not in avi mode");
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dosapi.c27 * OS Memory API for user mode application (CUDK)
54 * \brief Main entry point to a user-mode program
56 * This is the main() function for a user mode program, or the entry point
242 Size - Redundant, needed only for kernel mode.
429 PVOID os_fopen(const PS8 path, os_fopen_mode_e mode) argument
431 switch(mode)
H A Dcu_wext.c103 if(iwe->u.mode == IW_MODE_ADHOC)
105 else if (iwe->u.mode == IW_MODE_INFRA)
107 else if (iwe->u.mode == IW_MODE_AUTO)
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dwpa_core.c61 S32 mode; member in struct:__anon2272
113 pWpaCore->WpaSupplParams.mode = IEEE80211_MODE_INFRA; /* Default is Infrastructure mode */
229 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - WpaCore_SetAuthMode - unknown authentication mode (%d)!!!\n", AuthMode);
503 pWpaCore->WpaSupplParams.mode = IEEE80211_MODE_IBSS;
506 pWpaCore->WpaSupplParams.mode = IEEE80211_MODE_INFRA;
509 pWpaCore->WpaSupplParams.mode = IEEE80211_MODE_INFRA;
520 switch(pWpaCore->WpaSupplParams.mode)
589 /* set mode of the new network block */
590 os_sprintf(cmd, (PS8)"SET_NETWORK %d mode
[all...]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DadmCtrl.c84 TI_STATUS admCtrl_setNetworkMode(admCtrl_t *pAdmCtrl, ERsnNetworkMode mode);
365 * admCtrl_setNetworkMode - Change current network mode.
369 * Change current network mode.
374 * I - mode - network association mode (Infustrucure/IBSS) \n
382 TI_STATUS admCtrl_setNetworkMode(admCtrl_t *pAdmCtrl, ERsnNetworkMode mode) argument
384 pAdmCtrl->networkMode = mode;
846 /* This table presents supported pairs of auth.mode/cipher type */
857 {RSN_EXT_AUTH_MODE_WPANONE, TWD_CIPHER_NONE}, /* No encryption in IBSS mode */
876 * I - authEncrCapability - ptr to list of auth.mode/ciphe
[all...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DFmRadio.java348 public boolean rxSetMonoStereoMode(int mode) { argument
353 return mService.rxSetMonoStereoMode(mode);
365 public boolean rxSetMonoStereoMode_nb(int mode) { argument
370 return mService.rxSetMonoStereoMode_nb(mode);
1267 public boolean rxSetRdsAfSwitchMode(int mode) { argument
1272 return mService.rxSetRdsAfSwitchMode(mode);
1284 public boolean rxSetRdsAfSwitchMode_nb(int mode) { argument
1289 return mService.rxSetRdsAfSwitchMode_nb(mode);
1544 public boolean txSetRdsTransmissionMode(int mode) { argument
1549 return mService.txSetRdsTransmissionMode(mode);
1595 txSetMonoStereoMode(int mode) argument
[all...]

Completed in 344 milliseconds

12345678