/system/core/libsuspend/ |
D | autosuspend_wakeup_count.c | 52 ALOGV("%s: read wakeup_count\n", __func__); in suspend_thread_func() 66 ALOGV("%s: wait\n", __func__); in suspend_thread_func() 74 ALOGV("%s: write %*s to wakeup_count\n", __func__, wakeup_count_len, wakeup_count); in suspend_thread_func() 80 ALOGV("%s: write %s to %s\n", __func__, sleep_state, SYS_POWER_STATE); in suspend_thread_func() 93 ALOGV("%s: release sem\n", __func__); in suspend_thread_func() 108 ALOGV("autosuspend_wakeup_count_enable\n"); in autosuspend_wakeup_count_enable() 117 ALOGV("autosuspend_wakeup_count_enable done\n"); in autosuspend_wakeup_count_enable() 127 ALOGV("autosuspend_wakeup_count_disable\n"); in autosuspend_wakeup_count_disable() 136 ALOGV("autosuspend_wakeup_count_disable done\n"); in autosuspend_wakeup_count_disable()
|
D | autosuspend_autosleep.c | 41 ALOGV("autosuspend_autosleep_enable\n"); in autosuspend_autosleep_enable() 50 ALOGV("autosuspend_autosleep_enable done\n"); in autosuspend_autosleep_enable() 63 ALOGV("autosuspend_autosleep_disable\n"); in autosuspend_autosleep_disable() 72 ALOGV("autosuspend_autosleep_disable done\n"); in autosuspend_autosleep_disable()
|
D | autosuspend.c | 62 ALOGV("autosuspend initialized\n"); in autosuspend_init() 75 ALOGV("autosuspend_enable\n"); in autosuspend_enable() 99 ALOGV("autosuspend_disable\n"); in autosuspend_disable()
|
D | autosuspend_earlysuspend.c | 105 ALOGV("autosuspend_earlysuspend_enable\n"); in autosuspend_earlysuspend_enable() 122 ALOGV("autosuspend_earlysuspend_enable done\n"); in autosuspend_earlysuspend_enable() 135 ALOGV("autosuspend_earlysuspend_disable\n"); in autosuspend_earlysuspend_disable() 152 ALOGV("autosuspend_earlysuspend_disable done\n"); in autosuspend_earlysuspend_disable()
|
/system/media/audio_utils/ |
D | echo_reference.c | 114 ALOGV("echo_reference_reset_l()"); in echo_reference_reset_l() 146 ALOGV("echo_reference_write() stop write"); in echo_reference_write() 152 ALOGV("echo_reference_write() START trying to write %zu frames", buffer->frame_count); in echo_reference_write() 153 ALOGV("echo_reference_write() playbackTimestamp:[%d].[%d], er->playback_delay:[%" PRId32 "]", in echo_reference_write() 166 ALOGV("echo_reference_write() start write"); in echo_reference_write() 205 ALOGV("echo_reference_write() increasing write buffer size from %zu to %zu", in echo_reference_write() 224 ALOGV("echo_reference_write() new ReSampler(%d, %d)", in echo_reference_write() 236 ALOGV("echo_reference_write() failure to create resampler %d", rc); in echo_reference_write() 251 ALOGV("echo_reference_write() ReSampling(%d, %d)", in echo_reference_write() 266 ALOGV("echo_reference_write() increasing buffer size from %zu to %zu", in echo_reference_write() [all …]
|
D | resampler.c | 184 ALOGV("resampler_resample_from_input() DONE in %zu out %zu", *inFrameCount, *outFrameCount); in resampler_resample_from_input() 199 ALOGV("create_resampler() In SR %d Out SR %d channels %d", in create_resampler() 245 ALOGV("create_resampler() DONE rsmp %p &rsmp->itfe %p speex %p", in create_resampler()
|
/system/core/libutils/ |
D | BlobCache.cpp | 52 ALOGV("initializing random seed using %lld", (unsigned long long)now); in BlobCache() 58 ALOGV("set: not caching because the key is too large: %zu (limit: %zu)", in set() 63 ALOGV("set: not caching because the value is too large: %zu (limit: %zu)", in set() 68 ALOGV("set: not caching because the combined key/value size is too " in set() 97 ALOGV("set: not caching new key/value pair because the " in set() 106 ALOGV("set: created new cache entry with %zu byte key and %zu byte value", in set() 119 ALOGV("set: not caching new value because the total cache " in set() 127 ALOGV("set: updated existing cache entry with %zu byte key and %zu byte " in set() 137 ALOGV("get: not searching because the key is too large: %zu (limit %zu)", in get() 145 ALOGV("get: no cache entry found for key of size %zu", keySize); in get() [all …]
|
D | LinearAllocator.cpp | 68 ALOGV("Total memory usage: %zu kb", s_totalAllocations / 1024); in _logUsageLocked() 166 ALOGV("Exceeded max size %zu > %zu", size, mMaxAllocSize); in alloc()
|
D | ProcessCallStack.cpp | 168 ALOGV("%s: Failed to read tid from %s/%s", in update() 194 ALOGV("%s: Got call stack for tid %d (size %zu)", in update()
|
/system/core/libcutils/ |
D | qtaguid.c | 64 ALOGV("write_ctrl(%s)", cmd); in write_ctrl() 109 ALOGV("Tagging socket %d with tag %" PRIx64 "{%u,0} for uid %d", sockfd, kTag, tag, uid); in qtaguid_tagSocket() 124 ALOGV("Untagging socket %d", sockfd); in qtaguid_untagSocket() 139 ALOGV("Setting counters to set %d for uid %d", counterSetNum, uid); in qtaguid_setCounterSet() 151 ALOGV("Deleting tag data with tag %" PRIx64 "{%d,0} for uid %d", kTag, tag, uid); in qtaguid_deleteTagData()
|
D | loghack.h | 30 #define ALOGV(...) ALOG("V", __VA_ARGS__) macro
|
D | properties.c | 81 ALOGV("%s(%s,%" PRIdMAX ") - overflow", __FUNCTION__, key, default_value); in property_get_imax() 85 ALOGV("%s(%s,%" PRIdMAX ") - out of range", __FUNCTION__, key, default_value); in property_get_imax() 89 ALOGV("%s(%s,%" PRIdMAX ") - numeric conversion failed", in property_get_imax()
|
D | str_parms.c | 145 ALOGV("%s: source string == '%s'\n", __func__, _string); in str_parms_create_str() 181 ALOGV("%s: no items found in string\n", __func__); in str_parms_create_str()
|
/system/core/debuggerd/ |
D | debuggerd.cpp | 136 ALOGV("reading tid"); in read_request() 207 ALOGV("handle_request(%d)\n", fd); in handle_request() 213 ALOGV("BOOM: pid=%d uid=%d gid=%d tid=%d\n", in handle_request() 253 ALOGV("stopped -- dumping to tombstone\n"); in handle_request() 259 ALOGV("stopped -- dumping to fd\n"); in handle_request() 263 ALOGV("stopped -- continuing\n"); in handle_request() 282 ALOGV("stopped -- fatal signal\n"); in handle_request() 314 ALOGV("detaching"); in handle_request() 390 ALOGV("waiting for connection\n"); in do_server() 393 ALOGV("accept failed: %s\n", strerror(errno)); in do_server()
|
/system/security/keystore-engine/ |
D | eng_keystore.cpp | 107 ALOGV("keystore_loadkey(%p, \"%s\", %p, %p)", e, key_id, ui_method, callback_data); in keystore_loadkey() 166 ALOGV("keystore_engine_setup"); in keystore_engine_setup() 200 ALOGV("ENGINE_keystore"); in ENGINE_keystore() 215 ALOGV("keystore_bind_fn"); in keystore_bind_fn()
|
D | rsa_meth.cpp | 46 ALOGV("keystore_rsa_priv_enc(%d, %p, %p, %p, %d)", flen, from, to, rsa, padding); in keystore_rsa_priv_enc() 111 ALOGV("rsa=%p keystore_rsa_priv_enc => returning %p len %llu", rsa, to, in keystore_rsa_priv_enc() 118 ALOGV("keystore_rsa_priv_dec(%d, %p, %p, %p, %d)", flen, from, to, rsa, padding); in keystore_rsa_priv_dec() 180 ALOGV("rsa=%p keystore_rsa_priv_dec => returning %p len %d", rsa, to, outSize); in keystore_rsa_priv_dec()
|
D | dsa_meth.cpp | 51 ALOGV("keystore_dsa_do_sign(%p, %d, %p)", dgst, dlen, dsa); in keystore_dsa_do_sign() 96 ALOGV("keystore_dsa_do_sign(%p, %d, %p) => returning %p len %zu", dgst, dlen, dsa, in keystore_dsa_do_sign()
|
D | ecdsa_meth.cpp | 56 ALOGV("keystore_ecdsa_do_sign(%p, %d, %p)", dgst, dlen, eckey); in keystore_ecdsa_do_sign() 102 ALOGV("keystore_ecdsa_do_sign(%p, %d, %p) => returning %p len %zu", dgst, dlen, eckey, in keystore_ecdsa_do_sign()
|
/system/netd/server/ |
D | BandwidthController.cpp | 161 ALOGV("runIpxtablesCmd(cmd=%s)", cmd); in runIpxtablesCmd() 294 ALOGV("runCommands(): %d commands", numCommands); in runCommands() 481 ALOGV("makeIptablesQuotaCmd(%d, %" PRId64")", op, quota); in makeIptablesQuotaCmd() 796 ALOGV("Read quota res=%d bytes=%" PRId64, scanRes, *bytes); in getInterfaceQuota() 930 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount); in setGlobalAlert() 943 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount); in setGlobalAlertInForwardChain() 1147 ALOGV("filter: %s", filterMsg); in parseForwardChainStats() 1157 …ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%" PRId64" bytes=%" PRId64" rest=<%s> orig line=<… in parseForwardChainStats() 1171 …ALOGV("2Filter RX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, if… in parseForwardChainStats() 1175 …ALOGV("2Filter TX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, if… in parseForwardChainStats() [all …]
|
D | NatController.cpp | 73 ALOGV("runCmd(%s) res=%d", full_cmd.c_str(), res); in runCmd() 140 ALOGV("enableNat(intIface=<%s>, extIface=<%s>)",intIface, extIface); in enableNat()
|
D | IdletimerController.cpp | 143 ALOGV("runCmd(%s) res_ipv4=%d, res_ipv6=%d", full_cmd.c_str(), resIpv4, resIpv6); in runIpxtablesCmd()
|
/system/core/libbacktrace/ |
D | map_info.c | 57 ALOGV("Parsed map: start=0x%08x, end=0x%08x, " in parse_vmmap_line() 124 ALOGV("Parsed map: start=0x%08x, end=0x%08x, " in parse_maps_line()
|
D | BacktraceMap.cpp | 95 ALOGV("Parsed map: start=%p, end=%p, flags=%x, name=%s",
|
/system/core/libziparchive/ |
D | zip_archive.cc | 418 ALOGV("Zip: Unable to find entry %.*s", length, name); in EntryToIndex() 477 ALOGV("+++ Found EOCD at buf+%d", i); in MapCentralDirectory0() 514 ALOGV("+++ num_entries=%" PRIu32 "dir_size=%" PRIu32 " dir_offset=%" PRIu32, in MapCentralDirectory0() 553 ALOGV("Zip: lseek on fd %d failed", fd); in MapCentralDirectory() 558 ALOGV("Zip: zip file too long %" PRId64, static_cast<int64_t>(file_length)); in MapCentralDirectory() 563 ALOGV("Zip: length %" PRId64 " is too small to be zip", static_cast<int64_t>(file_length)); in MapCentralDirectory() 665 ALOGV("+++ zip good scan %" PRIu16 " entries", num_entries); in ParseZipArchive() 711 ALOGV("Closing archive %p", archive); in CloseArchive() 931 ALOGV("Zip: Could not find entry %.*s", nameLen, entryName); in FindEntry()
|
/system/core/include/log/ |
D | log.h | 75 #ifndef ALOGV 78 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0) macro 80 #define ALOGV(...) __ALOGV(__VA_ARGS__)
|