Searched refs:mode (Results 26 - 50 of 182) sorted by relevance

12345678

/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCameraStream.h142 camera_mode_t mode);
182 camera_mode_t mode);
205 camera_mode_t mode);
248 camera_mode_t mode);
257 camera_mode_t mode);
285 camera_mode_t mode);
294 camera_mode_t mode);
/hardware/ti/wlan/wl1271/Test/
H A DscrDbg.c178 WLAN_OS_REPORT(("1707 - Change SCR mode\n"));
238 * \brief Change the SCR mode.\n
242 * \param mode - the mode to change to.\n
244 void changeMode( TI_HANDLE hScr, EScrModeId mode )
246 scr_setMode( hScr, mode );
247 WLAN_OS_REPORT(("SCR mode was changed to %s\n",
248 modeDesc[ mode ]));
264 WLAN_OS_REPORT( ("SCR current group:%s, mode: %s, serving channel owner:%s, periodic scan owner: %s "
/hardware/qcom/display/libexternal/
H A Dexternal.h53 int getModeOrder(int mode);
H A Dexternal.cpp193 // Parse this string to get mode(int)
277 int ExternalDisplay::getModeOrder(int mode) argument
279 switch (mode) {
318 // Get the best mode for the current HD TV
323 // for all the edid read, get the best mode
325 int mode = mEDIDModes[i]; local
326 int order = getModeOrder(mode);
329 bestMode = mode;
358 //If its a valid mode and its a new ID - update var_screeninfo
360 const struct disp_mode_timing_type *mode local
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp48 // 1. Find camera's scene mode LUT
57 // 2. Find scene mode entry in table
76 int mode = 0; local
87 mode = getLUTvalue_HALtoOMX( str, SceneLUT);
88 if ( mFirstTimeInit || ((str != NULL) && ( mParameters3A.SceneMode != mode )) ) {
89 if ( 0 <= mode ) {
90 mParameters3A.SceneMode = mode;
91 if ((mode == OMX_Manual) && (mFirstTimeInit == false)){//Auto mode
94 if ((mode !
[all...]
H A DOMXAlgo.cpp46 CAMHAL_LOGDB("Capture mode %s", params.get(TICameraParameters::KEY_CAP_MODE));
84 /// Configure IPP, LDCNSF, GBCE and GLBCE only in HQ mode
447 CAMHAL_LOGEB("Error while getting video stabilization mode 0x%x",
472 CAMHAL_LOGEB("Error while configuring video stabilization mode 0x%x", eError);
477 CAMHAL_LOGDA("Video stabilization mode configured successfully");
486 status_t OMXCameraAdapter::setGBCE(OMXCameraAdapter::BrightnessMode mode) argument
506 switch ( mode )
535 CAMHAL_LOGDB("GBCE configured successfully 0x%x", mode);
544 status_t OMXCameraAdapter::setGLBCE(OMXCameraAdapter::BrightnessMode mode) argument
563 switch ( mode )
601 setCaptureMode(OMXCameraAdapter::CaptureMode mode) argument
718 setLDC(OMXCameraAdapter::IPPMode mode) argument
769 setNSF(OMXCameraAdapter::IPPMode mode) argument
[all...]
/hardware/msm7k/liblights/
H A Dlights.c132 int mode = g_attention; local
134 if (mode == 7 && g_backlight) {
135 mode = 0;
137 ALOGV("%s g_backlight = %d, mode = %d, g_attention = %d\n",
138 __func__, g_backlight, mode, g_attention);
141 // can reset the timer on the breathing mode, which looks bad.
142 if (g_trackball == mode) {
146 return write_int(TRACKBALL_FILE, mode);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp248 dst->ctl.aa.mode = (enum aa_mode)(curr_entry.data.u8[0] + 1);
262 // skip locked mode
284 // skip locked mode
387 if (dst->ctl.aa.mode != AA_CONTROL_USE_SCENE_MODE)
405 dst->ctl.aa.mode = AA_CONTROL_USE_SCENE_MODE;
415 dst->ctl.noise.mode = PROCESSING_MODE_FAST;
417 dst->ctl.edge.mode = PROCESSING_MODE_FAST;
424 dst->ctl.aa.mode = AA_CONTROL_USE_SCENE_MODE;
434 dst->ctl.noise.mode = PROCESSING_MODE_FAST;
436 dst->ctl.edge.mode
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dpmemalloc.h79 virtual int open(const char* pathname, int flags, int mode) = 0;
140 virtual int open(const char* pathname, int flags, int mode) = 0;
H A Dgralloc.cpp103 virtual int open(const char* pathname, int flags, int mode) { argument
104 return ::open(pathname, flags, mode);
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
H A Ddriver_ti.c380 static int wpa_driver_tista_config_power_management(void *priv, TPowerMgr_PowerMode *mode, u8 is_set) argument
384 if(is_set) /* set power mode */
386 if((mode->PowerMode) < POWER_MODE_MAX)
389 mode, sizeof(TPowerMgr_PowerMode), NULL, 0))
391 wpa_printf(MSG_ERROR, "ERROR - Failed to set power mode");
401 else /* get power mode */
404 mode, sizeof(TPowerMgr_PowerMode)))
406 wpa_printf(MSG_ERROR, "ERROR - Failed to get power mode");
415 static int wpa_driver_tista_enable_bt_coe(void *priv, u32 mode) argument
418 u32 mode_set = mode;
449 wpa_driver_tista_get_bt_coe_status(void *priv, u32 *mode) argument
744 u32 mode; local
757 u32 mode; local
768 u32 mode; local
1267 wpa_driver_tista_set_mode(void *priv, int mode) argument
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Ddhdioctl.h97 uint mode; /* Test mode (type of test packets) */ member in struct:dhd_pktgen
116 #define DHD_IDLE_STOP (-1) /* Request SD clock be stopped (and use SD1 mode) */
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h101 uint mode; /* Test mode (type of test packets) */ member in struct:dhd_pktgen
120 #define DHD_IDLE_STOP (-1) /* Request SD clock be stopped (and use SD1 mode) */
/hardware/libhardware_legacy/qemu/
H A Dqemu.c157 int mode )
186 int mode )
205 if (qemu_channel_open_tty(channel, name, mode) == 0)
235 fd = open(channel->device, mode);
/hardware/qcom/camera/
H A DQCameraHWI_Record_7x27A.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
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
H A Dmcifcfunc.h43 * @param mode SMC mode affects the way SMC is handled
47 __smc(0) void smc(int32_t mode);
/hardware/qcom/audio/alsa_sound/
H A DAudioHardwareALSA.h278 status_t open(int mode);
335 status_t open(int mode);
407 status_t open(int mode);
470 * setMode is called when the audio mode changes. NORMAL mode is for
474 virtual status_t setMode(int mode);
525 int mode() function in class:android_audio_legacy::AudioHardwareALSA
546 void disableVoiceCall(char* verb, char* modifier, int mode, int device);
547 void enableVoiceCall(char* verb, char* modifier, int mode, int device);
H A DAudioHardwareALSA.cpp249 int newMode = mode();
302 status_t AudioHardwareALSA::setMode(int mode) argument
306 if (mode != mMode) {
307 status = AudioHardwareBase::setMode(mode);
310 if (mode == AudioSystem::MODE_IN_CALL) {
312 }else if (mode == AudioSystem::MODE_NORMAL) {
589 int newMode = mode();
779 ALOGV("openoutput: mALSADevice->route useCase %s mCurDevice %d mVoipStreamCount %d mode %d", it->useCase,mCurDevice,mVoipStreamCount, mode());
869 mALSADevice->route(&(*it), devices, mode());
1478 disableVoiceCall(char* verb, char* modifier, int mode, int device) argument
1501 enableVoiceCall(char* verb, char* modifier, int mode, int device) argument
[all...]
H A Dalsa_default.cpp78 static void s_set_voc_rec_mode(uint8_t mode);
171 property_get("persist.audio.fluence.mode",value,"0");
195 static void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode);
390 void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode) argument
399 ALOGD("%s: device %d mode:%d", __FUNCTION__, devices, mode);
401 if ((mode == AudioSystem::MODE_IN_CALL) || (mode == AudioSystem::MODE_IN_COMMUNICATION)) {
410 if (mode == AudioSystem::MODE_IN_CALL) {
412 } else if (mode
1180 s_route(alsa_handle_t *handle, uint32_t devices, int mode) argument
1615 s_set_voip_config(int mode, int rate) argument
1678 s_set_voc_rec_mode(uint8_t mode) argument
[all...]
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp96 if (pstConfig->mode == MODE_ENCODE)
104 if (pstConfig->mode == MODE_ENCODE) {
112 if (pstConfig->mode == MODE_ENCODE) {
155 if (pstConfig->mode == MODE_ENCODE)
163 if (pstConfig->mode == MODE_ENCODE)
253 (t_stJpegConfig.mode == MODE_ENCODE)) {
364 t_stJpegConfig.mode = eMode;
720 t_stJpegConfig.mode = eMode;
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpcAdapter.h74 setPositionMode(LocPositionMode mode, GpsPositionRecurrence recurrence,
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.h101 virtual int32_t dumpOutput(char * filename, char mode) = 0;
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h89 virtual status_t useBuffers(CameraMode mode, void* bufArr, int num, size_t length, unsigned int queueable);
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_helper.c182 camera_mode_t mode,
197 if(CAMERA_MODE_3D == mode) {
215 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/samsung_slsi/exynos5/libv4l2/
H A Dexynos_subdev.c47 mode_t mode = 0; local
51 mode = va_arg(ap, int);
53 fd = open(filename, oflag, mode);

Completed in 789 milliseconds

12345678