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

12345

/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/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_common_xdr.c14 return FALSE;
24 return FALSE;
34 return FALSE;
44 return FALSE;
54 return FALSE;
64 return FALSE;
74 return FALSE;
84 return FALSE;
94 return FALSE;
104 return FALSE;
[all...]
H A Dloc_api_cb_xdr.c14 return FALSE;
16 return FALSE;
18 return FALSE;
20 return FALSE;
30 return FALSE;
H A Dloc_api_xdr.c15 return FALSE;
25 return FALSE;
35 return FALSE;
37 return FALSE;
47 return FALSE;
57 return FALSE;
67 return FALSE;
77 return FALSE;
79 return FALSE;
81 return FALSE;
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_def.h35 #ifndef FALSE
36 #define FALSE 0 macro
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
H A Dloc_api_rpcgen_xdr.c43 return FALSE;
53 return FALSE;
63 return FALSE;
65 return FALSE;
75 return FALSE;
85 return FALSE;
95 return FALSE;
105 return FALSE;
107 return FALSE;
109 return FALSE;
[all...]
H A Dloc_api_rpcgen_common_xdr.c42 return FALSE;
52 return FALSE;
62 return FALSE;
72 return FALSE;
82 return FALSE;
92 return FALSE;
94 return FALSE;
96 return FALSE;
98 return FALSE;
100 return FALSE;
[all...]
H A Dloc_api_rpcgen_cb_xdr.c42 return FALSE;
44 return FALSE;
46 return FALSE;
48 return FALSE;
58 return 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/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_cb_xdr.c14 return FALSE;
16 return FALSE;
18 return FALSE;
20 return FALSE;
30 return FALSE;
H A Dloc_api_common_xdr.c14 return FALSE;
24 return FALSE;
34 return FALSE;
44 return FALSE;
54 return FALSE;
64 return FALSE;
74 return FALSE;
84 return FALSE;
94 return FALSE;
104 return FALSE;
[all...]
H A Dloc_api_xdr.c15 return FALSE;
25 return FALSE;
35 return FALSE;
37 return FALSE;
47 return FALSE;
57 return FALSE;
67 return FALSE;
77 return FALSE;
79 return FALSE;
81 return FALSE;
[all...]
/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_USERIAL_LDISC FALSE
218 #define BT_WAKE_VIA_PROC FALSE
222 #define BT_WAKE_VIA_PROC_NOTIFY_DEASSERT FALSE
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDefaults.cpp64 const char * OMXCameraAdapter::DEFAULT_VSTAB = android::CameraParameters::FALSE;
65 const char * OMXCameraAdapter::DEFAULT_VNF = android::CameraParameters::FALSE;
72 const char * OMXCameraAdapter::DEFAULT_AE_LOCK = android::CameraParameters::FALSE;
73 const char * OMXCameraAdapter::DEFAULT_AWB_LOCK = android::CameraParameters::FALSE;
/hardware/intel/img/psb_video/src/hwdefs/
H A Dcoreflags.h152 # define CBR_RC_MODE_POSSIBLE FALSE
158 # define VCM_RC_MODE_POSSIBLE FALSE
163 # define VBR_RC_MODE_POSSIBLE FALSE
168 # define ERC_RC_MODE_POSSIBLE FALSE
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_config.h29 #define FALSE (0) macro
/hardware/ti/omap4-aah/camera/inc/
H A DDecoder_libjpeg.h26 #undef FALSE macro
/hardware/qcom/bt/libbt-vendor/src/
H A Dhardware.c71 return FALSE;
78 return FALSE;
94 return (i==0)? FALSE:TRUE;
/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/gps/loc_api/libloc_api-rpc/inc/
H A Dloc_api_rpc_glue.h58 #define FALSE 0 macro
/hardware/ti/omap4-aah/security/tf_crypto_sst/
H A Dpkcs11_global.c133 return FALSE;
156 return FALSE;
161 return FALSE;
169 return 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);
/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

Completed in 1512 milliseconds

12345