Home
last modified time | relevance | path

Searched refs:errMsg (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/
DHAL.cpp117 ret.errMsg = "Failed Input Checks: " + customErr; in makeInputCheckFailure()
126 ret.errMsg = "Too Many Prefixes Provided"; in ipaResultToBoolResult()
129 ret.errMsg = "Unsupported by Hardware"; in ipaResultToBoolResult()
132 ret.errMsg = "Failed Input Checks"; in ipaResultToBoolResult()
135 ret.errMsg = "Hardware did not accept"; in ipaResultToBoolResult()
138 ret.errMsg = "Try Again"; in ipaResultToBoolResult()
141 ret.errMsg = "Successful"; in ipaResultToBoolResult()
144 ret.errMsg = "Successful: Was a duplicate configuration"; in ipaResultToBoolResult()
147 ret.errMsg = "Successful: No action needed"; in ipaResultToBoolResult()
150 ret.errMsg = "Successful: Performed optimized version of action"; in ipaResultToBoolResult()
[all …]
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
DHAL.cpp119 ret.errMsg = "Failed Input Checks: " + customErr; in makeInputCheckFailure()
128 ret.errMsg = "Too Many Prefixes Provided"; in ipaResultToBoolResult()
131 ret.errMsg = "Unsupported by Hardware"; in ipaResultToBoolResult()
134 ret.errMsg = "Failed Input Checks"; in ipaResultToBoolResult()
137 ret.errMsg = "Hardware did not accept"; in ipaResultToBoolResult()
140 ret.errMsg = "Try Again"; in ipaResultToBoolResult()
143 ret.errMsg = "Successful"; in ipaResultToBoolResult()
146 ret.errMsg = "Successful: Was a duplicate configuration"; in ipaResultToBoolResult()
149 ret.errMsg = "Successful: No action needed"; in ipaResultToBoolResult()
152 ret.errMsg = "Successful: Performed optimized version of action"; in ipaResultToBoolResult()
[all …]
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DHAL.cpp117 ret.errMsg = "Failed Input Checks: " + customErr; in makeInputCheckFailure()
126 ret.errMsg = "Too Many Prefixes Provided"; in ipaResultToBoolResult()
129 ret.errMsg = "Unsupported by Hardware"; in ipaResultToBoolResult()
132 ret.errMsg = "Failed Input Checks"; in ipaResultToBoolResult()
135 ret.errMsg = "Hardware did not accept"; in ipaResultToBoolResult()
138 ret.errMsg = "Try Again"; in ipaResultToBoolResult()
141 ret.errMsg = "Successful"; in ipaResultToBoolResult()
144 ret.errMsg = "Successful: Was a duplicate configuration"; in ipaResultToBoolResult()
147 ret.errMsg = "Successful: No action needed"; in ipaResultToBoolResult()
150 ret.errMsg = "Successful: Performed optimized version of action"; in ipaResultToBoolResult()
[all …]
/hardware/interfaces/boot/1.1/default/
DBootControl.cpp49 cr.errMsg = "Success"; in markBootSuccessful()
52 cr.errMsg = "Operation failed"; in markBootSuccessful()
62 cr.errMsg = "Success"; in setActiveBootSlot()
65 cr.errMsg = "Operation failed"; in setActiveBootSlot()
75 cr.errMsg = "Success"; in setSlotAsUnbootable()
78 cr.errMsg = "Operation failed"; in setSlotAsUnbootable()
/hardware/interfaces/tetheroffload/control/1.0/
DIOffloadControl.hal41 * @return errMsg a human readable string if eror has occured.
48 initOffload(ITetheringOffloadCallback cb) generates (bool success, string errMsg);
58 * @return errMsg a human readable string if eror has occured.
63 stopOffload() generates (bool success, string errMsg);
74 * @return errMsg a human readable string if eror has occured.
78 setLocalPrefixes(vec<string> prefixes) generates (bool success, string errMsg);
125 * @return errMsg a human readable string if eror has occured.
127 setDataLimit(string upstream, uint64_t limit) generates (bool success, string errMsg);
159 * @return errMsg a human readable string if eror has occured.
164 generates (bool success, string errMsg);
[all …]
/hardware/interfaces/tetheroffload/config/1.0/vts/functional/
DVtsHalTetheroffloadConfigV1_0TargetTest.cpp43 [&](bool success, const hidl_string& errMsg) { ASSERT_TRUE(success) << errMsg.c_str(); }
46 [&](bool success, const hidl_string& errMsg) { ASSERT_FALSE(success) << errMsg.c_str(); }
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp50 cr.errMsg = strerror(-ret); in markBootSuccessful()
59 cr.errMsg = strerror(-ret); in setActiveBootSlot()
68 cr.errMsg = strerror(-ret); in setSlotAsUnbootable()
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/
DVtsHalTetheroffloadControlV1_0TargetTest.cpp62 [&](bool success, std::string errMsg) { \
63 std::string msg = StringPrintf("unexpected error: %s", errMsg.c_str()); \
68 [&](bool success, std::string errMsg) { \
69 std::string msg = StringPrintf("expected error: %s", errMsg.c_str()); \
169 auto init_cb = [&](bool success, std::string errMsg) { in initOffload() argument
171 success ? "succeeded" : "failed", errMsg.c_str()); in initOffload()
184 auto cb = [&](bool success, const hidl_string& errMsg) { in stopOffload() argument
187 ASSERT_EQ(false, success) << "Unexpectedly able to stop offload: " << errMsg; in stopOffload()
190 ASSERT_EQ(true, success) << "Unexpectedly failed to stop offload: " << errMsg; in stopOffload()
/hardware/interfaces/tetheroffload/config/1.0/
DIOffloadConfig.hal33 * @return errMsg a human readable string if eror has occured.
35 setHandles(handle fd1, handle fd2) generates (bool success, string errMsg);
/hardware/google/easel/amber/camera/libhdrplusclient/include/
DEaselManagerClient.h150 virtual void onEaselFatalError(std::string errMsg) = 0;
/hardware/interfaces/boot/1.0/
Dtypes.hal25 string errMsg;
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/
DHAL.h168 string errMsg; member
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
DHAL.h170 string errMsg; member
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/inc/
DHAL.h167 string errMsg; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h902 void onEaselFatalError(std::string errMsg);
DQCamera3HWI.cpp16148 void QCamera3HardwareInterface::onEaselFatalError(std::string errMsg) in onEaselFatalError() argument
16150 ALOGE("%s: Got an Easel fatal error: %s", __FUNCTION__, errMsg.c_str()); in onEaselFatalError()