/system/vold/ |
D | Ext4Crypt.cpp | 171 LOG(DEBUG) << "Added key " << key_id << " (" << ref << ") to keyring " << device_keyring in install_key() 203 LOG(DEBUG) << "Skipping non-key " << entry->d_name; in get_ce_key_paths() 245 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key() 258 LOG(DEBUG) << "Trying user CE key " << ce_key_path; in read_and_fixate_user_ce_key() 260 LOG(DEBUG) << "Successfully retrieved key"; in read_and_fixate_user_ce_key() 278 LOG(DEBUG) << "Installed ce key for user " << user_id; in read_and_install_user_ce_key() 283 LOG(DEBUG) << "Preparing: " << dir; in prepare_dir() 292 LOG(DEBUG) << "Destroying: " << dir; in destroy_dir() 329 LOG(DEBUG) << "Created key " << key_path; in store_key() 360 LOG(DEBUG) << "Created keys for user " << user_id; in create_and_install_user_keys() [all …]
|
D | secdiscard.cpp | 62 LOG(DEBUG) << "Securely discarding '" << target << "' unlink=" << options.unlink; in main() 69 LOG(DEBUG) << "Discarded: " << target; in main() 130 PLOG(DEBUG) << "Unable to open " << path; in path_fiemap() 205 LOG(DEBUG) << "For path " << path << " block device is " << result; in block_device_for_path()
|
D | PrivateVolume.cpp | 110 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount() 124 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount() 201 LOG(DEBUG) << "Resolved auto to " << resolvedFsType; in doFormat()
|
D | TrimTask.cpp | 118 LOG(DEBUG) << "Starting trim of " << path; in run() 146 LOG(DEBUG) << "Benchmark disabled"; in run()
|
D | Disk.cpp | 166 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPublicVolume() 192 LOG(DEBUG) << "Found key for GUID " << normalizedGuid; in createPrivateVolume() 196 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPrivateVolume() 265 LOG(DEBUG) << "Recognized experimental block major ID " << majorId in readMetadata() 472 LOG(DEBUG) << "Persisted key for GUID " << partGuid; in partitionMixed()
|
D | MoveTask.cpp | 103 LOG(DEBUG) << "Finished rm with status " << WEXITSTATUS(status); in execRm() 144 LOG(DEBUG) << "Finished cp with status " << WEXITSTATUS(status); in execCp()
|
D | KeyStorage.cpp | 108 LOG(DEBUG) << "Creating key that doesn't need auth token"; in generateKeymasterKey() 111 LOG(DEBUG) << "Auth token required for key"; in generateKeymasterKey() 133 LOG(DEBUG) << "Supplying auth token to Keymaster"; in beginParams()
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 68 #define DEBUG(fmt, ...) LOG_VERBOSE(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro 184 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log() 190 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log() 368 DEBUG("A2DP COMMAND %s", dump_a2dp_ctrl_event(cmd)); in a2dp_command() 396 DEBUG("A2DP COMMAND %s DONE STATUS %d", dump_a2dp_ctrl_event(cmd), ack); in a2dp_command() 592 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd); in out_write() 597 DEBUG("stream suspended or closing"); in out_write() 642 DEBUG("emulate a2dp write delay (%d us)", us_delay); in out_write() 653 DEBUG("rate %" PRIu32,out->common.cfg.rate); in out_get_sample_rate() 662 DEBUG("out_set_sample_rate : %" PRIu32, rate); in out_set_sample_rate() [all …]
|
/system/extras/simpleperf/ |
D | main.cpp | 63 LOG(DEBUG) << "command '" << command_name << "' starts running"; in main() 65 LOG(DEBUG) << "command '" << command_name << "' " in main()
|
D | read_elf.cpp | 93 LOG(DEBUG) << "can't read note file " << filename; in GetBuildIdFromNoteFile() 97 LOG(DEBUG) << "can't read build_id from note file " << filename; in GetBuildIdFromNoteFile() 110 LOG(DEBUG) << "read note section error"; in GetBuildIdFromELFFile() 133 LOG(DEBUG) << "no build id present in file " << obj->getFileName().data(); in GetBuildIdFromObjectFile() 151 PLOG(DEBUG) << "failed to open " << filename; in OpenObjectFile() 278 LOG(DEBUG) << "build id for " << debug_filename << " mismatch: " in MatchBuildId()
|
D | event_fd.cpp | 59 PLOG(DEBUG) << "open perf_event_file (event " << event_name << ", tid " << tid << ", cpu " in OpenEventFile() 69 PLOG(DEBUG) << "fcntl(FD_CLOEXEC) for perf_event_file (event " << event_name << ", tid " in OpenEventFile()
|
D | utils.cpp | 112 PLOG(DEBUG) << "can't open dir " << dirpath; in GetEntriesInDir() 188 {"debug", android::base::DEBUG}, in GetLogSeverity()
|
D | dso.cpp | 116 LOG(DEBUG) << "build_id_map: " << pair.first << ", " << pair.second.ToString(); in SetBuildIds() 163 LOG(DEBUG) << "failed to load dso: " << path_; in FindSymbol() 246 LOG(DEBUG) << "check kernel build id (" << (match ? "match" : "mismatch") << "): expected " in LoadKernel()
|
D | cmd_record.cpp | 789 LOG(DEBUG) << "can't read build_id for kernel"; in DumpBuildIdFeature() 801 LOG(DEBUG) << "can't read build_id for module " << module_name; in DumpBuildIdFeature() 815 LOG(DEBUG) << "can't read build_id from file " << filename; in DumpBuildIdFeature() 820 LOG(DEBUG) << "can't read build_id from file " << filename; in DumpBuildIdFeature()
|
D | event_attr.cpp | 42 LOG(DEBUG) << "unknown " << name << " bits: " << std::hex << bits; in BitsToString()
|
D | event_type.cpp | 54 LOG(DEBUG) << "unexpected id '" << id_content << "' in " << id_path; in GetTracepointEventTypes()
|
/system/core/base/ |
D | logging_test.cpp | 173 LOG(DEBUG) << "foobar"; in TEST() 182 android::base::ScopedLogSeverity severity(android::base::DEBUG); in TEST() 184 LOG(DEBUG) << "foobar"; in TEST() 193 make_log_pattern(android::base::DEBUG, "foobar")); in TEST()
|
/system/core/tzdatacheck/ |
D | tzdatacheck.cpp | 83 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn() 87 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn() 94 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn()
|
/system/tools/aidl/ |
D | main_cpp.cpp | 28 LOG(DEBUG) << "aidl starting"; in main()
|
D | main_java.cpp | 29 LOG(DEBUG) << "aidl starting"; in main()
|
/system/core/init/ |
D | log.h | 26 #define DEBUG(x...) init_klog_write(KLOG_DEBUG_LEVEL, x) macro
|
/system/extras/tests/net_test/ |
D | netlink.py | 61 DEBUG = False variable in NetlinkSocket 66 if self.DEBUG:
|
/system/core/logd/ |
D | README.property | 40 DEBUG, INFO, WARN, ERROR, ASSERT or 55 - build - VERBOSE for native, DEBUG for jvm isLoggable, or developer option.
|
/system/extras/tests/workloads/ |
D | defs.sh | 147 echo DEBUG: $* >&2 148 echo DEBUG: $* >&2 >> $output
|
/system/extras/libfec/ |
D | fec_private.h | 161 #define debug(format, args...) __log(DEBUG, "debug", format, ##args)
|