Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DAppOpsManager.cpp172 static uint8_t appOpsToNote[AppOpsManager::_NUM_OP] = {0}; in shouldCollectNotes() local
174 if (appOpsToNote[opcode] == 0) { in shouldCollectNotes()
176 appOpsToNote[opcode] = 2; in shouldCollectNotes()
178 appOpsToNote[opcode] = 1; in shouldCollectNotes()
182 return appOpsToNote[opcode] == 2; in shouldCollectNotes()