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

/frameworks/base/media/libdrm/mobile1/include/
H A Ddrm_common_types.h35 #ifndef FALSE
36 #define FALSE 0 macro
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_MixInSoft_D16C31_SAT.c31 #define FALSE 0 macro
63 HardMixing = FALSE;
103 ptrInstance->MixerStream[0].CallbackSet = FALSE;
H A DLVC_MixSoft_1St_D16C31_SAT.c31 #define FALSE 0 macro
63 HardMixing = FALSE;
103 ptrInstance->MixerStream[0].CallbackSet = FALSE;
H A DMixInSoft_D32C31_SAT.c30 #define FALSE 0 macro
57 HardMixing = FALSE;
87 pInstance->CallbackSet = FALSE;
H A DMixSoft_1St_D32C31_WRA.c30 #define FALSE 0 macro
59 HardMixing = FALSE;
87 pInstance->CallbackSet = FALSE;
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c31 #define FALSE 0 macro
69 HardMixing = FALSE;
89 HardMixing = FALSE;
93 if(HardMixing == FALSE)
129 ptrInstance->MixerStream[0].CallbackSet = FALSE;
143 ptrInstance->MixerStream[1].CallbackSet = FALSE;
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DPredicatesTest.java32 private static final Predicate<Object> FALSE = new Predicate<Object>() { field in class:PredicatesTest
44 assertFalse(Predicates.and(newArrayList(FALSE, TRUE, TRUE)).apply(null));
45 assertFalse(Predicates.and(newArrayList(TRUE, FALSE, TRUE)).apply(null));
46 assertFalse(Predicates.and(newArrayList(TRUE, TRUE, FALSE)).apply(null));
54 assertFalse(Predicates.or(newArrayList(FALSE, FALSE, FALSE)).apply(null));
58 assertTrue(Predicates.or(newArrayList(TRUE, FALSE, FALSE)).apply(null));
59 assertTrue(Predicates.or(newArrayList(FALSE, TRU
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h99 #ifndef FALSE
100 #define FALSE 0 macro
H A Dvad2.h90 #define FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dpsy_const.h29 #define FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dbgnscd.cpp71 #define FALSE 0 macro
524 inbgNoise = FALSE;
550 prevVoiced = FALSE;
565 prevVoiced = FALSE;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h138 #ifndef FALSE
139 #define FALSE 0 macro
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c30 #define FALSE 0 macro
35 static int isInitialized = FALSE;
55 result = FALSE;
62 result = FALSE;
99 isInitialized = FALSE;
119 return FALSE;
152 int result = FALSE;
174 int result = FALSE;
/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java69 TRUE, FALSE, UNKNOWN; enum constant in enum:TextDirectionHeuristics.TriState
104 case FALSE:
130 return TriState.FALSE;
144 return TriState.FALSE;
209 case FALSE:
211 return TriState.FALSE;
220 return mLookForRtl ? TriState.FALSE : TriState.TRUE;
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VIFI_FiltersAPI.h76 #ifndef FALSE
77 #define FALSE 0 macro
78 #define TRUE !FALSE
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c33 #define FALSE 0 macro
179 result = FALSE;
185 result = FALSE;
192 result = FALSE;
259 int isSuccess = FALSE;
370 result = FALSE;
377 result = FALSE;
382 result = FALSE;
391 result = FALSE;
411 result = FALSE;
[all...]
/frameworks/base/core/java/android/util/
H A DJsonReader.java179 private static final String FALSE = "false"; field in class:JsonReader
1089 value = FALSE;
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VFL_transition.c275 #ifndef FALSE
276 #define FALSE 0 macro
277 #define TRUE !FALSE
302 if( (IS_EVEN(pPlaneIn1[0].u_height) == FALSE) ||
303 (IS_EVEN(pPlaneIn2[0].u_height) == FALSE) ||
304 (IS_EVEN(pPlaneOut[0].u_height) == FALSE) ||
312 if( (IS_EVEN(pPlaneIn1[0].u_width) == FALSE) ||
313 (IS_EVEN(pPlaneIn2[0].u_width) == FALSE) ||
314 (IS_EVEN(pPlaneOut[0].u_width) == FALSE) ||
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h39 #define FALSE 0 macro
/frameworks/av/include/camera/
H A DCameraParameters.h530 static const char FALSE[]; member in class:android::CameraParameters
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h111 #define FALSE 0 macro
/frameworks/av/camera/
H A DCameraParameters.cpp95 const char CameraParameters::FALSE[] = "false"; member in class:android::CameraParameters
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c32 #define FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h34 #define FALSE 0 macro
/frameworks/base/core/java/android/hardware/
H A DCamera.java1723 private static final String FALSE = "false"; field in class:Camera.Parameters
2762 set(KEY_AUTO_WHITEBALANCE_LOCK, FALSE);
3110 set(KEY_AUTO_EXPOSURE_LOCK, toggle ? TRUE : FALSE);
3180 set(KEY_AUTO_WHITEBALANCE_LOCK, toggle ? TRUE : FALSE);
3494 set(KEY_RECORDING_HINT, hint ? TRUE : FALSE);
3550 set(KEY_VIDEO_STABILIZATION, toggle ? TRUE : FALSE);

Completed in 1173 milliseconds