Searched refs:Signal (Results 1 – 10 of 10) sorted by relevance
24 Signal::Signal() { in Signal() function in Signal28 Signal::~Signal() { in ~Signal()33 bool Signal::init() { in init()50 void Signal::set() { in set()72 bool Signal::wait(uint64_t timeout) { in wait()
26 class Signal {28 Signal();29 ~Signal();
27 class Signal {29 Signal(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mSignaled(false) { } in mType()30 ~Signal() { } in ~Signal()
97 mutable Signal mSignal;
233 Signal mCompleteSignal;234 Signal *mLaunchSignals;
267 mWorkers.mLaunchSignals = new Signal[mWorkers.mCount]; in init()
129 // Signal SwipeRefreshLayout to start the progress indicator
289 // Signal the print framework the document is complete
150 * Signal the framework to run your sync adapter. Assume that
327 <li> Signal that you'd like to expose the rating UI to the user (if applicable) by adding the {@lin…