Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 73) sorted by relevance

123

/system/vold/
DMetadataCrypt.cpp71 LOG(DEBUG) << "Mounted " << mount_point; in mount_via_fs_mgr()
85 LOG(DEBUG) << "key_dir: " << data_rec->key_dir; in read_key()
91 LOG(DEBUG) << "Created: " << data_rec->key_dir; in read_key()
107 LOG(DEBUG) << "crypt_params: " << std::string(res.data(), res.size()); in default_key_params()
224 LOG(DEBUG) << "Waiting for post_fs_data_done"; in prep_data_fs()
244 LOG(DEBUG) << "Asynchronously restarting framework"; in async_kick_off()
253 LOG(DEBUG) << "e4crypt_mount_default_encrypted"; in e4crypt_mount_metadata_encrypted()
268 LOG(DEBUG) << "Restarting filesystem for metadata encryption"; in e4crypt_mount_metadata_encrypted()
275 LOG(DEBUG) << "e4crypt_enable_crypto"; in e4crypt_enable_crypto()
279 LOG(DEBUG) << "e4crypt_enable_crypto got unexpected starting state: " << encrypted_state; in e4crypt_enable_crypto()
DExt4Crypt.cpp123 LOG(DEBUG) << "Skipping non-key " << entry->d_name; in get_ce_key_paths()
165 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()
178 LOG(DEBUG) << "Trying user CE key " << ce_key_path; in read_and_fixate_user_ce_key()
180 LOG(DEBUG) << "Successfully retrieved key"; in read_and_fixate_user_ce_key()
198 LOG(DEBUG) << "Installed ce key for user " << user_id; in read_and_install_user_ce_key()
203 LOG(DEBUG) << "Preparing: " << dir; in prepare_dir()
212 LOG(DEBUG) << "Destroying: " << dir; in destroy_dir()
249 LOG(DEBUG) << "Created keys for user " << user_id; in create_and_install_user_keys()
304 LOG(DEBUG) << "Skipping non-de-key " << entry->d_name; in load_all_de_keys()
315 LOG(DEBUG) << "Installed de key for user " << user_id; in load_all_de_keys()
[all …]
DKeyUtil.cpp136 LOG(DEBUG) << "Added key " << key_id << " (" << ref << ") to keyring " << device_keyring in installKey()
158 LOG(DEBUG) << "Unlinked key with serial " << key_serial << " ref " << ref; in evictKey()
168 LOG(DEBUG) << "Key exists, using: " << key_path; in retrieveAndInstallKey()
191 LOG(DEBUG) << "Key exists, using: " << key_path; in retrieveKey()
Dsecdiscard.cpp61 LOG(DEBUG) << "Securely discarding '" << target << "' unlink=" << options.unlink; in main()
70 LOG(DEBUG) << "Discarded: " << target; in main()
121 LOG(DEBUG) << "Used zero overwrite"; in secdiscard_path()
DPrivateVolume.cpp111 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
125 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
186 LOG(DEBUG) << "Resolved auto to " << resolvedFsType; in doFormat()
DFileDeviceUtils.cpp67 LOG(DEBUG) << "For path " << path << " block device is " << result; in BlockDeviceForPath()
77 PLOG(DEBUG) << "Unable to open " << path; in PathFiemap()
DTrimTask.cpp117 LOG(DEBUG) << "Starting trim of " << path; in run()
145 LOG(DEBUG) << "Benchmark disabled"; in run()
DDisk.cpp171 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPublicVolume()
197 LOG(DEBUG) << "Found key for GUID " << normalizedGuid; in createPrivateVolume()
201 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPrivateVolume()
274 LOG(DEBUG) << "Recognized experimental block major ID " << majorId in readMetadata()
492 LOG(DEBUG) << "Persisted key for GUID " << partGuid; in partitionMixed()
DKeyStorage.cpp117 LOG(DEBUG) << "Creating key that doesn't need auth token"; in generateKeymasterKey()
120 LOG(DEBUG) << "Auth token required for key"; in generateKeymasterKey()
142 LOG(DEBUG) << "Supplying auth token to Keymaster"; in beginParams()
199 LOG(DEBUG) << "Upgrading key: " << dir; in begin()
471 LOG(DEBUG) << "Already exists, destroying: " << tmp_path; in storeKeyAtomically()
479 LOG(DEBUG) << "Created key: " << key_path; in storeKeyAtomically()
/system/libufdt/tests/
Dapply_overlay.sh19 DEBUG=false
77 if $DEBUG; then
87 if $DEBUG; then
121 if $DEBUG; then
Drun_performance_test.sh26 DEBUG=false
40 if $DEBUG; then
66 if $DEBUG; then
74 if $DEBUG; then
Drun_stress_test.sh22 DEBUG=false
51 if $DEBUG; then
59 if $DEBUG; then
/system/core/adb/client/
Dusb_libusb.cpp85 LOG(DEBUG) << "notifying " << name << " transfer complete"; in Notify()
311 LOG(DEBUG) << "successfully opened adb device at " << device_address << ", " in process_device()
466 LOG(DEBUG) << "initializing libusb..."; in usb_init()
505 LOG(DEBUG) << info->name << " transfer callback entered"; in perform_usb_transfer()
510 LOG(DEBUG) << info->name << " callback successfully acquired lock"; in perform_usb_transfer()
521 LOG(DEBUG) << info->name << " transfer incomplete, resubmitting"; in perform_usb_transfer()
535 LOG(DEBUG) << "submitting zero-length write"; in perform_usb_transfer()
550 LOG(DEBUG) << "locking " << info->name << " transfer_info mutex"; in perform_usb_transfer()
553 LOG(DEBUG) << "submitting " << info->name << " transfer"; in perform_usb_transfer()
561 LOG(DEBUG) << info->name << " transfer successfully submitted"; in perform_usb_transfer()
[all …]
Dusb_dispatch.cpp22 LOG(DEBUG) << "using libusb backend"; in usb_init()
25 LOG(DEBUG) << "using native backend"; in usb_init()
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc67 #define DEBUG(fmt, ...) \ macro
183 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
188 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
416 DEBUG("A2DP COMMAND %s", audio_a2dp_hw_dump_ctrl_event(cmd)); in a2dp_command()
443 DEBUG("A2DP COMMAND %s DONE STATUS %d", audio_a2dp_hw_dump_ctrl_event(cmd), in a2dp_command()
848 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd); in out_write()
853 DEBUG("stream suspended or closing"); in out_write()
893 DEBUG("emulate a2dp write delay (%d us)", us_delay); in out_write()
902 DEBUG("rate %" PRIu32, out->common.cfg.rate); in out_get_sample_rate()
910 DEBUG("out_set_sample_rate : %" PRIu32, rate); in out_set_sample_rate()
[all …]
/system/tools/hidl/c2hal/
Dmain.cpp60 LOG(DEBUG) << "Not long enough"; in isPathPrefix()
65 LOG(DEBUG) << "not full"; in isPathPrefix()
177 LOG(DEBUG) << "Processing " << path; in main()
/system/core/base/
Dlogging_test.cpp176 CHECK_WOULD_LOG_DISABLED(DEBUG); in TEST()
180 CHECK_WOULD_LOG_ENABLED(DEBUG); in TEST()
287 CHECK_LOG_STREAM_DISABLED(DEBUG); in TEST()
291 CHECK_LOG_STREAM_ENABLED(DEBUG); in TEST()
372 CHECK_LOG_DISABLED(DEBUG); in TEST()
376 CHECK_LOG_ENABLED(DEBUG); in TEST()
526 CHECK_PLOG_DISABLED(DEBUG); in TEST()
530 CHECK_PLOG_ENABLED(DEBUG); in TEST()
/system/tools/aidl/
Dmain_cpp.cpp33 LOG(DEBUG) << "aidl starting"; in main()
Dmain_java.cpp34 LOG(DEBUG) << "aidl starting"; in main()
/system/connectivity/wificond/net/
Dnetlink_utils.cpp65 LOG(DEBUG) << "No wiphy is found"; in GetWiphyIndex()
137 LOG(DEBUG) << "Failed to get interface index"; in GetInterfaces()
295 LOG(DEBUG) << "Failed to get NL80211_BAND_ATTR_FREQS"; in ParseBandInfo()
307 LOG(DEBUG) << "Failed to get NL80211_FREQUENCY_ATTR_FREQ"; in ParseBandInfo()
/system/timezone/tzdatacheck/
Dtzdatacheck.cpp176 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn()
180 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn()
187 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn()
412 LOG(DEBUG) << "No staged time zone operation."; in processStagedOperation()
/system/extras/simpleperf/
Denvironment.cpp125 PLOG(DEBUG) << "failed to open file /proc/modules"; in GetLoadedModules()
148 LOG(DEBUG) << "addresses in /proc/modules are all zero, so ignore kernel modules"; in GetLoadedModules()
274 PLOG(DEBUG) << "can't open file " << map_file; in GetThreadMmapsInProcess()
307 LOG(DEBUG) << "failed to read /sys/kernel/notes: " << result; in GetKernelBuildId()
345 PLOG(DEBUG) << "failed to read /proc/sys/kernel/perf_event_paranoid"; in ReadPerfEventParanoid()
424 PLOG(DEBUG) << "failed to read /proc/sys/kernel/perf_event_max_sample_rate"; in GetMaxSampleFrequency()
457 PLOG(DEBUG) << "failed to read " << kptr_restrict_file; in CheckKernelSymbolAddresses()
Devent_fd.cpp70 PLOG(DEBUG) << "open perf_event_file (event " << event_name << ", tid " in OpenEventFile()
82 PLOG(DEBUG) << "fcntl(FD_CLOEXEC) for perf_event_file (event " in OpenEventFile()
160 PLOG(DEBUG) << "mmap(" << mmap_pages << ") failed for " << Name(); in CreateMappedBuffer()
Dcommand.cpp140 LOG(DEBUG) << "command '" << command_name << "' starts running"; in RunSimpleperfCmd()
142 LOG(DEBUG) << "command '" << command_name << "' " in RunSimpleperfCmd()
DUnixSocket.cpp89 PLOG(DEBUG) << "socket() failed"; in Connect()
98 PLOG(DEBUG) << "connect() failed, server_path = " << server_path; in Connect()

123