Searched refs:FALSE (Results 1 - 25 of 88) sorted by relevance

1234

/hardware/qcom/bt/libbt-vendor/include/
H A Dbt_vendor_qcom.h25 #ifndef FALSE
26 #define FALSE 0 macro
30 #define TRUE (!FALSE)
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dqtypes.h48 #ifdef FALSE
49 #undef FALSE macro
53 #define FALSE 0 /* Boolean false value. */ macro
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h48 #ifdef FALSE
49 #undef FALSE macro
53 #define FALSE 0 /* Boolean false value. */ macro
/hardware/broadcom/libbt/include/
H A Dbt_vendor_brcm.h40 #ifndef FALSE
41 #define FALSE 0 macro
45 #define TRUE (!FALSE)
49 #define VENDOR_LIB_RUNTIME_TUNING_ENABLED FALSE
87 * -FALSE- (default value)
100 #define USE_CONTROLLER_BDADDR FALSE
202 #define BT_WAKE_VIA_USERIAL_IOCTL FALSE
210 #define BT_WAKE_VIA_PROC FALSE
216 with desired SCO configuration, set this FALSE to bypass configuration
224 #define SCO_USE_I2S_INTERFACE FALSE
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_config.h29 #define FALSE (0) macro
/hardware/qcom/bt/libbt-vendor/src/
H A Dhardware.c71 return FALSE;
78 return FALSE;
94 return (i==0)? FALSE:TRUE;
H A Dbt_vendor_qcom.c177 #if (HW_NEED_END_WITH_HCI_RESET == FALSE)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dtypedefs.h35 * preprocessor symbols (TRUE, FALSE, NULL, ...).
51 #ifndef FALSE
52 #define FALSE false macro
256 #ifndef FALSE
257 #define FALSE 0 macro
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h40 #define FALSE 0 macro
H A Dqomx_core.c191 if (FALSE == p_core_comp->open) {
277 return FALSE;
294 return FALSE;
317 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
338 p_core_comp->open = FALSE;
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dpkcs11_global.c133 return FALSE;
156 return FALSE;
161 return FALSE;
169 return FALSE;
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml_mputest.c140 return inv_self_test_factory_calibrate(inv_get_serial_handle(), FALSE);
153 return inv_self_test_factory_calibrate(inv_get_serial_handle(), FALSE);
H A Dpressure.c93 return FALSE;
H A Daccel.c92 return FALSE;
/hardware/ti/omap4xxx/camera/inc/
H A DNV12_resize.h49 Define : TRUE/FALSE for boolean operations
56 #ifndef FALSE
57 #define FALSE 0 macro
130 * Value Returned : mmBool -> FALSE on error TRUE on success
/hardware/broadcom/libbt/src/
H A Dbt_vendor_brcm.c35 #define BTVND_DBG FALSE
107 ALOGW("** with VENDOR_LIB_RUNTIME_TUNING_ENABLED=FALSE and ");
204 TRUE : FALSE;
212 #if (HW_END_WITH_HCI_RESET == FALSE)
H A Dupio.c44 #define UPIO_DBG FALSE
196 lpm_proc_cb.btwrite_active = FALSE;
236 lpm_proc_cb.timer_created = FALSE;
366 lpm_proc_cb.timer_created = FALSE;
380 if (lpm_proc_cb.timer_created == FALSE)
H A Dhardware.c53 #define BTHW_DBG FALSE
186 #if (!defined(SCO_USE_I2S_INTERFACE) || (SCO_USE_I2S_INTERFACE == FALSE))
393 ** Returns TRUE when found the target patch file, otherwise FALSE
401 uint8_t retval = FALSE;
471 if (retval == FALSE)
512 ** FALSE, otherwise
517 uint8_t retval = FALSE;
550 ** FALSE, otherwise
555 uint8_t retval = FALSE;
587 uint8_t is_proceeding = FALSE;
[all...]
/hardware/ti/omap3/dspbridge/inc/
H A Ddbtype.h76 #ifndef FALSE
77 #define FALSE 0 macro
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Ddbtype.h76 #ifndef FALSE
77 #define FALSE 0 macro
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp201 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_START_DATA_PROC, FALSE, FALSE);
254 m_bThumbnailNeeded = FALSE;
376 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE);
395 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE);
425 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE);
444 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALS
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c70 typedef enum {FALSE, TRUE} boolean; enumerator in enum:__anon2073
116 /*typedef enum {FALSE, TRUE} boolean;*/
212 if (bFlag == FALSE) {
294 if (bFlag == FALSE) {
300 if (bFlag == FALSE) {
329 if (bFlag == FALSE) {
335 if (bFlag == FALSE) {
567 if (checkInputParameters (nArgc) == FALSE) {
568 return (FALSE);
577 return (FALSE);
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dminiopt.c64 t->positional = FALSE;
68 t->good_int = FALSE;
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmltypes.h122 #ifndef FALSE
123 #define FALSE 0 macro
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_config.c56 sConfig->debug = FALSE;
57 sConfig->detailed_debug = FALSE;
180 int ignore = FALSE;
211 ignore = FALSE;

Completed in 1626 milliseconds

1234