Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 157) sorted by relevance

1234567

/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/av/media/codec2/hidl/client/
Dclient.cpp154 LOG(INFO) << "Failed to retrieve component traits from service " in getTraits()
206 LOG(WARNING) << "query -- null stack param encountered."; in query()
228 LOG(DEBUG) << "query -- call failed: " in query()
234 LOG(ERROR) << "query -- error while parsing params."; in query()
245 LOG(WARNING) << "query -- null stack param."; in query()
253 LOG(ERROR) << "query -- unexpected error."; in query()
258 LOG(WARNING) << "query -- param skipped: " in query()
265 LOG(WARNING) << "query -- param update failed: " in query()
271 LOG(WARNING) << "query -- null heap param."; in query()
276 LOG(WARNING) << "query -- " in query()
[all …]
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp96 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()
156 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
162 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
[all …]
DIdmap.cpp74 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()
151 LOG(ERROR) << StringPrintf("Idmap too small for the number of entries (%d)", in Load()
171 LOG(ERROR) << "Parsed " << type_maps_encountered << " type maps but expected " in Load()
/frameworks/ml/nn/runtime/
DCompilationBuilder.cpp45 LOG(ERROR) << "ANeuralNetworksCompilation_finish called more than once"; in finish()
73 LOG(ERROR) << "Cannot fall back to CPU because of an OEM operation"; in finish()
77 LOG(ERROR) << "Cannot fall back to CPU because of an extension operation"; in finish()
93 LOG(ERROR) << in setPreference()
98 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference invalid preference " << preference; in setPreference()
108 LOG(ERROR) in setCaching()
124 LOG(ERROR) << in setPartitioning()
135 LOG(ERROR) << "ANeuralNetworksExecution_create passed an unfinished compilation"; in createExecution()
140 LOG(ERROR) << "ANeuralNetworksExecution_create passed an invalid compilation"; in createExecution()
150 LOG(ERROR) << "ANeuralNetworksBurst_create passed an unfinished compilation"; in createBurst()
[all …]
DModelBuilder.cpp40 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify after model finished"; in badState()
44 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify an invalid model"; in badState()
64 LOG(ERROR) << "Extensions are not supported for this process."; in addOperand()
68 LOG(WARNING) << "OEM data type is deprecated. Use Extensions instead."; in addOperand()
74 LOG(ERROR) << "Extension operand type " << toString(operandType) << " is not registered"; in addOperand()
80 LOG(ERROR) << "ANeuralNetworksModel_addOperand exceed max operands"; in addOperand()
105 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting operand " << index << " of " in setOperandValue()
112 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue buffer is nullptr but length is " in setOperandValue()
122 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting operand " << index in setOperandValue()
127 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue value length of " << length in setOperandValue()
[all …]
DVersionedInterfaces.cpp61 LOG(ERROR) << "DeathHandler::serviceDied -- service unexpectedly died!"; in serviceDied()
98 LOG(ERROR) << "makeVersionedIPreparedModel -- passed invalid preparedModel object."; in makeVersionedIPreparedModel()
105 LOG(ERROR) << "makeVersionedIPreparedModel -- Failed to create IPreparedModelDeathHandler."; in makeVersionedIPreparedModel()
115 LOG(ERROR) << "makeVersionedIPreparedModel -- Failed to register a death recipient for the " in makeVersionedIPreparedModel()
147 LOG(ERROR) << "execute_1_2 failure: " << ret.description(); in execute()
152 LOG(ERROR) << "execute_1_2 returned " << toString(static_cast<ErrorStatus>(ret)); in execute()
161 LOG(ERROR) << "execute failure: " << ret.description(); in execute()
166 LOG(ERROR) << "execute returned " << toString(static_cast<ErrorStatus>(ret)); in execute()
173 LOG(ERROR) << "execute called with no preparedModel"; in execute()
192 LOG(ERROR) << "executeSynchronously failure: " << ret.description(); in executeSynchronously()
[all …]
DMemory.cpp40 LOG(ERROR) << "Memory::create failed"; in create()
48 LOG(ERROR) << "Request size larger than the memory size."; in validateSize()
81 LOG(ERROR) << "Invalid size or fd"; in set()
86 LOG(ERROR) << "Failed to dup the fd"; in set()
92 LOG(ERROR) << "Failed to remove the existing mapping"; in set()
102 LOG(ERROR) << "Failed to create native_handle"; in set()
124 LOG(ERROR) << "Memory not initialized"; in getPointer()
133 LOG(ERROR) << "MemoryFd::getPointer(): Can't mmap the file descriptor."; in getPointer()
153 LOG(ERROR) << "ANeuralNetworks more than 2^32 memories."; in add()
DNeuralNetworks.cpp427 static_assert(static_cast<int32_t>(OperationType::LOG) == ANEURALNETWORKS_LOG,
555 LOG(ERROR) << "ANeuralNetworks_getDeviceCount passed a nullptr"; in ANeuralNetworks_getDeviceCount()
564 LOG(ERROR) << "ANeuralNetworks_getDevice passed a nullptr"; in ANeuralNetworks_getDevice()
569 LOG(ERROR) << "ANeuralNetworks_getDevice passed an invalid device index"; in ANeuralNetworks_getDevice()
578 LOG(ERROR) << "ANeuralNetworksDevice_getName passed a nullptr"; in ANeuralNetworksDevice_getName()
588 LOG(ERROR) << "ANeuralNetworksDevice_getVersion passed a nullptr"; in ANeuralNetworksDevice_getVersion()
598 LOG(ERROR) << "ANeuralNetworksDevice_getType passed a nullptr"; in ANeuralNetworksDevice_getType()
613 LOG(ERROR) << "ANeuralNetworksDevice_getFeatureLevel passed a nullptr"; in ANeuralNetworksDevice_getFeatureLevel()
630 LOG(ERROR) << "ANeuralNetworksModel_getSupportedOperationsForDevices passed a nullptr"; in ANeuralNetworksModel_getSupportedOperationsForDevices()
634 LOG(ERROR) << "ANeuralNetworksModel_getSupportedOperationsForDevices passed an empty " in ANeuralNetworksModel_getSupportedOperationsForDevices()
[all …]
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp139 LOG(ERROR) << "Invalid C2FieldSupportedValues::range."; in objcpy()
159 LOG(DEBUG) << "Unrecognized C2FieldSupportedValues::type_t " in objcpy()
189 LOG(ERROR) << "Invalid FieldSupportedValues::range."; in objcpy()
206 LOG(WARNING) << "Unrecognized FieldSupportedValues::getDiscriminator()"; in objcpy()
219 LOG(ERROR) << "Invalid C2FieldSupportedValuesQuery::field."; in objcpy()
230 LOG(DEBUG) << "Unrecognized C2FieldSupportedValuesQuery::type_t " in objcpy()
251 LOG(DEBUG) << "Unrecognized FieldSupportedValuesQuery::Type " in objcpy()
275 LOG(ERROR) << "Invalid FieldSupportedValuesQuery."; in objcpy()
280 LOG(ERROR) << "Invalid FieldSupportedValuesQueryResult::values."; in objcpy()
306 LOG(DEBUG) << "Unrecognized C2Component::domain_t " in objcpy()
[all …]
DInputSurfaceConnection.cpp86 LOG(ERROR) << "Remote sink is dead.";
92 LOG(ERROR) << "Remote sink is not configurable.";
103 LOG(ERROR) << "Remote sink's configurable is dead.";
121 LOG(WARNING) << "Impl::init -- GraphicBufferSource init failed: " in init()
134 LOG(WARNING) << "Impl::init -- cannot query information from " in init()
158 LOG(WARNING) << "Impl::init -- GBS configure failed: " in init()
164 LOG(WARNING) << "Impl::init: failed to populate GBS slots."; in init()
169 LOG(WARNING) << "Impl::init -- GBS failed to start."; in init()
178 LOG(WARNING) << "Impl::init -- failed to fetch gralloc allocator: " in init()
191 LOG(VERBOSE) << "Impl::submitBuffer -- bufferId = " << bufferId << "."; in submitBuffer()
[all …]
DInputBufferManager.cpp67 LOG(VERBOSE) << "InputBufferManager::_registerFrameData -- called with " in _registerFrameData()
78 LOG(VERBOSE) << "InputBufferManager::_registerFrameData -- " in _registerFrameData()
90 LOG(DEBUG) << "InputBufferManager::_registerFrameData -- " in _registerFrameData()
114 LOG(VERBOSE) << "InputBufferManager::_unregisterFrameData -- called with " in _unregisterFrameData()
135 LOG(DEBUG) << "InputBufferManager::_unregisterFrameData " in _unregisterFrameData()
175 LOG(VERBOSE) << "InputBufferManager::_unregisterFrameData -- called with " in _unregisterFrameData()
196 LOG(DEBUG) << "InputBufferManager::_unregisterFrameData " in _unregisterFrameData()
232 LOG(WARNING) << "InputBufferManager::_onBufferDestroyed -- called with " in _onBufferDestroyed()
240 LOG(VERBOSE) << "InputBufferManager::_onBufferDestroyed -- called with " in _onBufferDestroyed()
253 LOG(DEBUG) << "InputBufferManager::_onBufferDestroyed -- " in _onBufferDestroyed()
[all …]
/frameworks/native/cmds/installd/
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 …]
/frameworks/opt/net/wifi/libwifi_system/
Dhostapd_manager.cpp28 LOG(ERROR) << "Failed to start SoftAP"; in StartHostapd()
32 LOG(DEBUG) << "SoftAP started successfully"; in StartHostapd()
37 LOG(DEBUG) << "Stopping the SoftAP service..."; in StopHostapd()
40 LOG(ERROR) << "Failed to stop hostapd service!"; in StopHostapd()
44 LOG(DEBUG) << "SoftAP stopped successfully"; in StopHostapd()
/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()
166 LOG(INFO) << "Binder server is ready for client."; 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()
263 LOG(INFO) << "Reader Thread Running..."; in Start()
[all …]
/frameworks/ml/nn/common/
DValidateHal.cpp55 LOG(ERROR) << "Invalid poolIndex " << location.poolIndex << "/" << mPoolCount; in validate()
61 LOG(ERROR) << "Reference to pool " << location.poolIndex << " with offset " in validate()
147 LOG(ERROR) << "Operand is not supported by this version: " in validateOperands()
164 LOG(ERROR) << "Operand " << index << ": Scalar data has dimensions of rank " in validateOperands()
183 LOG(ERROR) << "Operand " << index << ": Tensor has dimensions of rank 0"; in validateOperands()
190 LOG(ERROR) << "Operand " << index << ": Invalid operand type " in validateOperands()
214 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
223 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
233 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
240 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
[all …]
/frameworks/av/services/mediacodec/
Dmain_codecservice.cpp41 LOG(INFO) << "mediacodecservice starting"; in main()
54 LOG(ERROR) << "Cannot create IOmx HAL service."; in main()
56 LOG(ERROR) << "Cannot register IOmx HAL service."; in main()
58 LOG(INFO) << "IOmx HAL service created."; in main()
62 LOG(ERROR) << "Cannot create IOmxStore HAL service."; in main()
64 LOG(ERROR) << "Cannot register IOmxStore HAL service."; in main()
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java37 public static final void LOG(String fmt, Object... args) { in LOG() method in PanelBar
51 if (DEBUG) LOG("go state: %d -> %d", mState, state); in go()
138 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel, in onTouchEvent()
161 if (SPEW) LOG("panelExpansionChanged: start state=%d", mState); in panelExpansionChanged()
174 if (SPEW) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac); in panelExpansionChanged()
185 if (SPEW) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState, in panelExpansionChanged()
200 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting); in collapsePanel()
210 if (DEBUG) LOG("onPanelPeeked"); in onPanelPeeked()
218 if (DEBUG) LOG("onPanelCollapsed"); in onPanelCollapsed()
222 if (DEBUG) LOG("onPanelFullyOpened"); in onPanelFullyOpened()
[all …]
/frameworks/av/services/minijail/
Dminijail.cpp49 LOG(ERROR) << "Could not write policy to fd"; in WritePolicyToPipe()
60 LOG(WARNING) << "No seccomp policy defined for this architecture."; in SetUpMinijail()
68 LOG(FATAL) << "Could not read base policy file '" << base_policy_path << "'"; in SetUpMinijail()
74 LOG(WARNING) << "Could not read additional policy file '" << additional_policy_path << "'"; in SetUpMinijail()
80 LOG(FATAL) << "Could not write seccomp policy to fd"; in SetUpMinijail()
85 LOG(FATAL) << "Failed to create minijail."; in SetUpMinijail()
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp62 LOG(ERROR) << "Sensor service died. Cleanup sensor manager instance!"; in serviceDied()
75 LOG(ERROR) << "Transaction error in linking to sensor service death: " << in ASensorManager()
78 LOG(WARNING) << "Unable to link to sensor service death notifications"; in ASensorManager()
80 LOG(DEBUG) << "Link to sensor service death notification successful"; in ASensorManager()
91 LOG(VERBOSE) << "ASensorManager::getSensorList"; in getSensorList()
159 LOG(VERBOSE) << "ASensorManager::createEventQueue"; in createEventQueue()
178 LOG(ERROR) << "FAILED to create event queue"; in createEventQueue()
184 LOG(VERBOSE) << "Returning event queue " << queue.get(); in createEventQueue()
189 LOG(VERBOSE) << "ASensorManager::destroyEventQueue(" << queue << ")"; in destroyEventQueue()
309 LOG(VERBOSE) << "ASensorEventQueue_registerSensor"; in ASensorEventQueue_registerSensor()
[all …]
/frameworks/native/services/sensorservice/hidl/
DSensorManager.cpp70 LOG(ERROR) << "::android::SensorManager::getSensorList encounters " << count; in getSensorList()
148 LOG(WARNING) << "Could not use SCHED_FIFO for looper thread: " in getLooper()
164 LOG(FATAL) << "Cannot attach SensorManager looper thread to Java VM."; in getLooper()
167 LOG(INFO) << POLL_THREAD_NAME << " started."; in getLooper()
172 LOG(INFO) << POLL_THREAD_NAME << ": requested to stop"; in getLooper()
175 LOG(INFO) << POLL_THREAD_NAME << ": spurious wake up, back to work"; in getLooper()
178 LOG(ERROR) << POLL_THREAD_NAME << ": Looper::pollAll returns unexpected " in getLooper()
185 LOG(ERROR) << "Cannot detach SensorManager looper thread from Java VM."; in getLooper()
188 LOG(INFO) << POLL_THREAD_NAME << " is terminated."; in getLooper()
213 LOG(ERROR) << "::android::SensorManager::createEventQueue cannot initialize looper"; in createEventQueue()
[all …]
/frameworks/av/services/mediacodec/registrant/
DCodecServiceRegistrant.cpp28 LOG(INFO) << "Creating software Codec2 service..."; in RegisterCodecServices()
33 LOG(ERROR) << in RegisterCodecServices()
37 LOG(ERROR) << in RegisterCodecServices()
40 LOG(INFO) << in RegisterCodecServices()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp148 LOG(ERROR) << "Could not open selinux status; exiting"; in init_selinux()
552 LOG(INFO) << "DexoptSecondaryCe"; in TEST_F()
558 LOG(INFO) << "DexoptSecondaryCeLink"; in TEST_F()
564 LOG(INFO) << "DexoptSecondaryCeWithContext"; in TEST_F()
571 LOG(INFO) << "DexoptSecondaryDe"; in TEST_F()
577 LOG(INFO) << "DexoptSecondaryDeWithContext"; in TEST_F()
584 LOG(INFO) << "DexoptSecondaryDoesNotExist"; in TEST_F()
593 LOG(INFO) << "DexoptSecondaryStorageValidationError"; in TEST_F()
602 LOG(INFO) << "DexoptSecondaryAppOwnershipValidationError"; in TEST_F()
611 LOG(INFO) << "DexoptSecondaryAcessViaDifferentUidError"; in TEST_F()
[all …]
/frameworks/native/libs/binder/ndk/
Dibinder.cpp79 LOG(ERROR) << __func__ << ": Class descriptors '" << currentDescriptor in associateClass()
83 LOG(ERROR) << __func__ in associateClass()
98 LOG(ERROR) << __func__ << ": Expecting binder to have class '" << newDescriptor.c_str() in associateClass()
131 LOG(ERROR) << "ABBinder::dump received too many arguments: " << args.size(); in dump()
280 LOG(WARNING) << "Unlinking to dead binder resulted in: " << result; in binderDied()
332 LOG(ERROR) << __func__ in unlinkToDeath()
346 LOG(ERROR) << __func__ << ": Must provide class to construct local binder."; in AIBinder_new()
410 LOG(ERROR) << __func__ << ": Must provide binder and recipient."; in AIBinder_linkToDeath()
421 LOG(ERROR) << __func__ << ": Must provide binder and recipient."; in AIBinder_unlinkToDeath()
439 LOG(ERROR) << __func__ << ": on null binder"; in AIBinder_incStrong()
[all …]

1234567