Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp47 static Type handleError(GeneralResult<Type> result) { in handleError() function
1501 return handleError(convert(status)); in uncheckedConvert()
1505 return handleError(convert(status)); in uncheckedConvert()
1509 return handleError(unvalidatedConvert(operandType)); in uncheckedConvert()
1513 return handleError(unvalidatedConvert(operandType)); in uncheckedConvert()
1517 return handleError(unvalidatedConvert(lifetime)); in uncheckedConvert()
1521 return handleError(convert(measure)); in uncheckedConvert()
1525 return handleError(unvalidatedConvert(location)); in uncheckedConvert()
1529 return handleError(unvalidatedConvert(operand)); in uncheckedConvert()
1533 return handleError(unvalidatedConvert(params)); in uncheckedConvert()
[all …]
/packages/modules/NeuralNetworks/runtime/test/
DHalUtils.h44 auto handleError = [](GeneralResult<SharedDevice> result) -> SharedDevice { in makeSharedDevice()
53 return handleError(V1_3::utils::Device::create(std::move(name), std::move(driver13))); in makeSharedDevice()
56 return handleError(V1_2::utils::Device::create(std::move(name), std::move(driver12))); in makeSharedDevice()
59 return handleError(V1_1::utils::Device::create(std::move(name), std::move(driver11))); in makeSharedDevice()
61 return handleError(V1_0::utils::Device::create(std::move(name), std::move(driver))); in makeSharedDevice()
/packages/apps/Car/Notification/src/com/android/car/notification/
DBeeper.java180 handleError(); in play()
228 handleError(); in onError()
255 private void handleError() { in handleError() method in Beeper.BeepRecord
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackPresenter.java519 handleError(new IllegalStateException("Cannot play voicemail when call is in progress")); in prepareContent()
537 handleError(e); in prepareMediaPlayer()
575 handleError(new IllegalStateException("MediaPlayer error listener invoked: " + extra)); in onError()
579 protected void handleError(Exception e) { in handleError() method in VoicemailPlaybackPresenter
680 handleError(e); in resumePlayback()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java443 handleError(); in onDhcpServerCreated()
454 handleError(); in onDhcpServerCreated()
464 private void handleError() { in handleError() method in IpServer.DhcpServerCallbacksImpl
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java223 handleError(msg.arg1 /* errMsgId */, (CharSequence) msg.obj /* errStr */);
236 protected void handleError(int errMsgId, CharSequence msg) { in handleError() method in FingerprintSettings.FingerprintSettingsFragment