Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h61 context_check_func checkFunc,
/frameworks/native/libs/binder/
DProcessState.cpp165 bool ProcessState::becomeContextManager(context_check_func checkFunc, void* userData) in becomeContextManager() argument
169 mBinderContextCheckFunc = checkFunc; in becomeContextManager()