Searched refs:ERROR (Results 1 - 25 of 123) sorted by relevance

12345

/frameworks/base/core/java/android/speech/tts/
H A DAbstractSynthesisCallback.java57 return mClientIsUsingV2 ? TextToSpeech.STOPPED : TextToSpeech.ERROR;
H A DFileSynthesisCallback.java124 return TextToSpeech.ERROR;
128 return TextToSpeech.ERROR;
148 return TextToSpeech.ERROR;
166 return TextToSpeech.ERROR;
171 return TextToSpeech.ERROR;
175 return TextToSpeech.ERROR;
193 return TextToSpeech.ERROR;
211 return TextToSpeech.ERROR;
219 return TextToSpeech.ERROR;
223 return TextToSpeech.ERROR;
[all...]
H A DPlaybackSynthesisCallback.java143 return TextToSpeech.ERROR;
151 return TextToSpeech.ERROR;
155 return TextToSpeech.ERROR;
181 return TextToSpeech.ERROR;
185 return TextToSpeech.ERROR;
205 return TextToSpeech.ERROR;
224 return TextToSpeech.ERROR;
242 return TextToSpeech.ERROR;
/frameworks/native/cmds/installd/
H A Dotapreopt_chroot.cpp76 PLOG(ERROR) << "Failed to unshare() for otapreopt.";
82 PLOG(ERROR) << "Failed to mount private.";
93 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i];
108 LOG(ERROR) << "Target slot suffix not legal: " << arg[2];
122 PLOG(ERROR) << "Unable to chdir into /postinstall.";
128 PLOG(ERROR) << "Failed to chroot";
133 PLOG(ERROR) << "Unable to chdir into /.";
151 PLOG(ERROR) << "execv(OTAPREOPT) failed.";
H A Dotapreopt.cpp111 LOG(ERROR) << "Failed reading command line.";
116 LOG(ERROR)<< "Failed reading system properties.";
121 LOG(ERROR) << "Failed reading environment properties.";
126 LOG(ERROR) << "Failed initializing globals.";
133 LOG(ERROR) << "Failed preparing boot image.";
265 LOG(ERROR) << "Could not set ASEC_MOUNTPOINT environment variable";
270 LOG(ERROR) << "Could not initialize globals; exiting.";
277 LOG(ERROR) << "Could not access " << GetOtaDirectoryPrefix();
304 LOG(ERROR) << "Missing parameters";
310 LOG(ERROR) << "Targe
[all...]
/frameworks/opt/net/wifi/libwifi_system/
H A Dinterface_tool.cpp38 LOG(ERROR) << "Interface name is too long: " << if_name;
43 LOG(ERROR) << "Could not read interface state for " << if_name
56 LOG(ERROR) << "Failed to open socket to set up/down state ("
72 LOG(ERROR) << "Failed to open socket to set up/down state ("
94 LOG(ERROR) << "Could not set interface flags for " << if_name
H A Dsupplicant_manager.cpp59 LOG(ERROR) << "Cannot set RW to \"" << config_file << "\": "
65 LOG(ERROR) << "Cannot access \"" << config_file << "\": "
82 LOG(ERROR) << "Cannot open \"" << configPathSystem << "\": "
84 LOG(ERROR) << "Cannot open \"" << configPathVendor << "\": "
95 LOG(ERROR) << "Cannot create \"" << config_file << "\": "
102 LOG(ERROR) << "Error reading \"" << templatePath
117 LOG(ERROR) << "Error changing permissions of " << config_file
142 LOG(ERROR) << "Wi-Fi will not be enabled";
156 LOG(ERROR) << "Wi-Fi entropy file was not created";
216 LOG(ERROR) << "Faile
[all...]
H A Dhostapd_manager.cpp62 LOG(ERROR) << "Cannot generate PSK using PKCS#5 PBKDF2";
85 LOG(ERROR) << "Failed to start SoftAP";
97 LOG(ERROR) << "Failed to stop hostapd service!";
110 LOG(ERROR) << "Cannot write hostapd config to \""
115 LOG(ERROR) << "hostapd config file uid: "<< st.st_uid << ", gid: " << st.st_gid
118 LOG(ERROR) << "Error calling stat() on hostapd config file: " << strerror(errno);
139 LOG(ERROR) << "SSIDs must be <= 32 bytes long";
167 LOG(ERROR) << "Unknown encryption type ("
/frameworks/av/services/mediacodec/
H A Dmain_codecservice.cpp66 LOG(ERROR) << "Cannot create IOmxStore HAL service.";
68 LOG(ERROR) << "Cannot register IOmxStore HAL service.";
72 LOG(ERROR) << "Cannot create IOmx HAL service.";
74 LOG(ERROR) << "Cannot register IOmx HAL service.";
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateErrors.java32 ERROR, enum constant in enum:MediaPlayerStateErrors.MediaPlayerState
H A DMediaRecorderStateErrors.java28 ERROR, enum constant in enum:MediaRecorderStateErrors.MediaRecorderState
/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp30 #ifdef ERROR
31 #undef ERROR macro
190 LOG(ERROR) << "Invalid ID 0x" << std::hex << resid << std::dec << ".";
219 LOG(ERROR) << "Too many entries in RES_TABLE_TYPE_TYPE.";
229 LOG(ERROR) << "Entry offsets overlap actual entry data.";
234 LOG(ERROR) << "Entry offsets extend beyond chunk.";
239 LOG(ERROR) << "Entries start at unaligned address.";
251 LOG(ERROR) << "Entry offset at index " << i << " is not 4-byte aligned.";
258 LOG(ERROR) << "Entry offset at index " << i << " is too large.";
264 LOG(ERROR) << "Entr
[all...]
H A DApkAssets.cpp48 LOG(ERROR) << ::ErrorCodeString(result);
60 LOG(ERROR) << ::ErrorCodeString(result);
94 LOG(ERROR) << "No entry '" << path << "' found in APK '" << path_ << "'";
102 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'";
109 LOG(ERROR) << "Failed to decompress '" << path << "'.";
117 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'";
123 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'";
H A DUtil.cpp25 #ifdef ERROR
26 #undef ERROR macro
/frameworks/base/core/jni/
H A Dfd_utils.cpp128 PLOG(ERROR) << "Unable to stat fd " << fd;
141 LOG(ERROR) << "Socket name not whitelisted : " << socket_name
160 LOG(ERROR) << "Unsupported st_mode " << f_stat.st_mode;
171 LOG(ERROR) << "Not whitelisted : " << file_path;
180 PLOG(ERROR) << "Failed fcntl(" << fd << ", F_GETFD)";
198 PLOG(ERROR) << "Failed fcntl(" << fd << ", F_GETFL)";
217 PLOG(ERROR) << "Unable to restat fd " << fd;
235 PLOG(ERROR) << "Failed open(" << file_path << ", " << open_flags << ")";
241 PLOG(ERROR) << "Failed fcntl(" << new_fd << ", F_SETFD, " << fd_flags << ")";
247 PLOG(ERROR) << "Faile
[all...]
/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java33 ERROR, enum constant in enum:ConsoleMessage.MessageLevel
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java33 case Log.ERROR:
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dutil.cpp48 LOG(ERROR) << "Machine type (" << version << ") unknown";
/frameworks/opt/net/wifi/libwifi_hal/
H A Ddriver_tool.cpp39 PLOG(ERROR) << "Error changing ownership of '" << WIFI_DRIVER_FW_PATH_PARAM
H A Dwifi_hal_common.cpp94 PLOG(ERROR) << "Failed to open driver state control param";
99 PLOG(ERROR) << "Failed to write driver state control param";
214 PLOG(ERROR) << "Failed to open wlan fw path param";
219 PLOG(ERROR) << "Failed to write wlan fw path param";
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferProducer.cpp75 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - "
85 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - "
123 LOG(ERROR) << "TWGraphicBufferProducer::detachNextBuffer - "
131 LOG(ERROR) << "TWGraphicBufferProducer::detachNextBuffer - "
148 LOG(ERROR) << "TWGraphicBufferProducer::attachBuffer - "
169 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - "
180 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - "
199 LOG(ERROR) << "TWGraphicBufferProducer::cancelBuffer - "
227 LOG(ERROR) << "TWGraphicBufferProducer::connect - "
303 LOG(ERROR) << "TWGraphicBufferProduce
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h25 #ifdef ERROR
26 #undef ERROR macro
82 // LOG(ERROR) << iter.GetLastError();
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DL.java35 if (kind == Kind.ERROR) {
101 printMessage(null, Diagnostic.Kind.ERROR, fullMsg);
107 printMessage(element, Diagnostic.Kind.ERROR, fullMsg);
113 printMessage(null, Diagnostic.Kind.ERROR,
127 if (kind == Diagnostic.Kind.ERROR) {
/frameworks/native/services/displayservice/
H A DDisplayEventReceiver.cpp38 LOG(ERROR) << "Looper::pollAll returns unexpected " << pollResult;
59 LOG(ERROR) << "Could not remove fd from looper.";
83 LOG(ERROR) << "AttachedEvent handleEvent received error or hangup:" << events;
88 LOG(ERROR) << "AttachedEvent handleEvent unhandled poll event:" << events;
111 LOG(ERROR) << "AttachedEvent handleEvent unknown type: " << type;
/frameworks/base/services/net/java/android/net/util/
H A DSharedLog.java41 ERROR, enum constant in enum:SharedLog.Category
86 Log.e(mTag, record(Category.ERROR, e.toString()));
90 Log.e(mTag, record(Category.ERROR, msg));

Completed in 6801 milliseconds

12345