Home
last modified time | relevance | path

Searched refs:ALOGV (Results 1 – 25 of 34) sorted by relevance

12

/system/core/libsuspend/
Dautosuspend_wakeup_count.c52 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()
Dautosuspend_autosleep.c41 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()
Dautosuspend.c62 ALOGV("autosuspend initialized\n"); in autosuspend_init()
75 ALOGV("autosuspend_enable\n"); in autosuspend_enable()
99 ALOGV("autosuspend_disable\n"); in autosuspend_disable()
Dautosuspend_earlysuspend.c105 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/
Decho_reference.c114 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 …]
Dresampler.c184 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/
DBlobCache.cpp52 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 …]
DLinearAllocator.cpp68 ALOGV("Total memory usage: %zu kb", s_totalAllocations / 1024); in _logUsageLocked()
166 ALOGV("Exceeded max size %zu > %zu", size, mMaxAllocSize); in alloc()
DProcessCallStack.cpp168 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/
Dqtaguid.c64 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()
Dloghack.h30 #define ALOGV(...) ALOG("V", __VA_ARGS__) macro
Dproperties.c81 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()
Dstr_parms.c145 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/
Ddebuggerd.cpp136 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/
Deng_keystore.cpp107 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()
Drsa_meth.cpp46 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()
Ddsa_meth.cpp51 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()
Decdsa_meth.cpp56 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/
DBandwidthController.cpp161 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()
1157ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%" PRId64" bytes=%" PRId64" rest=<%s> orig line=<… in parseForwardChainStats()
1171ALOGV("2Filter RX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, if… in parseForwardChainStats()
1175ALOGV("2Filter TX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, if… in parseForwardChainStats()
[all …]
DNatController.cpp73 ALOGV("runCmd(%s) res=%d", full_cmd.c_str(), res); in runCmd()
140 ALOGV("enableNat(intIface=<%s>, extIface=<%s>)",intIface, extIface); in enableNat()
DIdletimerController.cpp143 ALOGV("runCmd(%s) res_ipv4=%d, res_ipv6=%d", full_cmd.c_str(), resIpv4, resIpv6); in runIpxtablesCmd()
/system/core/libbacktrace/
Dmap_info.c57 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()
DBacktraceMap.cpp95 ALOGV("Parsed map: start=%p, end=%p, flags=%x, name=%s",
/system/core/libziparchive/
Dzip_archive.cc418 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/
Dlog.h75 #ifndef ALOGV
78 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0) macro
80 #define ALOGV(...) __ALOGV(__VA_ARGS__)

12