Home
last modified time | relevance | path

Searched refs:log_tag (Results 1 – 3 of 3) sorted by relevance

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dflatbuffers_serialization.h80 size_t out_buffer_len, const char *log_tag = "") {
89 LOGI("%s output buffer is null. Returning serialized size %zu.", log_tag,
96 log_tag, size, out_buffer_len);
101 LOGI("Serialized %s to buffer size %zu", log_tag, size);
107 SerializeType *obj, const char *log_tag = "") {
109 LOGE("%s deserialize buffer is null or has size zero.", log_tag);
114 LOGE("%s deserialize output pointer is null.", log_tag);
120 LOGE("Failed to verify %s deserialize buffer.", log_tag);
127 LOGE("Deserialized %s object is null or has missing members.", log_tag);
/system/logging/logcat/
Dlogpersist70 log_tag="`getprop ${log_tag_property}`"
134 if [ X"${log_tag}" != X"${tag}" ]; then
174 if [ X"${log_tag}" != X"`getprop ${log_tag_property}`" ] ||
/system/bt/common/
Dlru.h45 LegacyLruCache(const size_t& capacity, const std::string& log_tag) in LegacyLruCache() argument
49 LOG(FATAL) << log_tag << " unable to have 0 LRU Cache capacity"; in LegacyLruCache()