Searched refs:mode (Results 76 - 100 of 182) sorted by relevance

12345678

/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.h43 virtual status_t setMode(int mode);
H A DA2dpAudioInterface.cpp118 status_t A2dpAudioInterface::setMode(int mode) argument
120 return mHardwareInterface->setMode(mode);
H A DAudioDumpInterface.cpp246 status_t AudioDumpInterface::setMode(int mode) argument
248 return mFinalInterface->setMode(mode);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h92 * Put the audio hardware output into standby mode. Returns
161 * Put the audio hardware input into standby mode. Returns
228 * setMode is called when the audio mode changes. NORMAL mode is for
232 virtual status_t setMode(int mode) = 0;
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.h62 virtual status_t setMode(int mode);
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Record.cpp43 camera_mode_t mode)
46 QCameraStream* pme = new QCameraStream_record(cameraId, mode);
69 camera_mode_t mode)
70 :QCameraStream(cameraId,mode),
42 createInstance(int cameraId, camera_mode_t mode) argument
68 QCameraStream_record(int cameraId, camera_mode_t mode) argument
H A DQCameraHWI.cpp131 QCameraHardwareInterface(int cameraId, int mode) argument
256 /* set my mode - update myMode member variable due to difference in
258 setMyMode(mode);
557 void QCameraHardwareInterface::setMyMode(int mode) argument
560 if (mode & CAMERA_SUPPORT_MODE_3D) {
563 /* default mode is 2D */
567 if (mode & CAMERA_SUPPORT_MODE_ZSL) {
572 LOGI("setMyMode: Set mode to %d (passed mode: %d)", myMode, mode);
576 createInstance(int cameraId, int mode) argument
598 QCameraHAL_openCameraHardware(int cameraId, int mode) argument
[all...]
/hardware/qcom/camera/QCamera/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h122 camera_mode_t mode,
/hardware/qcom/camera/
H A DQCameraHWI_Record.cpp42 camera_mode_t mode)
45 QCameraStream* pme = new QCameraStream_record(cameraId, mode);
68 camera_mode_t mode)
69 :QCameraStream(cameraId,mode),
41 createInstance(int cameraId, camera_mode_t mode) argument
67 QCameraStream_record(int cameraId, camera_mode_t mode) argument
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.h148 LocPositionMode mode, GpsPositionRecurrence recurrence,
/hardware/samsung_slsi/exynos5/include/
H A DExynosJpegApi.h89 int mode; member in struct:ExynosJpegBase::CONFIG
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c196 OMX_U8 mode, enable=1; local
250 ret = read(secure_misc_drv_fd, &mode, sizeof(mode));
255 if(mode == enable && strstr(cComponentName,"secure") == NULL)
257 TIMM_OSAL_Error("non-secure component not supported in secure mode");
267 //This provides a clean exit in case we are in secure mode.
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
H A Dcu_osapi.h89 PVOID os_fopen (const PS8 path, os_fopen_mode_e mode);
/hardware/qcom/camera/QCamera/HAL2/core/src/
H A DQCameraStream.cpp143 ALOGE("%s: Skipping Q Buf for HDR mode",__func__);
362 camera_mode_t mode)
363 :myMode(mode)
357 QCameraStream(uint32_t CameraHandle, uint32_t ChannelId, uint32_t Width, uint32_t Height, mm_camera_vtbl_t *mm_ops, camera_mode_t mode) argument
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h405 virtual status_t useBuffers(CameraMode mode, void* bufArr, int num, size_t length, unsigned int queueable);
534 status_t setNSF(OMXCameraAdapter::IPPMode mode);
537 status_t setLDC(OMXCameraAdapter::IPPMode mode);
540 status_t setGLBCE(OMXCameraAdapter::BrightnessMode mode);
543 status_t setGBCE(OMXCameraAdapter::BrightnessMode mode);
625 //Sets eithter HQ or HS mode and the frame count
626 status_t setCaptureMode(OMXCameraAdapter::CaptureMode mode);
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmRxNative.cpp548 V4L2_JBTL_LOGD("Failed to set stereo/mono mode\n");
565 unsigned char mode; local
572 V4L2_JBTL_LOGD("Failed to get stereo/mono mode\n");
575 mode = vt.audmode;
577 V4L2_JBTL_LOGD("%d mode\n",mode);
578 nativeJFmRx_Callback(jContext,status, FM_RX_CMD_GET_MONO_STEREO_MODE,mode);
599 V4L2_JBTL_LOGD("Failed to set mute mode\n");
620 V4L2_JBTL_LOGD("Failed to get mute mode\n");
779 V4L2_JBTL_LOGD("Set to De-emphasis %d mode\
791 unsigned char mode; local
1125 unsigned char mode; local
[all...]
/hardware/qcom/audio/alsa_sound/
H A DAudioStreamInALSA.cpp136 int newMode = mParent->mode();
258 mHandle->module->route(mHandle, AudioSystem::DEVICE_IN_PROXY , mParent->mode());
263 mHandle->module->route(mHandle, mDevices , mParent->mode());
473 status_t AudioStreamInALSA::open(int mode) argument
477 status_t status = ALSAStreamOps::open(mode);
/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng.cpp65 static int loc_eng_set_position_mode(GpsPositionMode mode, GpsPositionRecurrence recurrence,
381 LOGD ("loc_eng_set_gps_lock mode, client = %d, lock_type = %d\n",
395 LOGD ("loc_eng_set_gps_lock mode failed\n");
405 Sets the mode and fix frequency for the tracking session.
417 static int loc_eng_set_position_mode(GpsPositionMode mode, GpsPositionRecurrence recurrence, argument
424 LOGD ("loc_eng_set_position mode, client = %d, interval = %d, mode = %d\n",
425 (int32) loc_eng_data.client_handle, min_interval, mode);
427 loc_eng_data.position_mode = mode;
434 switch (mode) {
[all...]
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_v4l2.c80 mode_t mode = 0; local
84 mode = va_arg(ap, int);
86 fd = open(filename, oflag, mode);
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCmdIE.c67 * PerRxStart = Start or resume the PER measurement. This function will put the device in promiscuous mode, and resume counters update.
669 pCmd->mode = ENDIAN_HANDLE_WORD((TI_UINT16)pNoiseHistParams->cmd);
700 pCmd->mode = 1;
704 pCmd->mode = 0;
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A D802.11.h356 uint8 mode; member in struct:dot11_channel_switch
375 uint8 mode; member in struct:dot11_csa_body
466 uint8 mode; member in struct:dot11_meas_req
481 uint8 mode; member in struct:dot11_meas_rep
1193 uint8 mode; member in struct:dot11_rm_ie
1215 uint8 mode; member in struct:dot11_rmreq_bcn
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h362 uint8 mode; member in struct:dot11_channel_switch
381 uint8 mode; member in struct:dot11_csa_body
493 uint8 mode; member in struct:dot11_meas_req
508 uint8 mode; member in struct:dot11_meas_rep
1275 uint8 mode; member in struct:dot11_rm_ie
1297 uint8 mode; member in struct:dot11_rmreq_bcn
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera.c95 static int32_t mm_camera_ctrl_set_whitebalance (mm_camera_obj_t *my_obj, int mode) { argument
100 switch(mode) {
111 if(mode == WHITE_BALANCE_DAYLIGHT) value = 6500;
112 else if(mode == WHITE_BALANCE_INCANDESCENT) value = 2800;
113 else if(mode == WHITE_BALANCE_FLUORESCENT ) value = 4200;
114 else if(mode == WHITE_BALANCE_CLOUDY) value = 7500;
210 /* if success update mode field */
917 CDBG("%s:CAPTURE mode STREAMOFF rc=%d\n",__func__, rc);
930 CDBG("%s:VIDEO mode STREAMOFF rc=%d\n",__func__, rc);
971 CDBG("%s: not allowed in existing op mode
[all...]
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DassocSM.c1067 EDot11Mode mode; local
1144 mode = param.content.siteMgrDot11OperationalMode;
1149 if(mode == DOT11_G_MODE)
1257 EDot11Mode mode; local
1275 /* get operational mode */
1279 mode = param.content.siteMgrDot11OperationalMode;
1296 if(mode != DOT11_G_MODE || ofdmIndex == len )
/hardware/qcom/camera/QCamera/HAL/wrapper/
H A DQualcommCamera.cpp185 int mode = 0; // TODO: need to add 3d/2d mode, etc local
200 camHal->hardware = new QCameraHardwareInterface(cameraId, mode); //HAL_openCameraHardware(cameraId);

Completed in 1269 milliseconds

12345678