Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DProcessState.h54 typedef bool (*context_check_func)(const String16& name, typedef
60 context_check_func checkFunc,
130 context_check_func mBinderContextCheckFunc;
/system/libhwbinder/
DProcessState.cpp171 bool ProcessState::becomeContextManager(context_check_func checkFunc, void* userData) in becomeContextManager()