Lines Matching refs:ALOGV
54 ALOGV("initializing random seed using %lld", (unsigned long long)now); in BlobCache()
60 ALOGV("set: not caching because the key is too large: %zu (limit: %zu)", in set()
65 ALOGV("set: not caching because the value is too large: %zu (limit: %zu)", in set()
70 ALOGV("set: not caching because the combined key/value size is too " in set()
99 ALOGV("set: not caching new key/value pair because the " in set()
108 ALOGV("set: created new cache entry with %zu byte key and %zu byte value", in set()
121 ALOGV("set: not caching new value because the total cache " in set()
129 ALOGV("set: updated existing cache entry with %zu byte key and %zu byte " in set()
139 ALOGV("get: not searching because the key is too large: %zu (limit %zu)", in get()
147 ALOGV("get: no cache entry found for key of size %zu", keySize); in get()
156 ALOGV("get: copying %zu bytes to caller's buffer", valueBlobSize); in get()
159 ALOGV("get: caller's buffer is too small for value: %zu (needs %zu)", in get()