Home
last modified time | relevance | path

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

1234567891011

/frameworks/ml/nn/runtime/
DCompilationBuilder.cpp54 LOG(ERROR) << "ANeuralNetworksCompilation_finish called more than once"; in finish()
84 LOG(ERROR) << "Cannot fall back to CPU because of an OEM operation"; in finish()
88 LOG(ERROR) << "Cannot fall back to CPU because of an extension operation"; in finish()
104 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference can't modify after compilation " in setPreference()
109 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference invalid preference " << preference; in setPreference()
119 LOG(ERROR) in setCaching()
135 LOG(ERROR) << "ANeuralNetworksCompilation_setPriority can't modify after compilation " in setPriority()
141 LOG(ERROR) << "ANeuralNetworksCompilation_setPriority invalid priority " << priority; in setPriority()
151 LOG(ERROR) << "ANeuralNetworksCompilation_setTimeout can't modify after compilation " in setTimeoutDuration()
156 LOG(ERROR) << "ANeuralNetworksCompilation_setTimeout called on an " in setTimeoutDuration()
[all …]
DNeuralNetworks.cpp622 LOG(ERROR) << "ANeuralNetworks_getDeviceCount passed a nullptr"; in ANeuralNetworks_getDeviceCount()
631 LOG(ERROR) << "ANeuralNetworks_getDevice passed a nullptr"; in ANeuralNetworks_getDevice()
636 LOG(ERROR) << "ANeuralNetworks_getDevice passed an invalid device index"; in ANeuralNetworks_getDevice()
645 LOG(ERROR) << "ANeuralNetworksDevice_getName passed a nullptr"; in ANeuralNetworksDevice_getName()
655 LOG(ERROR) << "ANeuralNetworksDevice_getVersion passed a nullptr"; in ANeuralNetworksDevice_getVersion()
665 LOG(ERROR) << "ANeuralNetworksDevice_getType passed a nullptr"; in ANeuralNetworksDevice_getType()
680 LOG(ERROR) << "ANeuralNetworksDevice_getFeatureLevel passed a nullptr"; in ANeuralNetworksDevice_getFeatureLevel()
694 LOG(ERROR) << "ANeuralNetworksDevice_wait passed a nullptr"; in ANeuralNetworksDevice_wait()
706 LOG(ERROR) << "ANeuralNetworksModel_getSupportedOperationsForDevices passed a nullptr"; in ANeuralNetworksModel_getSupportedOperationsForDevices()
710 LOG(ERROR) << "ANeuralNetworksModel_getSupportedOperationsForDevices passed an empty " in ANeuralNetworksModel_getSupportedOperationsForDevices()
[all …]
DVersionedInterfaces.cpp121 LOG(ERROR) << "DeathHandler::serviceDied -- service unexpectedly died!"; in serviceDied()
169 LOG(ERROR) << "makeVersionedIPreparedModel failed to register a death recipient for the " in makeVersionedIPreparedModel()
174 LOG(ERROR) << "makeVersionedIPreparedModel failed to register a death recipient for the " in makeVersionedIPreparedModel()
180 LOG(ERROR) << "makeVersionedIPreparedModel failed to register a death recipient for the " in makeVersionedIPreparedModel()
230 LOG(ERROR) << "execute_1_3 failure: " << ret.description(); in executeAsynchronously()
234 LOG(ERROR) << "execute_1_3 failure: " << ret.description(); in executeAsynchronously()
238 LOG(ERROR) << "execute_1_3 returned " << toString(static_cast<ErrorStatus>(ret)); in executeAsynchronously()
249 LOG(ERROR) << "Could not handle execute_1_2!"; in executeAsynchronously()
256 LOG(ERROR) << "execute_1_2 failure: " << ret.description(); in executeAsynchronously()
260 LOG(ERROR) << "execute_1_2 failure: " << ret.description(); in executeAsynchronously()
[all …]
DExecutionBuilder.cpp64 LOG(ERROR) << tag << ": Invalid newType"; in checkDimensionInfo()
71 LOG(ERROR) << tag << ": Setting with incompatible dimension count"; in checkDimensionInfo()
76 LOG(ERROR) << tag << ": Overriding a fully specified dimension is disallowed"; in checkDimensionInfo()
83 LOG(ERROR) << tag << ": Setting with operand type that is not fully specified"; in checkDimensionInfo()
122 CHECK(r == FenceState::SIGNALED || r == FenceState::ERROR); in completedWith()
132 LOG(ERROR) << "ANeuralNetworksExecution_setInput called after the " in setInput()
138 LOG(ERROR) << "ANeuralNetworksExecution_setInput bad index " << index << " " << count; in setInput()
146 LOG(ERROR) << "ANeuralNetworksExecution_setInput input exceeds max length " << length; in setInput()
151 LOG(ERROR) << "ANeuralNetworksExecution_setInput called when an input has already been " in setInput()
166 LOG(ERROR) << "ANeuralNetworksExecution_setInputFromMemory called after the " in setInputFromMemory()
[all …]
DModelBuilder.cpp46 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify after model finished"; in badState()
50 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify an invalid model"; in badState()
70 LOG(ERROR) << "Extensions are not supported for this process."; in addOperand()
82 LOG(ERROR) << "Extension operand type " << toString(operandType) << " is not registered"; in addOperand()
88 LOG(ERROR) << "ANeuralNetworksModel_addOperand exceed max operands"; in addOperand()
114 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting operand " << index << " of " in setOperandValue()
121 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue buffer is nullptr but length is " in setOperandValue()
131 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting operand " << index in setOperandValue()
136 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue value length of " << length in setOperandValue()
144 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting " << valueLength in setOperandValue()
[all …]
DMemory.cpp235 LOG(ERROR) << "ANeuralNetworksMemory_copy -- unable to map memory"; in copyHidlMemories()
239 LOG(ERROR) << "ANeuralNetworksMemory_copy -- incompatible memory size"; in copyHidlMemories()
252 LOG(ERROR) << "ANeuralNetworksMemory_copy failure: " << ret.description(); in copyIBufferToHidlMemory()
262 LOG(ERROR) << "ANeuralNetworksMemory_copy failure: " << ret.description(); in copyHidlMemoryToIBuffer()
283 LOG(ERROR) << "ANeuralNetworksMemory_copy -- uninitialized source memory"; in copyInternal()
289 LOG(ERROR) << "ANeuralNetworksMemory_copy -- incompatible memories"; in copyInternal()
318 LOG(ERROR) << "ANeuralNetworksMemoryDesc_" << name << " can't modify after finished"; in badState()
331 LOG(ERROR) << "ANeuralNetworksMemoryDesc_" << tag in addRole()
355 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addInputRole -- input index out of range."; in addRole()
361 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addOutputRole -- output index out of range."; in addRole()
[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/native/cmds/installd/
Dotapreopt_chroot.cpp81 LOG(ERROR) << "Failed to deactivate " << package_path << ": " in DeactivateApexPackages()
126 PLOG(ERROR) << "Not enough arguments."; in otapreopt_chroot()
143 PLOG(ERROR) << "Failed to unshare() for otapreopt."; in otapreopt_chroot()
149 PLOG(ERROR) << "Failed to mount private."; in otapreopt_chroot()
160 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i]; in otapreopt_chroot()
175 LOG(ERROR) << "Target slot suffix not legal: " << arg[2]; in otapreopt_chroot()
206 PLOG(ERROR) << "Failed to mount tmpfs in " << kPostinstallApexDir; in otapreopt_chroot()
210 PLOG(ERROR) << "Failed to restorecon " << kPostinstallApexDir; in otapreopt_chroot()
214 PLOG(ERROR) << "Failed to chmod " << kPostinstallApexDir << " to 0755"; in otapreopt_chroot()
218 PLOG(ERROR) << "Failed to chown " << kPostinstallApexDir << " to root:root"; 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 …]
Ddexopt.cpp228 PLOG(ERROR) << "execv(" << argv_[0] << ") failed"; in Exec()
658 PLOG(ERROR) << "set_sched_policy failed"; in SetDex2OatScheduling()
662 PLOG(ERROR) << "setpriority failed"; in SetDex2OatScheduling()
672 PLOG(ERROR) << "Failed to create profile " << profile; in create_profile()
680 PLOG(ERROR) << "Could not chown profile " << profile; in create_profile()
709 PLOG(ERROR) << "Failed to open profile " << profile; in open_profile()
1007 LOG(ERROR) << "profman dump: no profiles to dump for " << pkgname; in dump_profiles()
1014 LOG(ERROR) << "installd cannot chmod file for dump_profile" << out_file_name; in dump_profiles()
1022 PLOG(ERROR) << "installd cannot open " << code_path.c_str(); in dump_profiles()
1151 PLOG(ERROR) << "open_output_file: Couldn't unlink " << file_name; in open_output_file()
[all …]
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp31 #ifdef ERROR
32 #undef ERROR
96 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has invalid ID 0."; in VerifyResTableType()
102 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has too many entries (" << entry_count << ")."; in VerifyResTableType()
112 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data."; in VerifyResTableType()
117 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets extend beyond chunk."; in VerifyResTableType()
122 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entries start at unaligned address."; in VerifyResTableType()
131 LOG(ERROR) << "Entry at offset " << entry_offset << " is not 4-byte aligned."; in VerifyResTableEntry()
138 LOG(ERROR) << "Entry at offset " << entry_offset << " is too large."; in VerifyResTableEntry()
146 LOG(ERROR) << "Entry at offset " << entry_offset in VerifyResTableEntry()
[all …]
DIdmap.cpp27 #ifdef ERROR
28 #undef ERROR
74 LOG(ERROR) << "Idmap header is not word aligned."; in IsValidIdmapHeader()
79 LOG(ERROR) << "Idmap header is too small."; in IsValidIdmapHeader()
85 LOG(ERROR) << StringPrintf("Invalid Idmap file: bad magic value (was 0x%08x, expected 0x%08x)", in IsValidIdmapHeader()
93 LOG(ERROR) << StringPrintf("Version mismatch in Idmap (was 0x%08x, expected 0x%08x)", in IsValidIdmapHeader()
99 LOG(ERROR) << StringPrintf("Target package ID in Idmap is invalid: 0x%02x", in IsValidIdmapHeader()
105 LOG(ERROR) << StringPrintf("Idmap has too many type mappings (was %d, max 255)", in IsValidIdmapHeader()
135 LOG(ERROR) << "Type mapping in Idmap is not word aligned"; in Load()
142 LOG(ERROR) << StringPrintf("Invalid type map (0x%02x -> 0x%02x)", in Load()
[all …]
DPosixUtils.cpp55 PLOG(ERROR) << "pipe"; in ExecuteBinary()
61 PLOG(ERROR) << "pipe"; in ExecuteBinary()
78 PLOG(ERROR) << "fork"; in ExecuteBinary()
82 PLOG(ERROR) << "setgid"; in ExecuteBinary()
87 PLOG(ERROR) << "setuid"; in ExecuteBinary()
100 PLOG(ERROR) << "execv"; in ExecuteBinary()
DApkAssets.cpp70 LOG(ERROR) << "failed to load IDMAP " << idmap_path; in LoadOverlay()
90 LOG(ERROR) << "Failed to open file '" << path << "': " << SystemErrorCodeToString(errno); in CreateAssetFromFile()
96 LOG(ERROR) << "Failed to get size of file '" << path << "': " << SystemErrorCodeToString(errno); in CreateAssetFromFile()
102 LOG(ERROR) << "Failed to mmap file '" << path << "': " << SystemErrorCodeToString(errno); in CreateAssetFromFile()
121 LOG(ERROR) << "Failed to open APK '" << path << "' " << ::ErrorCodeString(result); in LoadImpl()
146 LOG(ERROR) << "Failed to open '" << kResourcesArsc << "' in APK '" << path << "'."; in LoadImpl()
159 LOG(ERROR) << "Failed to load '" << kResourcesArsc << "' in APK '" << path << "'."; in LoadImpl()
180 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'"; in Open()
187 LOG(ERROR) << "Failed to decompress '" << path << "'."; in Open()
195 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'"; in Open()
[all …]
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp139 LOG(ERROR) << "Invalid C2FieldSupportedValues::range."; in objcpy()
189 LOG(ERROR) << "Invalid FieldSupportedValues::range."; in objcpy()
219 LOG(ERROR) << "Invalid C2FieldSupportedValuesQuery::field."; in objcpy()
275 LOG(ERROR) << "Invalid FieldSupportedValuesQuery."; in objcpy()
280 LOG(ERROR) << "Invalid FieldSupportedValuesQueryResult::values."; in objcpy()
400 LOG(ERROR) << "Invalid C2ParamFieldValues::paramOrField."; in objcpy()
406 LOG(ERROR) << "Invalid C2ParamFieldValues::values."; in objcpy()
421 LOG(ERROR) << "Invalid ParamFieldValues::values."; in objcpy()
429 LOG(ERROR) << "Invalid ParamFieldValues: " in objcpy()
478 LOG(ERROR) << "Invalid C2SettingResult::field."; in objcpy()
[all …]
/frameworks/ml/nn/common/
DBufferTracker.cpp44 LOG(ERROR) << "ManagedBuffer cannot handle extension operands."; in create()
74 LOG(ERROR) << "ManagedBuffer::validateRequest -- invalid buffer role."; in validateRequest()
78 LOG(ERROR) << "ManagedBuffer::validateRequest -- using uninitialized buffer as input " in validateRequest()
84 LOG(ERROR) << "ManagedBuffer::validateRequest -- incompatible dimensions (" in validateRequest()
95 LOG(ERROR) << "ManagedBuffer::validateRequest -- using the same device memory for " in validateRequest()
101 LOG(ERROR) << "ManagedBuffer::validateRequest -- invalid buffer role."; in validateRequest()
106 LOG(ERROR) << "ManagedBuffer::validateRequest -- incompatible dimensions (" in validateRequest()
119 LOG(ERROR) << "ManagedBuffer::validateCopyFrom -- invalid memory size: " << kSize << " vs " in validateCopyFrom()
126 LOG(ERROR) in validateCopyFrom()
136 LOG(ERROR) << "ManagedBuffer::validateCopyFrom -- the initial dimensions are not fully " in validateCopyFrom()
[all …]
DValidateHal.cpp81 LOG(ERROR) << "Invalid poolIndex " << location.poolIndex << "/" << mPoolCount; in validate()
87 LOG(ERROR) << "Reference to pool " << location.poolIndex << " with offset " in validate()
176 LOG(ERROR) << "Operand is not supported by this version: " in validateOperands()
194 LOG(ERROR) << "Operand " << index << ": Scalar data has dimensions of rank " in validateOperands()
214 LOG(ERROR) << "Operand " << index << ": Tensor has dimensions of rank 0"; in validateOperands()
221 LOG(ERROR) << "Operand " << index << ": Invalid operand type " in validateOperands()
241 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
250 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
261 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
268 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
[all …]
DExecutionBurstServer.cpp97 LOG(ERROR) << "IPreparedModelAdapter::execute -- Error executing"; in execute()
172 LOG(ERROR) << "FMQ Request packet ill-formed"; in deserialize()
186 LOG(ERROR) << "FMQ Request packet ill-formed"; in deserialize()
196 LOG(ERROR) << "FMQ Request packet ill-formed"; in deserialize()
214 LOG(ERROR) << "FMQ Request packet ill-formed"; in deserialize()
237 LOG(ERROR) << "FMQ Request packet ill-formed"; in deserialize()
255 LOG(ERROR) << "FMQ Request packet ill-formed"; in deserialize()
278 LOG(ERROR) << "FMQ Request packet ill-formed"; in deserialize()
292 LOG(ERROR) << "FMQ Request packet ill-formed"; in deserialize()
302 LOG(ERROR) << "FMQ Result packet ill-formed"; in deserialize()
[all …]
DExecutionBurstController.cpp60 LOG(ERROR) << "BurstContextDeathHandler::serviceDied -- service unexpectedly died!"; in serviceDied()
161 LOG(ERROR) << "FMQ Result packet ill-formed"; in deserialize()
174 LOG(ERROR) << "FMQ Result packet ill-formed"; in deserialize()
182 LOG(ERROR) << "FMQ Result packet ill-formed"; in deserialize()
198 LOG(ERROR) << "FMQ Result packet ill-formed"; in deserialize()
216 LOG(ERROR) << "FMQ Result packet ill-formed"; in deserialize()
226 LOG(ERROR) << "FMQ Result packet ill-formed"; in deserialize()
243 LOG(ERROR) << "Unable to create ResultChannelReceiver"; in create()
309 LOG(ERROR) << "Error receiving packet"; in getPacketBlocking()
342 LOG(ERROR) << "Error receiving packet"; in getPacketBlocking()
[all …]
/frameworks/opt/net/wifi/libwifi_system_iface/
Dinterface_tool.cpp41 LOG(ERROR) << "Interface name is too long: " << if_name; in GetIfState()
46 LOG(ERROR) << "Could not read interface state for " << if_name in GetIfState()
59 LOG(ERROR) << "Failed to open socket to set up/down state (" in GetUpState()
75 LOG(ERROR) << "Failed to open socket to set up/down state (" in SetUpState()
97 LOG(ERROR) << "Could not set interface flags for " << if_name in SetUpState()
117 LOG(ERROR) << "Failed to open socket to set MAC address (" in SetMacAddress()
130 LOG(ERROR) << "Could not set interface MAC address for " << if_name in SetMacAddress()
145 LOG(ERROR) << "Failed to open socket to get factory MAC address (" in GetFactoryMacAddress()
156 LOG(ERROR) << "Failed to set memory for mac address (" in GetFactoryMacAddress()
166 LOG(ERROR) << "Could not get factory address MAC for " << if_name in GetFactoryMacAddress()
/frameworks/av/media/mtp/
DMtpFfsHandle.cpp68 PLOG(ERROR) << "Could not get FFS bulk-in descriptor"; in getPacketSize()
91 PLOG(ERROR) << (ptp ? FFS_PTP_EP_IN : FFS_MTP_EP_IN) << ": cannot open bulk in ep"; in openEndpoints()
99 PLOG(ERROR) << (ptp ? FFS_PTP_EP_OUT : FFS_MTP_EP_OUT) << ": cannot open bulk out ep"; in openEndpoints()
107 PLOG(ERROR) << (ptp ? FFS_PTP_EP_INTR : FFS_MTP_EP_INTR) << ": cannot open intr ep"; in openEndpoints()
118 PLOG(ERROR) << "Failed to madvise"; in advise()
122 PLOG(ERROR) << "Failed to fadvise"; in advise()
204 LOG(ERROR) << "Mtp Event " << event->type << " (unknown)"; in handleEvent()
221 PLOG(ERROR) << "Mtp error ctrlreq read data"; in handleControlRequest()
254 LOG(ERROR) << "Unrecognized Mtp class request! " << code; in handleControlRequest()
257 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()
161 PLOG(ERROR) << "Failed to open copy from " << fromPath; in copyFile()
166 PLOG(ERROR) << "Failed to open copy to " << toPath; in copyFile()
183 PLOG(ERROR) << "Copying failed!"; in copyFile()
204 PLOG(ERROR) << "opendir " << path << " failed"; in deleteRecursive()
226 PLOG(ERROR) << "Deleting path " << childPath << " failed"; in deleteRecursive()
244 PLOG(ERROR) << "deletePath stat failed for " << path; in deletePath()
248 PLOG(ERROR) << "Deleting path " << path << " failed"; in deletePath()
/frameworks/ml/nn/driver/sample/
DSampleDriverUtils.cpp32 LOG(ERROR) << "Error when calling IPreparedModelCallback::notify: " << ret.description(); in notify()
40 LOG(ERROR) << "Error when calling IPreparedModelCallback::notify_1_2: " in notify()
49 LOG(ERROR) << "Error when calling IPreparedModelCallback::notify_1_3: " in notify()
58 LOG(ERROR) << "Error when calling IExecutionCallback::notify: " << ret.description(); in notify()
66 LOG(ERROR) << "Error when calling IExecutionCallback::notify_1_2: " << ret.description(); in notify()
74 LOG(ERROR) << "Error when calling IExecutionCallback::notify_1_3" << ret.description(); in notify()
/frameworks/base/core/java/android/speech/tts/
DFileSynthesisCallback.java124 return TextToSpeech.ERROR; in start()
128 return TextToSpeech.ERROR; in start()
148 return TextToSpeech.ERROR; in start()
166 return TextToSpeech.ERROR; in audioAvailable()
171 return TextToSpeech.ERROR; in audioAvailable()
175 return TextToSpeech.ERROR; in audioAvailable()
193 return TextToSpeech.ERROR; in audioAvailable()
211 return TextToSpeech.ERROR; in done()
219 return TextToSpeech.ERROR; in done()
223 return TextToSpeech.ERROR; in done()
[all …]
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
Dbuffer_transport_benchmark.cpp93 LOG(ERROR) << "Failed to acquire next buffer."; in onFrameAvailable()
103 LOG(ERROR) << "Failed to release buffer."; in onFrameAvailable()
162 LOG(ERROR) << "Failed to get the benchmark service."; in Start()
175 LOG(ERROR) << "Failed to get buffer queue over binder."; in CreateSurface()
182 LOG(ERROR) << "Failed to get IGraphicBufferProducer over binder."; in CreateSurface()
188 LOG(ERROR) << "Failed to get IGraphicBufferProducer over binder."; in CreateSurface()
250 LOG(ERROR) << "Failed to create epoll fd: %s", strerror(-ret); in Start()
258 LOG(ERROR) << "Failed to set scheduler policy, ret=" << ret; in Start()
272 LOG(ERROR) << "Error polling consumer queues."; in Start()
296 LOG(ERROR) << "Failed to create BufferHub-based BufferQueue."; in CreateSurface()
[all …]

1234567891011