HomeSort by relevance Sort by last modified time
    Searched refs: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 23 milliseconds