Home
last modified time | relevance | path

Searched refs:isKeyValuePairAtom (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp416 bool isKeyValuePairAtom = false; in init() local
424 isKeyValuePairAtom = (mTagId == android::util::KEY_VALUE_PAIRS_ATOM); in init()
443 if (isKeyValuePairAtom && depth == 2) { in init()
459 if (isKeyValuePairAtom && depth == 2) { in init()
477 if (isKeyValuePairAtom && depth == 2) { in init()
523 if (isKeyValuePairAtom && mValues.size() > 0) { in init()
/frameworks/base/tools/stats_log_api_gen/
Dmain.cpp240 bool isKeyValuePairAtom = false; in write_stats_log_jni_method() local
325 isKeyValuePairAtom = true; in write_stats_log_jni_method()
331 if (!hadStringOrChain && !isKeyValuePairAtom) { in write_stats_log_jni_method()
334 if (isKeyValuePairAtom) { in write_stats_log_jni_method()