/frameworks/av/services/mediacodec/registrant/ |
D | CodecServiceRegistrant.cpp | 69 LOG(ERROR) << "Preferred store is corrupted."; 81 LOG(ERROR) << "config -- bad input."; in config_sm() 94 LOG(DEBUG) << "config -- call failed: " 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() 150 LOG(WARNING) << "query -- null stack param encountered."; in query_sm() [all …]
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | H2BGraphicBufferProducer.cpp | 100 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/libmediatranscoding/transcoder/ |
D | MediaTranscoder.cpp | 36 LOG(ERROR) << "Cannot merge null formats"; in createVideoTrackFormat() 89 LOG(DEBUG) << "Thread " << thread << " finished with status " << threadStatus << " stopped " in onThreadFinished() 112 LOG(DEBUG) << " Thread " << it.first << " state" << it.second; in onThreadFinished() 146 LOG(DEBUG) << "TrackTranscoder " << transcoder << " format available."; in onTrackFormatAvailable() 159 LOG(ERROR) << "Unable to add track to sample writer."; in onTrackFormatAvailable() 187 LOG(DEBUG) << "Starting sample writer."; in onTrackFormatAvailable() 196 LOG(ERROR) << "Unable to start sample writer."; in onTrackFormatAvailable() 202 LOG(DEBUG) << "TrackTranscoder " << transcoder << " finished"; in onTrackFinished() 207 LOG(DEBUG) << "TrackTranscoder " << transcoder << " stopped"; in onTrackStopped() 212 LOG(ERROR) << "TrackTranscoder " << transcoder << " returned error " << status; in onTrackError() [all …]
|
D | MediaSampleReaderNDK.cpp | 37 LOG(ERROR) << "Unable to allocate AMediaExtractor"; in createFromFd() 43 LOG(ERROR) << "AMediaExtractor_setDataSourceFd returned error: " << status; in createFromFd() 105 LOG(DEBUG) << " EOS in advanceExtractor_l"; in advanceExtractor_l() 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() [all …]
|
D | VideoTrackTranscoder.cpp | 152 LOG(INFO) << kCodecName << " format changed: " << AMediaFormat_toString(format); in onAsyncFormatChanged() 161 LOG(ERROR) << "Error from codec " << codec << ", userdata " << userdata << ", error " in onAsyncError() 200 LOG(WARNING) << "Could not find default operating rate: " << width << " " << height; in getDefaultOperatingRate() 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() 232 LOG(INFO) << "Configuring bitrate " << mConfiguredBitrate; 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() [all …]
|
D | MediaTrackTranscoder.cpp | 33 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() 110 LOG(WARNING) << "TrackTranscoder must be started before stopped"; in stop()
|
D | MediaSampleWriter.cpp | 58 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 …]
|
/frameworks/base/libs/androidfw/ |
D | LoadedArsc.cpp | 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() 94 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data."; in VerifyResTableType() 99 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets extend beyond chunk."; in VerifyResTableType() 104 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entries start at unaligned address."; in VerifyResTableType() 114 LOG(ERROR) << "Entry at offset " << entry_offset << " is not 4-byte aligned."; in VerifyResTableEntry() 121 LOG(ERROR) << "Entry at offset " << entry_offset << " is too large."; in VerifyResTableEntry() 129 LOG(ERROR) << "Entry at offset " << entry_offset in VerifyResTableEntry() 141 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry() 147 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry() [all …]
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | types.cpp | 139 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 …]
|
D | InputSurfaceConnection.cpp | 86 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 …]
|
D | InputBufferManager.cpp | 67 LOG(VERBOSE) << "InputBufferManager::_registerFrameData -- called with " in _registerFrameData() 78 LOG(VERBOSE) << "InputBufferManager::_registerFrameData -- " in _registerFrameData() 91 LOG(DEBUG) << "InputBufferManager::_registerFrameData -- " in _registerFrameData() 115 LOG(VERBOSE) << "InputBufferManager::_unregisterFrameData -- called with " in _unregisterFrameData() 135 LOG(DEBUG) << "InputBufferManager::_unregisterFrameData " in _unregisterFrameData() 177 LOG(VERBOSE) << "InputBufferManager::_unregisterFrameData -- called with " in _unregisterFrameData() 197 LOG(DEBUG) << "InputBufferManager::_unregisterFrameData " in _unregisterFrameData() 235 LOG(WARNING) << "InputBufferManager::_onBufferDestroyed -- called with " in _onBufferDestroyed() 247 LOG(VERBOSE) << "InputBufferManager::_onBufferDestroyed -- called with " in _onBufferDestroyed() 255 LOG(VERBOSE) << "InputBufferManager::_onBufferDestroyed -- called with " in _onBufferDestroyed() [all …]
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 235 LOG(INFO) << "Failed to retrieve component traits from service " in getTraits() 287 LOG(WARNING) << "query -- null stack param encountered."; in query() 309 LOG(DEBUG) << "query -- call failed: " in query() 315 LOG(ERROR) << "query -- error while parsing params."; in query() 326 LOG(WARNING) << "query -- null stack param."; in query() 334 LOG(ERROR) << "query -- unexpected error."; in query() 339 LOG(WARNING) << "query -- param skipped: " in query() 346 LOG(WARNING) << "query -- param update failed: " in query() 352 LOG(WARNING) << "query -- null heap param."; in query() 357 LOG(WARNING) << "query -- " in query() [all …]
|
/frameworks/native/cmds/installd/ |
D | otapreopt_parameters.cpp | 65 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_iface/ |
D | interface_tool.cpp | 47 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/native/libs/vr/libbufferhubqueue/benchmarks/ |
D | buffer_transport_benchmark.cpp | 93 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/opt/net/wifi/libwifi_system/ |
D | hostapd_manager.cpp | 28 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/av/media/libmediatranscoding/transcoder/tests/ |
D | MediaTrackTranscoderTests.cpp | 43 MediaTrackTranscoderTests() { LOG(DEBUG) << "MediaTrackTranscoderTests created"; } in MediaTrackTranscoderTests() 46 LOG(DEBUG) << "MediaTrackTranscoderTests set up"; in SetUp() 131 void TearDown() override { LOG(DEBUG) << "MediaTrackTranscoderTests tear down"; } in TearDown() 133 ~MediaTrackTranscoderTests() { LOG(DEBUG) << "MediaTrackTranscoderTests destroyed"; } in ~MediaTrackTranscoderTests() 151 LOG(DEBUG) << "Testing WaitNormalOperation"; in TEST_P() 162 LOG(DEBUG) << "Testing StopNormalOperation"; in TEST_P() 177 LOG(DEBUG) << "Testing StartWithoutConfigure"; in TEST_P() 182 LOG(DEBUG) << "Testing StopWithoutStart"; in TEST_P() 189 LOG(DEBUG) << "Testing DoubleStartStop"; in TEST_P() 205 LOG(DEBUG) << "Testing DoubleConfigure"; in TEST_P() [all …]
|
/frameworks/av/services/mediacodec/ |
D | main_codecservice.cpp | 42 LOG(INFO) << "mediacodecservice starting"; in main() 55 LOG(ERROR) << "Cannot create IOmx HAL service."; in main() 57 LOG(ERROR) << "Cannot register IOmx HAL service."; in main() 59 LOG(INFO) << "IOmx HAL service created."; in main() 64 LOG(ERROR) << "Cannot create IOmxStore HAL service."; in main() 66 LOG(ERROR) << "Cannot register IOmxStore HAL service."; in main()
|
/frameworks/av/media/codec2/hidl/plugin/ |
D | DefaultFilterPlugin.cpp | 43 LOG(DEBUG) << "FilterPlugin: no plugin detected"; in DefaultFilterPlugin() 49 LOG(WARNING) << "FilterPlugin: GetFilterPluginVersion undefined"; in DefaultFilterPlugin() 54 LOG(WARNING) << "FilterPlugin: unrecognized version (" << version << ")"; in DefaultFilterPlugin() 60 LOG(WARNING) << "FilterPlugin: CreateFilterPlugin undefined"; in DefaultFilterPlugin() 66 LOG(WARNING) << "FilterPlugin: DestroyFilterPlugin undefined"; in DefaultFilterPlugin() 71 LOG(WARNING) << "FilterPlugin: CreateFilterPlugin returned nullptr"; in DefaultFilterPlugin() 76 LOG(WARNING) << "FilterPlugin: FilterPlugin_V1::getComponentStore returned nullptr"; in DefaultFilterPlugin()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 39 public static final void LOG(String fmt, Object... args) { in LOG() method in PanelBar 53 if (DEBUG) LOG("go state: %d -> %d", mState, state); in go() 152 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel, in onTouchEvent() 178 if (SPEW) LOG("panelExpansionChanged: start state=%d", mState); in panelExpansionChanged() 191 if (SPEW) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac); in panelExpansionChanged() 202 if (SPEW) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState, in panelExpansionChanged() 216 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting); in collapsePanel() 226 if (DEBUG) LOG("onPanelPeeked"); in onPanelPeeked() 234 if (DEBUG) LOG("onPanelCollapsed"); in onPanelCollapsed() 238 if (DEBUG) LOG("onPanelFullyOpened"); in onPanelFullyOpened() [all …]
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ASensorManager.cpp | 62 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/ |
D | SensorManager.cpp | 70 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/base/services/incremental/ |
D | IncrementalService.cpp | 249 LOG(INFO) << "Unmounting and cleaning up mount " << mountId << " with root '" << root << '\''; in ~IncFsMount() 251 LOG(INFO) << " bind: " << target; in ~IncFsMount() 254 LOG(INFO) << " root: " << root; in ~IncFsMount() 271 LOG(ERROR) << __func__ << "(): failed to create dir |" << fullName << "| " << err; in makeStorage() 583 LOG(INFO) << "createStorage: " << mountPoint << " | " << int(options); in createStorage() 585 LOG(ERROR) << "path is not absolute: " << mountPoint; in createStorage() 594 LOG(INFO) << "Opened existing storage " << id; in createStorage() 597 LOG(ERROR) << "Directory " << mountPoint << " is already mounted at storage " << id; in createStorage() 603 LOG(ERROR) << "not requirested create new storage, and it doesn't exist: " << mountPoint; in createStorage() 608 LOG(ERROR) << "Mounting over existing non-empty directory is not supported: " << mountNorm; in createStorage() [all …]
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 150 LOG(ERROR) << "Could not open selinux status; exiting"; in init_selinux() 586 LOG(ERROR) << "test odex " << odex_size; in TestDeleteOdex() 587 LOG(ERROR) << "test vdex_size " << vdex_size; in TestDeleteOdex() 588 LOG(ERROR) << "test art_size " << art_size; in TestDeleteOdex() 609 LOG(INFO) << "DexoptSecondaryCe"; in TEST_F() 615 LOG(INFO) << "DexoptSecondaryCeLink"; in TEST_F() 621 LOG(INFO) << "DexoptSecondaryCeWithContext"; in TEST_F() 628 LOG(INFO) << "DexoptSecondaryDe"; in TEST_F() 634 LOG(INFO) << "DexoptSecondaryDeWithContext"; in TEST_F() 641 LOG(INFO) << "DexoptSecondaryDoesNotExist"; in TEST_F() [all …]
|
/frameworks/base/tools/dump-coverage/ |
D | dump_coverage.cc | 85 LOG(INFO) << "Writing file of length " << length << " to '" << filename in WriteFile() 90 LOG(ERROR) << "Could not open file: '" << filename << "'"; in WriteFile() 97 LOG(ERROR) << "I/O error in reading file"; in WriteFile() 101 LOG(INFO) << "Done writing file"; in WriteFile() 110 LOG(INFO) << "Dumping file"; in Dump() 131 LOG(ERROR) << "reset takes no arguments, but received '" << args << "'"; in Reset() 168 LOG(INFO) << "command: '" << command << "' args: '" << args << "'"; in ParseOptionsAndExecuteCommand() 178 LOG(ERROR) << "Invalid command: expected 'dump' or 'reset' but was '" in ParseOptionsAndExecuteCommand() 199 LOG(ERROR) in Agent_OnLoad()
|