Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_MixSoft_1St_2i_D16C31_SAT.c33 #define FALSE 0 macro
147 HardMixing = FALSE; in LVC_MixSoft_1St_MC_float_SAT()
163 HardMixing = FALSE; in LVC_MixSoft_1St_MC_float_SAT()
167 if (HardMixing == FALSE) in LVC_MixSoft_1St_MC_float_SAT()
206 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixSoft_1St_MC_float_SAT()
224 ptrInstance->MixerStream[1].CallbackSet = FALSE; in LVC_MixSoft_1St_MC_float_SAT()
271 HardMixing = FALSE; in LVC_MixSoft_1St_2i_D16C31_SAT()
292 HardMixing = FALSE; in LVC_MixSoft_1St_2i_D16C31_SAT()
296 if(HardMixing == FALSE) in LVC_MixSoft_1St_2i_D16C31_SAT()
337 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixSoft_1St_2i_D16C31_SAT()
[all …]
DMixInSoft_D32C31_SAT.c30 #define FALSE 0 macro
58 HardMixing = FALSE; in MixInSoft_D32C31_SAT()
90 pInstance->CallbackSet = FALSE; in MixInSoft_D32C31_SAT()
121 HardMixing = FALSE; in MixInSoft_D32C31_SAT()
151 pInstance->CallbackSet = FALSE; in MixInSoft_D32C31_SAT()
DMixSoft_1St_D32C31_WRA.c30 #define FALSE 0 macro
60 HardMixing = FALSE; in MixSoft_1St_D32C31_WRA()
89 pInstance->CallbackSet = FALSE; in MixSoft_1St_D32C31_WRA()
120 HardMixing = FALSE; in MixSoft_1St_D32C31_WRA()
148 pInstance->CallbackSet = FALSE; in MixSoft_1St_D32C31_WRA()
DLVC_MixSoft_1St_D16C31_SAT.c31 #define FALSE 0 macro
65 HardMixing = FALSE; in LVC_MixSoft_1St_D16C31_SAT()
96 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixSoft_1St_D16C31_SAT()
153 HardMixing = FALSE; in LVC_MixSoft_Mc_D16C31_SAT()
188 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixSoft_Mc_D16C31_SAT()
228 HardMixing = FALSE; in LVC_MixSoft_1St_D16C31_SAT()
268 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixSoft_1St_D16C31_SAT()
DLVC_MixInSoft_D16C31_SAT.c31 #define FALSE 0 macro
65 HardMixing = FALSE; in LVC_MixInSoft_D16C31_SAT()
98 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixInSoft_D16C31_SAT()
159 HardMixing = FALSE; in LVC_MixInSoft_Mc_D16C31_SAT()
199 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixInSoft_Mc_D16C31_SAT()
240 HardMixing = FALSE; in LVC_MixInSoft_D16C31_SAT()
280 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixInSoft_D16C31_SAT()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
DFwdLockGlue.c30 #define FALSE 0 macro
35 static int isInitialized = FALSE;
55 result = FALSE; in FwdLockGlue_CreateDirectories()
62 result = FALSE; in FwdLockGlue_CreateDirectories()
99 isInitialized = FALSE; in FwdLockGlue_InitializeRoundKeys()
119 return FALSE; in FwdLockGlue_ValidatePadding()
152 int result = FALSE; in FwdLockGlue_EncryptKey()
174 int result = FALSE; in FwdLockGlue_DecryptKey()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c33 #define FALSE 0 macro
182 result = FALSE; in FwdLockFile_DeriveKeys()
188 result = FALSE; in FwdLockFile_DeriveKeys()
195 result = FALSE; in FwdLockFile_DeriveKeys()
262 int isSuccess = FALSE; in FwdLockFile_attach()
373 result = FALSE; in FwdLockFile_CheckDataIntegrity()
380 result = FALSE; in FwdLockFile_CheckDataIntegrity()
385 result = FALSE; in FwdLockFile_CheckDataIntegrity()
394 result = FALSE; in FwdLockFile_CheckDataIntegrity()
414 result = FALSE; in FwdLockFile_CheckHeaderIntegrity()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dbgnscd.cpp71 #define FALSE 0 macro
524 inbgNoise = FALSE; in Bgn_scd()
550 prevVoiced = FALSE; in Bgn_scd()
565 prevVoiced = FALSE; in Bgn_scd()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dprotobuf-config-version.cmake.in21 set(PACKAGE_VERSION_COMPATIBLE FALSE)
23 set(PACKAGE_VERSION_COMPATIBLE FALSE)
28 set(PACKAGE_VERSION_COMPATIBLE FALSE)
33 set(PACKAGE_VERSION_COMPATIBLE FALSE)
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dgsm_amr_typedefs.h99 #ifndef FALSE
100 #define FALSE 0 macro
Dvad2.h90 #define FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h138 #ifndef FALSE
139 #define FALSE 0 macro
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DTestPredicatesTest.java83 private static final Predicate<Object> FALSE = new Predicate<Object>() { field in TestPredicatesTest
90 assertTrue(TestPredicates.not(FALSE).apply(null)); in testNotPredicate()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DDetectTvSystemAudioModeSupportActionTest.java122 assertEquals(Boolean.FALSE, mSupported); in testSendCecCommandNotSucceed()
131 assertEquals(Boolean.FALSE, mSupported); in testFeatureAbort()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisablerTest.java61 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.FALSE); in shouldEnableQuickSetting_afterDeactiviate()
68 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.FALSE); in shouldDisableQuickSetting_afteActiviate()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBArrayTests.m2415 //%PDDM-EXPAND ARRAY_TESTS(Bool, BOOL, TRUE, TRUE, FALSE, FALSE)
2462 static const BOOL kValues[] = { TRUE, TRUE, FALSE, FALSE };
2470 XCTAssertEqual([array valueAtIndex:2], FALSE);
2471 XCTAssertEqual([array valueAtIndex:3], FALSE);
2514 const BOOL kValues1[] = { TRUE, TRUE, FALSE };
2515 const BOOL kValues2[] = { TRUE, FALSE, FALSE };
2516 const BOOL kValues3[] = { TRUE, TRUE, FALSE, FALSE };
2552 const BOOL kValues[] = { TRUE, TRUE, FALSE, FALSE };
2569 const BOOL kValues[] = { TRUE, TRUE, FALSE, FALSE };
2592 const BOOL kValues1[] = { TRUE, FALSE };
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Ddcac_prediction.cpp49 int flag_0 = FALSE, flag_1 = FALSE; in doDCACPrediction()
220 int flag_0 = FALSE, flag_1 = FALSE; in doDCACPrediction_I()
Dmp4def.h39 #define FALSE 0 macro
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp81 #define BOOL_SUBSTITUTE(TYPENAME) enum class TYPENAME : bool { FALSE = false, TRUE = true };
327 IsPhysicalDisplayId<DisplayIdType>{} ? Virtual::FALSE : Virtual::TRUE;
502 : DisplayVariant<PhysicalDisplayId<PhysicalDisplay>, width, height, critical, Async::FALSE,
506 critical, Async::FALSE, Secure::TRUE,
520 static constexpr Primary PRIMARY = Primary::FALSE;
527 static constexpr Primary PRIMARY = Primary::FALSE;
538 PhysicalDisplayVariant<1002, ExternalDisplay<false>, 1920, 1280, Critical::FALSE>;
541 PhysicalDisplayVariant<1003, TertiaryDisplay, 1600, 1200, Critical::FALSE>;
548 : DisplayVariant<NoDisplayId, width, height, Critical::FALSE, Async::TRUE, secure,
549 Primary::FALSE, GRALLOC_USAGE_NONHWC_VIRTUAL_DISPLAY> {
[all …]
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DDecoder.java43 return mBuf.get() == 0 ? Boolean.FALSE : Boolean.TRUE; in readObject()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4def.h111 #define FALSE 0 macro
/frameworks/minikin/libs/minikin/
DLocaleListCache.cpp70 outLength = uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr); in toLanguageTag()
/frameworks/av/camera/include/camera/
DCameraParameters.h543 static const char FALSE[]; variable
/frameworks/base/services/core/java/com/android/server/hdmi/
DConstants.java164 static final int FALSE = 0; field in Constants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java88 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null); in stopRingbackTone()
119 Pair<Connection, Boolean> result = new Pair<Connection, Boolean>(cn, Boolean.FALSE); in stopOnHoldTone()

123