OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entercb
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/android/
CallbackProtector.h
37
bool
enterCb
();
40
* This method must be paired to each call to
enterCb
() or enterCbIfOk(),
47
* entered (see
enterCb
) it will be notified it is pointless to process the callback. This will
CallbackProtector.cpp
51
return protector->
enterCb
();
59
bool CallbackProtector::
enterCb
() {
Completed in 123 milliseconds