Searched refs:enterCb (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
H A DCallbackProtector.h38 bool enterCb();
41 * This method must be paired to each call to enterCb() or enterCbIfOk(),
48 * entered (see enterCb) it will be notified it is pointless to process the callback. This will
H A DCallbackProtector.cpp51 return protector->enterCb();
59 bool CallbackProtector::enterCb() { function in class:android::CallbackProtector

Completed in 122 milliseconds