Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp63 PLOG(ERROR) << "Failed to close " << fd; in CloseDescriptor()
71 PLOG(ERROR) << "Failed to set FD_CLOEXEC on " << fd; in SetCloseOnExec()
81 PLOG(ERROR) << "Running otapreopt failed: " << apexd_error_msg; in ActivateApexPackages()
91 PLOG(ERROR) << "Running /system/bin/apexd --unmount-all failed: " << apexd_error_msg; in DeactivateApexPackages()
108 PLOG(ERROR) << "Failed to mount " << block_device << " on " << target << " with " in TryMountWithFstypes()
158 LOG(ERROR) << "Wrong number of arguments: " << argc; in otapreopt_chroot()
177 PLOG(ERROR) << "Failed to unshare() for otapreopt."; in otapreopt_chroot()
183 PLOG(ERROR) << "Failed to mount private."; in otapreopt_chroot()
195 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i]; in otapreopt_chroot()
210 LOG(ERROR) << "Target slot suffix not legal: " << slot_suffix; in otapreopt_chroot()
[all …]
Dotapreopt_parameters.cpp65 LOG(ERROR) << "Missing parameters"; in ReadArguments()
71 LOG(ERROR) << "Target slot suffix not legal: " << target_slot; in ReadArguments()
77 LOG(ERROR) << "Missing parameters"; in ReadArguments()
106 LOG(ERROR) << "Could not parse version: " << argv[2]; in ReadArguments()
146 LOG(ERROR) << "Missing parameters"; in ReadArgumentsV1()
150 LOG(ERROR) << "Expected \"dexopt\" but found: " << argv[2]; in ReadArgumentsV1()
227 LOG(ERROR) << "Too many arguments, got " << param; in ReadArgumentsV1()
233 LOG(ERROR) << "Not enough parameters"; in ReadArgumentsV1()
256 LOG(ERROR) << "Don't know how to read arguments for version " << version; in ReadArgumentsPostV1()
263 LOG(ERROR) << "Missing parameters"; in ReadArgumentsPostV1()
[all …]
Dotapreopt.cpp123 LOG(ERROR) << "Failed reading command line."; in Main()
128 LOG(ERROR)<< "Failed reading system properties."; in Main()
133 LOG(ERROR) << "Failed reading environment properties."; in Main()
138 LOG(ERROR) << "Failed initializing globals."; in Main()
145 LOG(ERROR) << "Bad dalvik cache."; in Main()
245 LOG(ERROR) << "Unable to create fd for derive_classpath"; in ReadEnvironment()
251 PLOG(ERROR) << "Running derive_classpath failed: " << error_msg; in ReadEnvironment()
299 LOG(ERROR) << "Could not set ASEC_MOUNTPOINT environment variable"; in CheckAndInitializeInstalldGlobals()
304 LOG(ERROR) << "Could not initialize globals; exiting."; in CheckAndInitializeInstalldGlobals()
311 PLOG(ERROR) << "Could not access " << GetOtaDirectoryPrefix(); in CheckAndInitializeInstalldGlobals()
[all …]
/frameworks/native/libs/gui/bufferqueue/2.0/
DH2BGraphicBufferProducer.cpp100 LOG(ERROR) << "requestBuffer: transaction failed."; in requestBuffer()
104 LOG(ERROR) << "requestBuffer: corrupted transaction."; in requestBuffer()
116 LOG(ERROR) << "setMaxDequeuedBufferCount: transaction failed."; in setMaxDequeuedBufferCount()
120 LOG(ERROR) << "setMaxDequeuedBufferCount: corrupted transaction."; in setMaxDequeuedBufferCount()
130 LOG(ERROR) << "setAsyncMode: transaction failed."; in setAsyncMode()
134 LOG(ERROR) << "setAsyncMode: corrupted transaction."; in setAsyncMode()
169 LOG(ERROR) << "dequeueBuffer: transaction failed."; in dequeueBuffer()
173 LOG(ERROR) << "dequeueBuffer: corrupted transaction."; in dequeueBuffer()
184 LOG(ERROR) << "detachBuffer: transaction failed."; in detachBuffer()
188 LOG(ERROR) << "detachBuffer: corrupted transaction."; in detachBuffer()
[all …]
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayShellCommand.java35 private static final int ERROR = -1; field in ColorDisplayShellCommand
61 if (level == ERROR) { in setSaturation()
62 return ERROR; in setSaturation()
70 if (level == ERROR) { in setLayerSaturation()
71 return ERROR; in setLayerSaturation()
76 return ERROR; in setLayerSaturation()
81 return ERROR; in setLayerSaturation()
98 return ERROR; in getLevel()
105 return ERROR; in getLevel()
110 return ERROR; in getLevel()
/frameworks/native/libs/binder/
DRecordedTransaction.cpp129 LOG(ERROR) << "Interface Name is not valid. Contains characters that aren't single byte " in fromDetails()
135 LOG(ERROR) << "Failed to set sent parcel data."; in fromDetails()
140 LOG(ERROR) << "Failed to set reply parcel data."; in fromDetails()
167 LOG(ERROR) << "Failed to read Chunk Descriptor from fd " << fd.get(); in readChunkDescriptor()
181 LOG(ERROR) << "Unable to get file information"; in fromFile()
187 LOG(ERROR) << "Invalid offset in file descriptor."; in fromFile()
192 LOG(ERROR) << "Not enough file remains to contain expected chunk descriptor"; in fromFile()
197 LOG(ERROR) << "Failed to read chunk descriptor."; in fromFile()
203 LOG(ERROR) << "Invalid offset in file descriptor."; in fromFile()
210 LOG(ERROR) << "Chunk data exceeds maximum size."; in fromFile()
[all …]
Dlibbinder_rpc_unstable.cpp88 LOG(ERROR) << "Failed to set up vsock server with port " << port in ARpcServer_newVsock()
98 LOG(ERROR) << "Rejected vsock connection from CID " << vaddr->svm_cid; in ARpcServer_newVsock()
112 LOG(ERROR) << "Failed to get fd for the socket:" << name; in ARpcServer_newInitUnixDomain()
123 LOG(ERROR) << "Failed to set up Unix Domain RPC server with name " << name in ARpcServer_newInitUnixDomain()
135 LOG(ERROR) << "Invalid bootstrap fd " << bootstrapFd; in ARpcServer_newUnixDomainBootstrap()
140 LOG(ERROR) << "Failed to set up Unix Domain RPC server with bootstrap fd " << bootstrapFd in ARpcServer_newUnixDomainBootstrap()
151 LOG(ERROR) << "Failed to set up inet RPC server with address " << address << " and port " in ARpcServer_newInet()
201 LOG(ERROR) << "Failed to set up vsock client with CID " << cid << " and port " << port in ARpcSession_setupVsockClient()
213 LOG(ERROR) << "Failed to set up Unix Domain RPC client with path: " << pathname in ARpcSession_setupUnixDomainClient()
224 LOG(ERROR) << "Invalid bootstrap fd " << bootstrapFd; in ARpcSession_setupUnixDomainBootstrapClient()
[all …]
/frameworks/av/media/module/libmediatranscoding/transcoder/
DMediaSampleReaderNDK.cpp37 LOG(ERROR) << "Unable to allocate AMediaExtractor"; in createFromFd()
43 LOG(ERROR) << "AMediaExtractor_setDataSourceFd returned error: " << status; in createFromFd()
131 LOG(ERROR) << "Error: Forward seek is not supported"; in seekExtractorBackwards_l()
140 LOG(ERROR) << "Unable to seek to " << seekToTimeUs << ", target " << targetTimeUs; in seekExtractorBackwards_l()
219 LOG(ERROR) << "Invalid trackIndex " << trackIndex << " for trackCount " << mTrackCount; in selectTrack()
222 LOG(ERROR) << "TrackIndex " << trackIndex << " already selected"; in selectTrack()
225 LOG(ERROR) << "Tracks must be selected before sample reading begins."; in selectTrack()
231 LOG(ERROR) << "AMediaExtractor_selectTrack returned error: " << status; in selectTrack()
244 LOG(ERROR) << "Invalid trackIndex " << trackIndex << " for trackCount " << mTrackCount; in unselectTrack()
247 LOG(ERROR) << "unselectTrack must be called before sample reading begins."; in unselectTrack()
[all …]
DMediaTranscoder.cpp36 LOG(ERROR) << "Cannot merge null formats"; in createVideoTrackFormat()
159 LOG(ERROR) << "Unable to add track to sample writer."; in onTrackFormatAvailable()
196 LOG(ERROR) << "Unable to start sample writer."; in onTrackFormatAvailable()
212 LOG(ERROR) << "TrackTranscoder " << transcoder << " returned error " << status; in onTrackError()
217 LOG(status == AMEDIA_OK ? DEBUG : ERROR) << "Sample writer finished with status " << status; in onFinished()
247 LOG(ERROR) << "Callbacks cannot be null"; in create()
257 LOG(ERROR) << "Invalid source fd: " << fd; in configureSource()
266 LOG(ERROR) << "Unable to parse source fd: " << fd; in configureSource()
274 LOG(ERROR) << "Track #" << trackIndex << " has no format"; in configureSource()
298 LOG(ERROR) << "Source must be configured before tracks"; in configureTrackFormat()
[all …]
DVideoTrackTranscoder.cpp161 LOG(ERROR) << "Error from codec " << codec << ", userdata " << userdata << ", error " in onAsyncError()
204 LOG(ERROR) << "Failed to get default operating rate due to missing resolution"; in getDefaultOperatingRate()
215 LOG(ERROR) << "Destination format is null, use passthrough transcoder"; in configureDestinationFormat()
221 LOG(ERROR) << "Unable to copy destination format"; in configureDestinationFormat()
228 LOG(ERROR) << "Unable to estimate bitrate. Using default " << kDefaultBitrateMbps; in configureDestinationFormat()
270 LOG(ERROR) << "Destination MIME type is required for transcoding."; in configureDestinationFormat()
283 LOG(ERROR) << "Unable to create encoder for type " << destinationMime; in configureDestinationFormat()
293 LOG(ERROR) << "Unable to configure video encoder: " << status; in configureDestinationFormat()
299 LOG(ERROR) << "Unable to create an encoder input surface: %d" << status; in configureDestinationFormat()
307 LOG(ERROR) << "Source MIME type is required for transcoding."; in configureDestinationFormat()
[all …]
DMediaSampleWriter.cpp58 LOG(ERROR) << "Unable to create AMediaMuxer"; in create()
98 LOG(ERROR) << "Callback object cannot be null"; in init()
101 LOG(ERROR) << "Muxer cannot be null"; in init()
107 LOG(ERROR) << "Sample writer is already initialized"; in init()
121 LOG(ERROR) << "Track format must be non-null"; in addTrack()
127 LOG(ERROR) << "Muxer needs to be initialized when adding tracks."; in addTrack()
140 LOG(ERROR) << "Failed to add media track to muxer: " << trackIndexOrError; in addTrack()
178 LOG(ERROR) << "No tracks to write."; in start()
181 LOG(ERROR) << "Sample writer is not initialized"; in start()
207 LOG(ERROR) << "Sample writer is not started."; in stop()
[all …]
DMediaTrackTranscoder.cpp33 LOG(ERROR) << "Configure can only be called once"; in configure()
38 LOG(ERROR) << "MediaSampleReader is null"; in configure()
42 LOG(ERROR) << "TrackIndex is invalid " << trackIndex; in configure()
52 LOG(ERROR) << "Unable to get format for track #" << mTrackIndex; in configure()
58 LOG(ERROR) << "configure failed with error " << status; in configure()
70 LOG(ERROR) << "TrackTranscoder must be configured before started"; in start()
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp31 #ifdef ERROR
32 #undef ERROR
78 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has invalid ID 0."; in VerifyResTableType()
84 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has too many entries (" << entry_count << ")."; in VerifyResTableType()
96 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data."; in VerifyResTableType()
101 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets extend beyond chunk."; in VerifyResTableType()
106 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entries start at unaligned address."; in VerifyResTableType()
116 LOG(ERROR) << "Entry at offset " << entry_offset << " is not 4-byte aligned."; in VerifyResTableEntry()
123 LOG(ERROR) << "Entry at offset " << entry_offset << " is too large."; in VerifyResTableEntry()
131 LOG(ERROR) << "Entry at offset " << entry_offset in VerifyResTableEntry()
[all …]
DPosixUtils.cpp51 PLOG(ERROR) << "out pipe"; in ExecuteBinary()
57 PLOG(ERROR) << "err pipe"; in ExecuteBinary()
80 PLOG(ERROR) << "fork"; in ExecuteBinary()
84 PLOG(ERROR) << "setgid"; in ExecuteBinary()
89 PLOG(ERROR) << "setuid"; in ExecuteBinary()
102 PLOG(ERROR) << "execv"; in ExecuteBinary()
DCursorWindow.cpp69 LOG(ERROR) << "Failed create"; in create()
89 PLOG(ERROR) << "Failed ashmem_create_region"; in maybeInflate()
94 PLOG(ERROR) << "Failed ashmem_set_prot_region"; in maybeInflate()
100 PLOG(ERROR) << "Failed mmap"; in maybeInflate()
105 PLOG(ERROR) << "Failed ashmem_set_prot_region"; in maybeInflate()
131 LOG(ERROR) << "Failed maybeInflate"; in maybeInflate()
150 LOG(ERROR) << "Unexpected size " << window->mSize << " for " << window->mNumRows in createFromParcel()
160 LOG(ERROR) << "Failed readFileDescriptor"; in createFromParcel()
166 PLOG(ERROR) << "Failed F_DUPFD_CLOEXEC"; in createFromParcel()
172 PLOG(ERROR) << "Failed mmap"; in createFromParcel()
[all …]
/frameworks/opt/net/wifi/libwifi_system_iface/
Dinterface_tool.cpp47 LOG(ERROR) << "Interface name is too long: " << if_name; in GetIfState()
52 LOG(ERROR) << "Could not read interface state for " << if_name in GetIfState()
65 LOG(ERROR) << "Failed to open socket to set up/down state (" in GetUpState()
81 LOG(ERROR) << "Failed to open socket to set up/down state (" in SetUpState()
103 LOG(ERROR) << "Could not set interface flags for " << if_name in SetUpState()
123 LOG(ERROR) << "Failed to open socket to set MAC address (" in SetMacAddress()
136 LOG(ERROR) << "Could not set interface MAC address for " << if_name in SetMacAddress()
156 LOG(ERROR) << "Failed to open socket to get factory MAC address (" in GetFactoryMacAddress()
170 LOG(ERROR) << "Could not get factory address MAC for " << if_name in GetFactoryMacAddress()
182 LOG(ERROR) << "Could not add bridge " << br_name.c_str() in createBridge()
[all …]
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp69 LOG(ERROR) << "Preferred store is corrupted.";
81 LOG(ERROR) << "config -- bad input."; in config_sm()
101 LOG(ERROR) << "config -- " in config_sm()
107 LOG(ERROR) << "config -- " in config_sm()
113 LOG(ERROR) << "config -- transaction failed."; in config_sm()
122 LOG(ERROR) << "copyBuffer -- not supported."; in copyBuffer()
129 LOG(ERROR) << "createComponent -- not supported."; in createComponent()
136 LOG(ERROR) << "createInterface -- not supported."; in createInterface()
178 LOG(ERROR) << "query -- error while parsing params."; in query_sm()
197 LOG(ERROR) << "query -- unexpected error."; in query_sm()
[all …]
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
Dtypes.cpp140 LOG(ERROR) << "Invalid C2FieldSupportedValues::range."; in objcpy()
190 LOG(ERROR) << "Invalid FieldSupportedValues::range."; in objcpy()
220 LOG(ERROR) << "Invalid C2FieldSupportedValuesQuery::field."; in objcpy()
276 LOG(ERROR) << "Invalid FieldSupportedValuesQuery."; in objcpy()
281 LOG(ERROR) << "Invalid FieldSupportedValuesQueryResult::values."; in objcpy()
401 LOG(ERROR) << "Invalid C2ParamFieldValues::paramOrField."; in objcpy()
407 LOG(ERROR) << "Invalid C2ParamFieldValues::values."; in objcpy()
422 LOG(ERROR) << "Invalid ParamFieldValues::values."; in objcpy()
430 LOG(ERROR) << "Invalid ParamFieldValues: " in objcpy()
479 LOG(ERROR) << "Invalid C2SettingResult::field."; in objcpy()
[all …]
/frameworks/av/media/mtp/
DMtpFfsHandle.cpp68 PLOG(ERROR) << "Could not get FFS bulk-in descriptor"; in getPacketSize()
92 PLOG(ERROR) << (ptp ? FFS_PTP_EP_IN : FFS_MTP_EP_IN) << ": cannot open bulk in ep"; in openEndpoints()
100 PLOG(ERROR) << (ptp ? FFS_PTP_EP_OUT : FFS_MTP_EP_OUT) << ": cannot open bulk out ep"; in openEndpoints()
108 PLOG(ERROR) << (ptp ? FFS_PTP_EP_INTR : FFS_MTP_EP_INTR) << ": cannot open intr ep"; in openEndpoints()
119 PLOG(ERROR) << "Failed to madvise"; in advise()
123 PLOG(ERROR) << "Failed to fadvise"; in advise()
205 LOG(ERROR) << "Mtp Event " << event->type << " (unknown)"; in handleEvent()
222 PLOG(ERROR) << "Mtp error ctrlreq read data"; in handleControlRequest()
255 LOG(ERROR) << "Unrecognized Mtp class request! " << code; in handleControlRequest()
258 LOG(ERROR) << "Unrecognized request type " << type; in handleControlRequest()
[all …]
DMtpUtils.cpp106 PLOG(ERROR) << "Failed to create folder " << path; in makeFolder()
127 PLOG(ERROR) << "opendir " << fromPath << " failed"; in copyRecursive()
162 PLOG(ERROR) << "Failed to open copy from " << fromPath; in copyFile()
167 PLOG(ERROR) << "Failed to open copy to " << toPath; in copyFile()
184 PLOG(ERROR) << "Copying failed!"; in copyFile()
205 PLOG(ERROR) << "opendir " << path << " failed"; in deleteRecursive()
227 PLOG(ERROR) << "Deleting path " << childPath << " failed"; in deleteRecursive()
245 PLOG(ERROR) << "deletePath stat failed for " << path; in deletePath()
249 PLOG(ERROR) << "Deleting path " << path << " failed"; in deletePath()
/frameworks/native/libs/binderdebug/
DBinderDebug.cpp84 LOG(ERROR) << "Failed to parse pointer: " << ptrString; in getBinderPidInfo()
94 LOG(ERROR) << "Failed to parse pid int: " << token; in getBinderPidInfo()
98 … LOG(ERROR) << "We failed to parse the pointer, so we can't add the refPids"; in getBinderPidInfo()
144 …LOG(ERROR) << "Failed to parse binder_logs ref entry. Expecting size greater than 11, but got: " <… in getBinderClientPids()
149 LOG(ERROR) << "Failed to parse desc int: " << splitString[3]; in getBinderClientPids()
156 LOG(ERROR) << "Failed to parse node int: " << splitString[5]; in getBinderClientPids()
170 …LOG(ERROR) << "Failed to parse binder_logs node entry. Expecting size greater than 20, but got: " … in getBinderClientPids()
178 LOG(ERROR) << "Failed to parse node int: " << nodeString; in getBinderClientPids()
192 LOG(ERROR) << "Failed to parse PID int: " << token; in getBinderClientPids()
/frameworks/base/core/java/android/speech/tts/
DFileSynthesisCallback.java125 return TextToSpeech.ERROR; in start()
129 return TextToSpeech.ERROR; in start()
149 return TextToSpeech.ERROR; in start()
167 return TextToSpeech.ERROR; in audioAvailable()
172 return TextToSpeech.ERROR; in audioAvailable()
176 return TextToSpeech.ERROR; in audioAvailable()
194 return TextToSpeech.ERROR; in audioAvailable()
212 return TextToSpeech.ERROR; in done()
220 return TextToSpeech.ERROR; in done()
224 return TextToSpeech.ERROR; in done()
[all …]
/frameworks/av/services/mediacodec/
Dmain_codecservice.cpp55 LOG(ERROR) << "Cannot create IOmx HAL service."; in main()
57 LOG(ERROR) << "Cannot register IOmx HAL service."; in main()
64 LOG(ERROR) << "Cannot create IOmxStore HAL service."; in main()
66 LOG(ERROR) << "Cannot register IOmxStore HAL service."; in main()
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DProcessingException.java19 import static javax.tools.Diagnostic.Kind.ERROR;
73 ERROR, getMessage(), mElement, mAnnotationMirror, mAnnotationValue); in print()
75 messager.printMessage(ERROR, getMessage(), mElement, mAnnotationMirror); in print()
78 messager.printMessage(ERROR, getMessage(), mElement); in print()
81 messager.printMessage(ERROR, getMessage()); in print()
/frameworks/opt/net/wifi/libwifi_hal/
Dwifi_hal_common.cpp66 PLOG(ERROR) << "Failed to open " << filename; in insmod()
74 PLOG(ERROR) << "finit_module return: " << ret; in insmod()
114 PLOG(ERROR) << "Failed to access driver state control param " in wifi_change_driver_state()
120 PLOG(ERROR) << "Failed to open driver state control param"; in wifi_change_driver_state()
125 PLOG(ERROR) << "Failed to write driver state control param"; in wifi_change_driver_state()
262 PLOG(ERROR) << "Failed to open wlan fw path param"; in wifi_change_fw_path()
267 PLOG(ERROR) << "Failed to write wlan fw path param"; in wifi_change_fw_path()

12345678910>>...14