Home
last modified time | relevance | path

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

/frameworks/base/tools/stats_log_api_gen/
DCollation.cpp209 atomDecl->code < PULL_ATOM_START_ID) { in collate_atom()
266 if (atomDecl->code < PULL_ATOM_START_ID) { in collate_atom()
452 if (atomDecl.code < PULL_ATOM_START_ID && atomDecl.code > maxPushedAtomId) { in collate_atoms()
DCollation.h37 const int PULL_ATOM_START_ID = 10000; variable