Searched refs:error (Results 251 - 275 of 622) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/printservice/
H A DIPrintServiceClient.aidl35 boolean setPrintJobState(in PrintJobId printJobId, int state, String error);
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp41 jint error; member in struct:android::levels_t
132 levels.error = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "ERROR", "I"));
/frameworks/base/media/java/android/media/tv/
H A DITvInputClient.aidl50 void onError(int error, int seq);
H A DTvRecordingClient.java231 * This is called when an error occurred while establishing a connection to the recording
270 * @param error The error code. Should be one of the followings.
277 public void onError(@TvInputManager.RecordingError int error) { argument
378 public void onError(TvInputManager.Session session, int error) { argument
380 Log.d(TAG, "onError(error=" + error + ")");
386 mCallback.onError(error);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DPipeManager.java84 } catch (IOException error) {
107 } catch (IOException error) {
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DPipeManagerTest.java102 } catch (Throwable error) {
103 assertTrue(error instanceof IOException);
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUWebView.java87 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { argument
88 Log.d(OSUManager.TAG, "TLS error in Web View: " + error);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DClientMonitor.java135 * Called when we get notification from fingerprint HAL that an error has occurred with the
137 * @param error
140 public boolean onError(int error, int vendorCode) { argument
143 mReceiver.onError(getHalDeviceId(), error, vendorCode);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceSelectAction.java97 public void onSendCompleted(int error) {
98 if (error != SendMessageResult.SUCCESS) {
H A DPowerStatusMonitorAction.java122 public void onSendCompleted(int error) {
125 if (error != SendMessageResult.SUCCESS) {
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp105 error(diag::result_overflow) << pRelocator.getName(type())
110 error(diag::result_badreloc) << pRelocator.getName(type())
/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp173 int error = write(m_writeFd, &val, sizeof(val)); local
174 ASSERT(error >= 0);
178 int error = read(m_readFd, &val, sizeof(val)); local
179 ASSERT(error >= 0);
183 int error = write(m_writeFd, &v, sizeof(T)); local
184 ASSERT(error >= 0);
188 int error = read(m_readFd, &v, sizeof(T)); local
189 ASSERT(error >= 0);
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dserializable.h113 if (const auto error =
115 return error;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DTestUtil.java77 Context context, int apState, int previousState, int error, String ifaceName,
84 intent.putExtra(WifiManager.EXTRA_WIFI_AP_FAILURE_REASON, error);
76 sendWifiApStateChanged(BroadcastReceiver broadcastReceiver, Context context, int apState, int previousState, int error, String ifaceName, int mode) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioResponse.java97 * @param responseInfo Response info struct containing response type, serial no. and error
105 * @param responseInfo Response info struct containing response type, serial no. and error
113 * @param responseInfo Response info struct containing response type, serial no. and error
121 * @param responseInfo Response info struct containing response type, serial no. and error
129 * @param responseInfo Response info struct containing response type, serial no. and error
137 * @param responseInfo Response info struct containing response type, serial no. and error
145 * @param responseInfo Response info struct containing response type, serial no. and error
153 * @param responseInfo Response info struct containing response type, serial no. and error
162 * @param responseInfo Response info struct containing response type, serial no. and error
171 * @param responseInfo Response info struct containing response type, serial no. and error
[all...]
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp80 return ErrorStatus(status.error());
115 return ErrorStatus(status.error());
199 // or print an error log in this case.
369 Close(-status.error());
384 Close(-status.error());
412 return -status.error();
452 return -status.error();
488 Close(-status.error());
506 return ErrorStatus(status.error());
570 const int error local
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp357 attr.sourcePos.error("A 'name' attribute is required for <attr>\n");
369 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n",
386 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n",
404 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n",
417 attr.sourcePos.error("Tag <attr> must have format=integer attribute if using max or min\n");
424 bool error; local
425 uint32_t l10n_required = parse_flags(str, len, l10nRequiredFlags, &error);
426 if (error) {
427 attr.sourcePos.error("Tag <attr> 'localization' attribute value \"%s\" not valid\n",
454 .error("Ta
[all...]
/frameworks/av/camera/include/camera/ndk/
H A DNdkCameraDevice.h56 /// Enum for ACameraDevice_ErrorStateCallback error code
76 * The camera device has encountered a fatal error.
82 * The camera service has encountered a fatal error.
102 * Camera device error state callbacks to be used in {@link ACameraDevice_stateCallbacks}.
107 * @param error The error code describes the cause of this error callback. See the folowing
116 typedef void (*ACameraDevice_ErrorStateCallback)(void* context, ACameraDevice* device, int error);
139 * The function called when a camera device has encountered a serious error.
146 * after this error i
[all...]
/frameworks/av/include/camera/ndk/
H A DNdkCameraDevice.h56 /// Enum for ACameraDevice_ErrorStateCallback error code
76 * The camera device has encountered a fatal error.
82 * The camera service has encountered a fatal error.
102 * Camera device error state callbacks to be used in {@link ACameraDevice_stateCallbacks}.
107 * @param error The error code describes the cause of this error callback. See the folowing
116 typedef void (*ACameraDevice_ErrorStateCallback)(void* context, ACameraDevice* device, int error);
139 * The function called when a camera device has encountered a serious error.
146 * after this error i
[all...]
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp90 ALOGE("error authenticating native window: %s (%d)", strerror(-err), -err);
99 ALOGE("error query native window: %s (%d)", strerror(-err), -err);
142 ALOGE("error pushing blank frames: api_disconnect failed: %s (%d)", strerror(-err), -err);
148 ALOGE("error pushing blank frames: api_connect failed: %s (%d)", strerror(-err), -err);
157 goto error;
165 ALOGE("error pushing blank frames: MIN_UNDEQUEUED_BUFFERS query "
167 goto error;
173 ALOGE("error pushing blank frames: set_buffer_count failed: %s (%d)", strerror(-err), -err);
174 goto error;
184 ALOGE("error pushin
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.h166 Word16 mem_err[M + L_SUBFR], *error; member in struct:__anon526
/frameworks/av/services/audioflinger/
H A DMmapTracks.h19 #error This header file should only be included from AudioFlinger.h
H A DPatchPanel.h19 #error This header file should only be included from AudioFlinger.h
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DEvent.java197 error("Error reading in object, ignoring.", ex);
244 private static void error(String msg) { method in class:Event
245 error(msg, null);
248 private static void error(String msg, Exception e) { method in class:Event
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMAConstants.java105 public static String mapError(OSUError error) { argument
106 return sErrorStrings.get(error);
109 public static OSUError mapError(String error) { argument
110 return sErrorEnums.get(error.toLowerCase());

Completed in 854 milliseconds

<<11121314151617181920>>