Home
last modified time | relevance | path

Searched refs:errorMsg (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/media/eco/
DECOSession.cpp400 std::string errorMsg = in addStatsProvider() local
402 ECOLOGE("%s", errorMsg.c_str()); in addStatsProvider()
404 return STATUS_ERROR(ERROR_ALREADY_EXISTS, errorMsg.c_str()); in addStatsProvider()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp77 ScopedAStatus rpcStatusToScopedAStatus(const Status& status, const std::string& errorMsg) { in rpcStatusToScopedAStatus() argument
79 status.error_code(), (errorMsg + ", error: " + status.error_message()).c_str()); in rpcStatusToScopedAStatus()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js445 _proto.reportNonstrict = function reportNonstrict(errorCode, errorMsg, token) {
451 strict = strict(errorCode, errorMsg, token);
457 …Error("LaTeX-incompatible input and strict mode is set to 'error': " + (errorMsg + " [" + errorCod…
459 …e.warn("LaTeX-incompatible input and strict mode is set to 'warn': " + (errorMsg + " [" + errorCod…
462 …nput and strict mode is set to " + ("unrecognized '" + strict + "': " + errorMsg + " [" + errorCod…
475 _proto.useStrictBehavior = function useStrictBehavior(errorCode, errorMsg, token) {
484 strict = strict(errorCode, errorMsg, token);
495 …e.warn("LaTeX-incompatible input and strict mode is set to 'warn': " + (errorMsg + " [" + errorCod…
499 …nput and strict mode is set to " + ("unrecognized '" + strict + "': " + errorMsg + " [" + errorCod…
Dkatex.mjs307 reportNonstrict(errorCode, errorMsg, token) { argument
313 strict = strict(errorCode, errorMsg, token);
319 …ror("LaTeX-incompatible input and strict mode is set to 'error': " + `${errorMsg} [${errorCode}]`,…
321 …warn("LaTeX-incompatible input and strict mode is set to 'warn': " + `${errorMsg} [${errorCode}]`);
324 …atible input and strict mode is set to " + `unrecognized '${strict}': ${errorMsg} [${errorCode}]`);
337 useStrictBehavior(errorCode, errorMsg, token) { argument
346 strict = strict(errorCode, errorMsg, token);
357 …warn("LaTeX-incompatible input and strict mode is set to 'warn': " + `${errorMsg} [${errorCode}]`);
361 …atible input and strict mode is set to " + `unrecognized '${strict}': ${errorMsg} [${errorCode}]`);
/hardware/interfaces/camera/device/default/
DExternalCameraDeviceSession.cpp775 aidl::android::hardware::camera::device::ErrorMsg errorMsg = { in switchToOffline() local
781 error.set<NotifyMsg::Tag::error>(errorMsg); in switchToOffline()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp2763 std::string errorMsg = ""; member
2778 ASSERT_THAT(result.buffer, ContainsRegex(tc.errorMsg)); in TEST_P()