Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp447 bool isKeyValuePairAtom = false; in init() local
455 isKeyValuePairAtom = (mTagId == android::util::KEY_VALUE_PAIRS_ATOM); in init()
474 if (isKeyValuePairAtom && depth == 2) { in init()
490 if (isKeyValuePairAtom && depth == 2) { in init()
508 if (isKeyValuePairAtom && depth == 2) { in init()
554 if (isKeyValuePairAtom && mValues.size() > 0) { in init()
/frameworks/base/tools/stats_log_api_gen/
Dmain.cpp1703 bool isKeyValuePairAtom = false; in write_stats_log_jni() local
1788 isKeyValuePairAtom = true; in write_stats_log_jni()
1794 if (!hadStringOrChain && !isKeyValuePairAtom) { in write_stats_log_jni()
1797 if (isKeyValuePairAtom) { in write_stats_log_jni()