Searched refs:ERROR (Results 151 - 175 of 176) sorted by relevance

12345678

/frameworks/base/media/java/android/media/
H A DAudioManager.java1878 * @return a new unclaimed and unused audio session identifier, or {@link #ERROR} when the
1888 return ERROR;
3138 * @return {@link #ERROR} if there was an error communicating with the registration service
3154 return ERROR;
4216 public static final int ERROR = AudioSystem.ERROR; field in class:AudioManager
4320 * - {@link #ERROR} if patch cannot be connected for any other reason.
4339 * - {@link #ERROR} if patch cannot be released for any other reason.
4460 // If the patch generation doesn't equal port generation, return ERROR here in case
4463 return ERROR;
[all...]
H A DAudioSystem.java356 public static final int ERROR = -1; field in class:AudioSystem
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1632 return VerifyCredentialResponse.ERROR;
1648 return VerifyCredentialResponse.ERROR;
1655 return VerifyCredentialResponse.ERROR;
1733 return VerifyCredentialResponse.ERROR;
1777 return VerifyCredentialResponse.ERROR;
2366 return VerifyCredentialResponse.ERROR;
2379 return VerifyCredentialResponse.ERROR;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java4018 WifiManager.ERROR);
4173 WifiManager.ERROR);
4212 WifiManager.ERROR);
4900 WifiManager.RSSI_PKTCNT_FETCH_FAILED, WifiManager.ERROR);
5410 WifiManager.ERROR);
5753 replyToMessage(message, WifiManager.FORGET_NETWORK_FAILED, WifiManager.ERROR);
5781 replyToMessage(message, WifiManager.SAVE_NETWORK_FAILED, WifiManager.ERROR);
5789 replyToMessage(message, WifiManager.SAVE_NETWORK_FAILED, WifiManager.ERROR);
5796 replyToMessage(message, WifiManager.SAVE_NETWORK_FAILED, WifiManager.ERROR);
H A DWifiServiceImpl.java336 replyFailed(msg, WifiManager.WPS_FAILED, WifiManager.ERROR);
343 replyFailed(msg, WifiManager.CANCEL_WPS_FAILED, WifiManager.ERROR);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp184 "ERROR",
230 if (mCaptureState == ERROR) {
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java548 new DisconnectCause(DisconnectCause.ERROR, e.toString()));
H A DRemoteConnection.java1278 new DisconnectCause(DisconnectCause.ERROR, "Connection destroyed."));
H A DConnectionService.java1531 new DisconnectCause(DisconnectCause.ERROR, "IMPL_RETURNED_NULL_CONNECTION"));
/frameworks/rs/tests/lldb/
H A Drun_tests.py637 log.log_and_print('ERROR: Unable to set up the test suite: %s\n'
638 % expt.message, logging.ERROR)
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java440 BluetoothAdapter.ERROR);
483 BluetoothAdapter.ERROR);
/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiManagerTest.java999 assertEquals(WifiManager.ERROR, wpsCallback.mFailureCode);
1022 assertEquals(WifiManager.ERROR, wpsCallback.mFailureCode);
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp1010 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::ERROR);
1018 ASSERT_EQ(cPWithoutFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::ERROR);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraErrorCollector.java51 private static final boolean LOG_ERRORS = Log.isLoggable(TAG, Log.ERROR);
/frameworks/base/telephony/java/android/provider/
H A DTelephony.java1855 public static final String ERROR = "error"; field in interface:Telephony.ThreadsColumns
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java63 * Upon failure, the reason of failure can be one of {@link #ERROR}, {@link #P2P_UNSUPPORTED}
497 public static final int ERROR = 0; field in class:WifiP2pManager
536 * {@link #ERROR} or {@link #BUSY}
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiMonitorTest.java159 assertEquals(WifiManager.ERROR, messageCaptor.getValue().arg1);
/frameworks/av/media/mtp/
H A DMtpServer.cpp1047 PLOG(ERROR) << "rename() failed from " << fromPath << " to " << path;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java122 * BluetoothAdapter.ERROR)</code>
124 public static final int ERROR = Integer.MIN_VALUE; field in class:BluetoothAdapter
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java7677 return AudioManager.ERROR;
7691 return AudioManager.ERROR;
7705 return AudioManager.ERROR;
7709 return AudioManager.ERROR;
7716 return AudioManager.ERROR;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp481 case BufferStatus::ERROR: return CAMERA3_BUFFER_STATUS_ERROR;
618 mStatus == STATUS_ERROR ? "ERROR" :
1127 case MsgType::ERROR:
1567 ALOGW("%s: Camera %s: deleteStream not allowed in ERROR state",
/frameworks/base/core/java/android/app/
H A DFragmentManager.java744 LogWriter logw = new LogWriter(Log.ERROR, TAG);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3335 logCriticalInfo(Log.ERROR, "Stub disabled; pkg: " + pkgName);
3365 logCriticalInfo(Log.ERROR, "Failed to decompress"
3372 logCriticalInfo(Log.ERROR, "Failed to decompress"
3384 logCriticalInfo(Log.ERROR, "Failed to extract native libraries"
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 8365 milliseconds

12345678