/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
D | PrefixParser.cpp | 56 return add(in, IP_FAM::INVALID); in add() 60 return add(in, IP_FAM::INVALID); in add() 111 return makeBlankPrefix(IP_FAM::INVALID); in getFirstPrefix() 143 if (famHint == IP_FAM::INVALID) in add()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | PrefixParser.cpp | 56 return add(in, IP_FAM::INVALID); in add() 60 return add(in, IP_FAM::INVALID); in add() 111 return makeBlankPrefix(IP_FAM::INVALID); in getFirstPrefix() 137 if (famHint == IP_FAM::INVALID) in add()
|
/hardware/interfaces/wifi/1.2/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 69 INVALID = -2, enumerator 107 EXPECT_NE(INVALID, waitForCallbackType); // can't ASSERT in a in wait() 117 callbackType != INVALID && in wait() 478 callbackType = INVALID; in TEST_F() 513 callbackType = INVALID; in TEST_F()
|
/hardware/qcom/display/msm8909/libdisplayconfig/ |
D | DisplayConfig.cpp | 57 return IDisplayConfig::DisplayType::INVALID; in MapDisplayType() 78 return IDisplayConfig::DisplayExternalStatus::INVALID; in MapExternalStatus() 96 return IDisplayConfig::DisplayDynRefreshRateOp::INVALID; in MapDynRefreshRateOp()
|
/hardware/qcom/display/msm8909w_3100/libdisplayconfig/ |
D | DisplayConfig.cpp | 57 return IDisplayConfig::DisplayType::INVALID; in MapDisplayType() 78 return IDisplayConfig::DisplayExternalStatus::INVALID; in MapExternalStatus() 96 return IDisplayConfig::DisplayDynRefreshRateOp::INVALID; in MapDynRefreshRateOp()
|
/hardware/qcom/sdm845/display/libdisplayconfig/ |
D | DisplayConfig.cpp | 57 return IDisplayConfig::DisplayType::INVALID; in MapDisplayType() 78 return IDisplayConfig::DisplayExternalStatus::INVALID; in MapExternalStatus() 96 return IDisplayConfig::DisplayDynRefreshRateOp::INVALID; in MapDynRefreshRateOp()
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 62 INVALID = -2, enumerator 98 EXPECT_NE(INVALID, waitForCallbackType); // can't ASSERT in a non-void-returning method in wait() 105 if (waitForCallbackType != ANY_CALLBACK && callbackType != INVALID in wait() 472 callbackType = INVALID; in TEST_F()
|
/hardware/interfaces/renderscript/1.0/ |
D | types.hal | 126 INVALID = 10000, 139 INVALID = 100, 159 INVALID = 100,
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehiclePropConfigIndex_test.cpp | 51 ASSERT_FALSE(index.hasConfig(toInt(VehicleProperty::INVALID))); in TEST_F()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HALHeader.h | 55 INVALID, enumerator
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
D | IOffloadManager.h | 57 INVALID = 2 enumerator
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/inc/ |
D | IOffloadManager.h | 57 INVALID = 2 enumerator
|
/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/ |
D | VtsHalAudioControlV1_0TargetTest.cpp | 138 if (ctxt == ContextNumber::INVALID) { in TEST_F()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/ |
D | AudioPrimaryHidlHalTest.cpp | 68 for (AudioMode mode : {AudioMode::INVALID, AudioMode::CURRENT, AudioMode::CNT}) { in TEST_F()
|
/hardware/interfaces/automotive/audiocontrol/1.0/ |
D | types.hal | 24 INVALID = 0, /* Shouldn't be used */
|
/hardware/interfaces/keymaster/4.0/support/ |
D | key_param_output.cpp | 45 case TagType::INVALID: in operator <<()
|
D | authorization_set.cpp | 32 case TagType::INVALID: in keyParamLess() 65 case TagType::INVALID: in keyParamEqual() 99 if (prev->tag == Tag::INVALID) continue; in Deduplicate() 438 if (p.tag != Tag::INVALID) { in deserialize()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.cpp | 38 case TagType::INVALID: in keyParamLess() 72 case TagType::INVALID: in keyParamEqual() 106 if (prev->tag == Tag::INVALID) continue; in Deduplicate()
|
D | key_param_output.cpp | 73 case TagType::INVALID: in operator <<()
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Utils.cpp | 71 static_assert(RADIO_METADATA_TYPE_INVALID == static_cast<int>(MetadataType::INVALID), 82 static_assert(RADIO_METADATA_KEY_INVALID == static_cast<int>(MetadataKey::INVALID),
|
/hardware/nxp/secure_element/libese-spi/p73/lib/ |
D | phNxpEseProto7816_3.h | 77 INVALID, /*!< Frame type: Invalid */ enumerator
|
D | phNxpEseProto7816_3.cpp | 911 phNxpEseProto7816_3_Var.phNxpEseRx_Cntx.lastRcvdFrameType = INVALID; in phNxpEseProto7816_ProcessResponse() 938 phNxpEseProto7816_3_Var.phNxpEseRx_Cntx.lastRcvdFrameType = INVALID; in phNxpEseProto7816_ProcessResponse() 1159 phNxpEseProto7816_3_Var.phNxpEseRx_Cntx.lastRcvdFrameType = INVALID; in phNxpEseProto7816_ResetProtoParams() 1160 phNxpEseProto7816_3_Var.phNxpEseNextTx_Cntx.FrameType = INVALID; in phNxpEseProto7816_ResetProtoParams() 1164 phNxpEseProto7816_3_Var.phNxpEseLastTx_Cntx.FrameType = INVALID; in phNxpEseProto7816_ResetProtoParams()
|
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
D | supplicant_sta_iface_hidl_test.cpp | 64 INVALID = -1, enumerator 85 EXPECT_NE(INVALID, waitForCallbackType); // can't ASSERT in a in wait()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerResources.h | 129 INVALID, enumerator 162 if (mHandleType != HandleType::INVALID) { in initCache() 207 HandleType mHandleType = HandleType::INVALID;
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleObjectPool.cpp | 40 if (src.prop == toInt(VehicleProperty::INVALID)) { in obtain()
|