Searched refs:mode (Results 1 - 25 of 141) sorted by relevance

123456

/hardware/invensense/60xx/mlsdk/mllite/
H A DmlSetGyroBias.h40 inv_error_t inv_set_gyro_bias_in_hw_unit(const short *bias, int mode);
41 inv_error_t inv_set_gyro_bias_in_dps(const long *bias, int mode);
42 inv_error_t inv_set_gyro_bias_in_dps_float(const float *bias, int mode);
H A DmlSetGyroBias.c35 int mode; member in struct:__anon155
89 inv_error_t inv_set_gyro_bias_in_hw_unit(const short *bias, int mode) argument
99 sgb.mode = mode;
107 inv_error_t inv_set_gyro_bias_in_dps(const long *bias, int mode) argument
127 result = inv_set_gyro_bias_in_hw_unit(offset, mode);
131 inv_error_t inv_set_gyro_bias_in_dps_float(const float *bias, int mode) argument
139 result = inv_set_gyro_bias_in_dps(biasL, mode);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_rmnet.h27 #define RMNET_IS_MODE_QOS(mode) ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
29 #define RMNET_IS_MODE_IP(mode) ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_rmnet.h17 /* Bitmap macros for RmNET driver operation mode. */
26 #define RMNET_IS_MODE_QOS(mode) \
27 ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
28 #define RMNET_IS_MODE_IP(mode) \
29 ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
40 RMNET_IOCTL_GET_OPMODE = 0x000089F7, /* Get operation mode */
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_rmnet.h27 #define RMNET_IS_MODE_QOS(mode) ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
29 #define RMNET_IS_MODE_IP(mode) ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_rmnet.h4 /* Bitmap macros for RmNET driver operation mode. */
13 #define RMNET_IS_MODE_QOS(mode) \
14 ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
15 #define RMNET_IS_MODE_IP(mode) \
16 ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
27 RMNET_IOCTL_GET_OPMODE = 0x000089F7, /* Get operation mode */
/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp54 static const char* displayMode(int mode) argument
56 if ((mode < AudioSystem::MODE_INVALID) || (mode >= AudioSystem::NUM_MODES))
58 return routingModeStrings[mode+3];
86 status_t AudioHardwareBase::setMode(int mode) argument
89 ALOGD("setMode(%s)", displayMode(mode));
91 if ((mode < 0) || (mode >= AudioSystem::NUM_MODES))
93 if (mMode == mode)
95 mMode = mode;
[all...]
/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);
55 /** returns true if the given mode maps to a telephony or VoIP call is in progress */
56 virtual bool isModeInCall(int mode) argument
57 { return ((mode == AudioSystem::MODE_IN_CALL)
58 || (mode == AudioSystem::MODE_IN_COMMUNICATION)); };
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl40 boolean rxSetMonoStereoMode(int mode);
41 boolean rxSetMonoStereoMode_nb(int mode);
83 boolean rxSetRdsAfSwitchMode(int mode);
84 boolean rxSetRdsAfSwitchMode_nb(int mode);
112 boolean txSetRdsTransmissionMode(int mode);
117 boolean txSetMonoStereoMode(int mode);
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/
H A Dmag_disturb.h20 void inv_track_dip_angle(int mode, float currdip);
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211_nl.c79 int mode = atoi(cmd + 11); local
80 if (mode == BLUETOOTH_COEXISTENCE_MODE_DISABLED) { /* disable BT-coex */
82 } else if (mode == BLUETOOTH_COEXISTENCE_MODE_SENSE) { /* enable BT-coex */
85 wpa_printf(MSG_DEBUG, "invalid btcoex mode: %d", mode);
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp95 * mode set thru adb shell */
96 int mode = getUserMode(); local
97 if (mode == -1) {
98 //Get the best mode and set
99 mode = getBestMode();
101 setResolution(mode);
188 // Populate the mode table for supported modes
355 const msm_hdmi_mode_timing_info* mode)
362 (mode->video_format << 16);
366 info.xres = mode
354 setDisplayTiming(struct fb_var_screeninfo &info, const msm_hdmi_mode_timing_info* mode) argument
481 getModeOrder(int mode) argument
543 int mode = atoi(property_value); local
559 int mode = mEDIDModes[i]; local
616 const struct msm_hdmi_mode_timing_info *mode = local
[all...]
H A Dexternal.h69 int getModeOrder(int mode);
72 bool isInterlacedMode(int mode);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c25 OMX_U8 mode; local
74 DOMX_ERROR("errno from setting secure mode = %x",errno);
78 DOMX_ERROR("Setting unsecure mode failed");
90 ret = read(pComponentPrivate->secure_misc_drv_fd, &mode, sizeof(mode));
91 PROXY_assert(mode == enable, OMX_ErrorUndefined,"ERROR: We are not in secure mode");
92 DOMX_DEBUG("secure mode recieved from Misc driver for secure playback = 0x%x\n", mode);
136 DOMX_ERROR("Setting unsecure mode faile
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A Dfimc-is-metadata.h209 enum processing_mode mode; member in struct:camera2_hotpixel_ctl
212 enum processing_mode mode; member in struct:camera2_hotpixel_dm
216 enum processing_mode mode; member in struct:camera2_demosaic_ctl
220 enum processing_mode mode; member in struct:camera2_demosaic_dm
224 enum processing_mode mode; member in struct:camera2_noisereduction_ctl
229 enum processing_mode mode; member in struct:camera2_noisereduction_dm
234 enum processing_mode mode; member in struct:camera2_shading_ctl
237 enum processing_mode mode; member in struct:camera2_shading_dm
241 enum processing_mode mode; member in struct:camera2_geometric_ctl
245 enum processing_mode mode; member in struct:camera2_geometric_dm
265 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_ctl
274 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_dm
296 enum tonemap_mode mode; member in struct:camera2_tonemap_ctl
304 enum tonemap_mode mode; member in struct:camera2_tonemap_dm
315 enum processing_mode mode; member in struct:camera2_edge_ctl
320 enum processing_mode mode; member in struct:camera2_edge_dm
581 enum aa_mode mode; member in struct:camera2_aa_ctl
604 enum aa_mode mode; member in struct:camera2_aa_dm
[all...]
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimc-is-metadata.h227 enum processing_mode mode; member in struct:camera2_hotpixel_ctl
231 enum processing_mode mode; member in struct:camera2_hotpixel_dm
239 enum processing_mode mode; member in struct:camera2_demosaic_ctl
243 enum processing_mode mode; member in struct:camera2_demosaic_dm
251 enum processing_mode mode; member in struct:camera2_noisereduction_ctl
256 enum processing_mode mode; member in struct:camera2_noisereduction_dm
265 enum processing_mode mode; member in struct:camera2_shading_ctl
269 enum processing_mode mode; member in struct:camera2_shading_dm
277 enum processing_mode mode; member in struct:camera2_geometric_ctl
281 enum processing_mode mode; member in struct:camera2_geometric_dm
304 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_ctl
312 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_dm
337 enum tonemap_mode mode; member in struct:camera2_tonemap_ctl
345 enum tonemap_mode mode; member in struct:camera2_tonemap_dm
359 enum processing_mode mode; member in struct:camera2_edge_ctl
364 enum processing_mode mode; member in struct:camera2_edge_dm
627 enum aa_mode mode; member in struct:camera2_aa_ctl
650 enum aa_mode mode; member in struct:camera2_aa_dm
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c98 /* mode 0: search for which chip in the system and fill sysfs path
99 mode 1: return event number
101 static int parsing_proc_input(int mode, char *name){ argument
136 if (mode == 0){
144 } else if (mode != 0){
151 if(mode == 0){
165 } else if(mode == 1){
179 } else if (mode == 2) {
204 if(0 == mode)
206 if (mode
[all...]
/hardware/libhardware_legacy/
H A Dqemu.h55 int mode );
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.h66 int getModeOrder(int mode);
69 bool isInterlacedMode(int mode);
H A Dexternal.cpp93 * mode set thru adb shell */
94 int mode = getUserMode(); local
95 if (mode == -1) {
96 //Get the best mode and set
97 mode = getBestMode();
99 setResolution(mode);
390 // Parse this string to get mode(int)
483 int ExternalDisplay::getModeOrder(int mode) argument
487 switch (mode) {
526 /// Returns the user mode se
531 int mode = atoi(property_value); local
547 int mode = mEDIDModes[i]; local
603 const struct disp_mode_timing_type *mode = local
[all...]
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.h66 int getModeOrder(int mode);
69 bool isInterlacedMode(int mode);
H A Dexternal.cpp93 * mode set thru adb shell */
94 int mode = getUserMode(); local
95 if (mode == -1) {
96 //Get the best mode and set
97 mode = getBestMode();
99 setResolution(mode);
390 // Parse this string to get mode(int)
483 int ExternalDisplay::getModeOrder(int mode) argument
487 switch (mode) {
526 /// Returns the user mode se
531 int mode = atoi(property_value); local
547 int mode = mEDIDModes[i]; local
603 const struct disp_mode_timing_type *mode = local
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c109 /* mode 0: search for which chip in the system and fill sysfs path
110 mode 1: return event number
112 static int parsing_proc_input(int mode, char *name){ argument
147 if (mode == 0){
155 } else if (mode != 0){
162 if(mode == 0){
176 } else if(mode == 1){
190 } else if (mode == 2) {
215 if(0 == mode)
217 if (mode
[all...]
/hardware/akm/AK8975_FS/akmdfs/
H A DAK8975Driver.h94 int16_t AKD_SetMode(const BYTE mode);
/hardware/qcom/msm8x74/kernel-headers/video/
H A Dmsm_hdmi_modes.h196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
197 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0)

Completed in 4527 milliseconds

123456