/packages/modules/NeuralNetworks/common/ |
D | LegacyHalUtils.cpp | 48 static Type handleError(GeneralResult<Type> result) { in handleError() function 1504 return handleError(convert(status)); in uncheckedConvert() 1508 return handleError(convert(status)); in uncheckedConvert() 1512 return handleError(unvalidatedConvert(operandType)); in uncheckedConvert() 1516 return handleError(unvalidatedConvert(operandType)); in uncheckedConvert() 1520 return handleError(unvalidatedConvert(lifetime)); in uncheckedConvert() 1524 return handleError(convert(measure)); in uncheckedConvert() 1528 return handleError(unvalidatedConvert(location)); in uncheckedConvert() 1532 return handleError(unvalidatedConvert(operand)); in uncheckedConvert() 1536 return handleError(unvalidatedConvert(params)); in uncheckedConvert() [all …]
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | HalUtils.h | 44 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/services/Mms/src/com/android/mms/service/ |
D | MmsService.java | 230 handleError(sentIntent, SmsManager.MMS_ERROR_INVALID_SUBSCRIPTION_ID, mmsStats); 240 handleError(sentIntent, SmsManager.MMS_ERROR_INACTIVE_SUBSCRIPTION, mmsStats); 248 handleError(sentIntent, SmsManager.MMS_ERROR_CONFIGURATION_ERROR, mmsStats); 262 handleError(sentIntent, resultCode, mmsStats); 293 handleError(sentIntent, resultCode, mmsStats); 319 handleError(downloadedIntent, SmsManager.MMS_ERROR_INVALID_SUBSCRIPTION_ID, 331 handleError(downloadedIntent, SmsManager.MMS_ERROR_INACTIVE_SUBSCRIPTION, 352 handleError(downloadedIntent, SmsManager.MMS_ERROR_CONFIGURATION_ERROR, mmsStats); 364 handleError(downloadedIntent, SmsManager.MMS_ERROR_CONFIGURATION_ERROR, mmsStats); 386 handleError(downloadedIntent, SmsManager.MMS_ERROR_DATA_DISABLED, mmsStats); [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | InsecureEapNetworkHandler.java | 372 handleError(mCurrentTofuConfig.SSID); in startUserApprovalIfNecessary() 377 handleError(mCurrentTofuConfig.SSID); in startUserApprovalIfNecessary() 387 handleError(mCurrentTofuConfig.SSID); in startUserApprovalIfNecessary() 393 handleError(mCurrentTofuConfig.SSID); in startUserApprovalIfNecessary() 401 handleError(ssid); in startUserApprovalIfNecessary() 624 handleError(ssid); in handleAccept() 665 private void handleError(@Nullable String ssid) { in handleError() method in InsecureEapNetworkHandler 897 handleError(null); in isConnectionValid()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | Beeper.java | 180 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/ |
D | VoicemailPlaybackPresenter.java | 519 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/ |
D | IpServer.java | 496 handleError(); in onDhcpServerCreated() 507 handleError(); in onDhcpServerCreated() 517 private void handleError() { in handleError() method in IpServer.DhcpServerCallbacksImpl
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintSettings.java | 344 handleError(msg.arg1 /* errMsgId */, (CharSequence) msg.obj /* errStr */); 357 protected void handleError(int errMsgId, CharSequence msg) { in handleError() method in FingerprintSettings.FingerprintSettingsFragment
|