Searched refs:ERROR (Results 51 - 75 of 176) sorted by relevance

12345678

/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DWGraphicBufferProducer.h104 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - "
114 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - "
151 LOG(ERROR) << "TWGraphicBufferProducer::detachNextBuffer - "
159 LOG(ERROR) << "TWGraphicBufferProducer::detachNextBuffer - "
174 LOG(ERROR) << "TWGraphicBufferProducer::attachBuffer - "
195 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - "
206 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - "
224 LOG(ERROR) << "TWGraphicBufferProducer::cancelBuffer - "
252 LOG(ERROR) << "TWGraphicBufferProducer::connect - "
330 LOG(ERROR) << "TWGraphicBufferProduce
[all...]
/frameworks/av/services/minijail/
H A Dminijail.cpp36 PLOG(ERROR) << "pipe() failed";
49 LOG(ERROR) << "Could not write policy to fd";
/frameworks/native/cmds/installd/
H A Dglobals.cpp63 LOG(ERROR) << "Could not find ANDROID_DATA";
68 LOG(ERROR) << "Could not find ANDROID_ROOT";
H A Dutils.cpp117 PLOG(ERROR) << "Failed to opendir " << user_path;
315 PLOG(ERROR) << "Failed to opendir " << path;
345 PLOG(ERROR) << "Failed to fts_open " << path;
656 PLOG(ERROR) << "Couldn't statvfs " << data_path;
701 PLOG(ERROR) << "Failed to write xattr " << inode_xattr << " at " << parent;
728 PLOG(ERROR) << "Failed to opendir " << parent;
756 PLOG(ERROR) << "Failed to remove xattr " << inode_xattr << " at " << path;
769 LOG(ERROR) << "Invalid directory " << dir;
773 LOG(ERROR) << "Invalid path " << path;
794 LOG(ERROR) << "Invali
[all...]
/frameworks/ml/nn/common/operations/
H A DReshape.cpp72 LOG(ERROR) << "Unsupported data type";
96 LOG(ERROR) << "Unsupported data type";
130 LOG(ERROR) << "Unsupported data type";
156 LOG(ERROR) << "Unsupported data type";
185 LOG(ERROR) << "Unsupported data type";
229 LOG(ERROR) << "Unsupported data type";
H A DActivation.cpp84 LOG(ERROR) << "only 2D and 4D tensors supported";
131 LOG(ERROR) << "incorrect scale / offset for output";
175 LOG(ERROR) << "only 2D and 4D tensors supported";
180 LOG(ERROR) << "incorrect scale / offset for output";
H A DConv2D.cpp65 LOG(ERROR) << "Conv size is too large, not enough memory"; \
73 LOG(ERROR) << "Conv size is too large, not enough memory"; \
/frameworks/ml/nn/runtime/
H A DExecutionBuilder.cpp40 LOG(ERROR) << "Data pointer must be nullptr if and only if length is zero (data = "
53 LOG(ERROR) << "Setting argument with invalid length: " << length
72 LOG(ERROR) << "Setting argument with invalid length: " << length
102 LOG(ERROR) << "Setting input/output with unspecified dimensions";
111 LOG(ERROR) << "Setting input/output with incompatible types";
118 LOG(ERROR) << "Overriding a fully specified dimension is disallowed";
141 LOG(ERROR) << "ANeuralNetworksExecution_setInput bad index " << index << " " << count;
151 LOG(ERROR) << "ANeuralNetworksExecution_setInput input exceeds max length " << length;
165 LOG(ERROR) << "ANeuralNetworksExecution_setInputFromMemory bad index " << index << " "
182 LOG(ERROR) << "ANeuralNetworksExecution_setOutpu
[all...]
H A DExecutionPlan.cpp52 LOG(ERROR) << "ExecutionStep::finishSubModel compilation failed due to transport error: "
57 LOG(ERROR) << "ExecutionStep::finishSubModel compilation failed with error: "
66 LOG(ERROR) << "ExecutionPlan compilation on " << device->getName() << " failed:"
162 LOG(ERROR) << "Previous error occurred when partitioning the graph";
172 LOG(ERROR) << "Previous error occurred when partitioning the graph";
182 LOG(ERROR) << "Previous error occurred when partitioning the graph";
189 LOG(ERROR) << "Previous error occurred when partitioning the graph";
418 LOG(ERROR) << "Could not find main model output operand " << fromModelOperandIndex
493 LOG(ERROR) << "ExecutionPlan::Controller failed to allocate temporaries";
733 return mBody->mSuccessfulFinish ? Kind::SIMPLE : Kind::ERROR;
[all...]
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp153 me->mState = ERROR;
179 me->mState = ERROR;
266 me->mState = ERROR;
288 me->mState = ERROR;
294 me->mState = ERROR;
335 me->mState = ERROR;
360 me->mState = ERROR;
368 me->mState = ERROR;
377 me->mState = ERROR;
/frameworks/native/cmds/lshal/
H A DLshal.cpp113 LOG(ERROR) << msg;
122 LOG(ERROR) << msg;
131 LOG(ERROR) << msg;
143 LOG(ERROR) << msg;
159 LOG(ERROR) << msg;
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java357 * @return {@link TextToSpeech#ERROR} or {@link TextToSpeech#SUCCESS}.
362 return TextToSpeech.ERROR;
369 return TextToSpeech.ERROR;
375 return TextToSpeech.ERROR;
388 * @return {@link TextToSpeech#ERROR} or {@link TextToSpeech#SUCCESS}.
393 return TextToSpeech.ERROR;
400 return TextToSpeech.ERROR;
404 return TextToSpeech.ERROR;
571 return TextToSpeech.ERROR;
606 return TextToSpeech.ERROR;
[all...]
H A DTextToSpeech.java74 public static final int ERROR = -1; field in class:TextToSpeech
199 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
488 * {@link TextToSpeech#SUCCESS} and {@link TextToSpeech#ERROR}.
773 dispatchOnInit(ERROR);
774 return ERROR;
779 dispatchOnInit(ERROR);
780 return ERROR;
809 dispatchOnInit(ERROR);
810 return ERROR;
902 * @return Code indicating success or failure. See {@link #ERROR} an
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java38 public static final int ERROR = TelecomProtoEnums.ERROR; // = 1 field in class:DisconnectCause
264 case ERROR:
265 code = "ERROR";
H A DLog.java56 public static boolean ERROR = isLoggable(android.util.Log.ERROR); field in class:Log
141 if (ERROR) {
147 if (ERROR) {
349 ERROR = isLoggable(android.util.Log.ERROR);
/frameworks/base/tools/aapt/
H A DSourcePos.cpp16 ERROR enumerator in enum:ErrorPos::Level
76 case ERROR:
120 g_errors.push_back(ErrorPos(this->file, this->line, msg, ErrorPos::ERROR));
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxObserver.cpp50 LOG(ERROR) << "LWOmxObserver::onMessages - Transaction failed";
/frameworks/base/core/java/android/util/
H A DLog.java38 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
84 public static final int ERROR = 6; field in class:Log
208 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
234 * Send an {@link #ERROR} log message.
240 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
244 * Send a {@link #ERROR} log message and log the exception.
251 return printlns(LOG_ID_MAIN, ERROR, tag, msg, tr);
300 // Only mark this as ERROR, do not use ASSERT since that should be
303 int bytes = printlns(logId, ERROR, tag, msg, localStack ? what : tr);
H A DSlog.java68 return Log.println_native(Log.LOG_ID_SYSTEM, Log.ERROR, tag, msg);
72 return Log.println_native(Log.LOG_ID_SYSTEM, Log.ERROR, tag,
/frameworks/native/services/sensorservice/hidl/
H A DSensorManager.cpp70 LOG(ERROR) << "::android::SensorManager::getSensorList encounters " << count;
178 LOG(ERROR) << POLL_THREAD_NAME << ": Looper::pollAll returns unexpected "
185 LOG(ERROR) << "Cannot detach SensorManager looper thread from Java VM.";
213 LOG(ERROR) << "::android::SensorManager::createEventQueue cannot initialize looper";
/frameworks/opt/net/wifi/libwifi_system/
H A Dsupplicant_manager.cpp109 LOG(ERROR) << "Failed to stop supplicant";
/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DTransportClient.java225 log(Priority.ERROR, "Async connect: bindService returned false");
343 log(Priority.ERROR, caller, error + " while waiting for transport: " + e.getMessage());
363 log(Priority.ERROR, caller, "Transport connection failed");
382 log(Priority.ERROR, caller, "Transport not connected");
404 Priority.ERROR,
440 log(Priority.ERROR, "Service disconnected: client UNUSABLE");
464 log(Priority.ERROR, "Binding died: client UNUSABLE");
470 log(Priority.ERROR, "Unexpected state transition IDLE => UNUSABLE");
576 log(Priority.ERROR, message);
/frameworks/base/services/core/jni/
H A Dcom_android_server_storage_AppFuseBridge.cpp65 LOG(ERROR) << "Failed to enter monitor.";
72 LOG(ERROR) << "Failed to exit monitor.";
/frameworks/base/telephony/java/android/telephony/
H A DRlog.java82 return Log.println_native(Log.LOG_ID_RADIO, Log.ERROR, tag, msg);
86 return Log.println_native(Log.LOG_ID_RADIO, Log.ERROR, tag,
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
H A DLog.java71 if (isLoggable(tag, android.util.Log.ERROR)) {
77 if (isLoggable(tag, android.util.Log.ERROR)) {
122 // ERROR, so the comparison checks that the override value is smaller

Completed in 2755 milliseconds

12345678