Searched defs:gOpenCompletedEvent (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DHalAdaptation.cpp43 static SyncEvent gOpenCompletedEvent; variable
113 SyncEventGuard guard (gOpenCompletedEvent);
115 gOpenCompletedEvent.wait ();
131 SyncEventGuard guard (gOpenCompletedEvent);
132 gOpenCompletedEvent.notifyOne ();
156 SyncEventGuard guard (gOpenCompletedEvent);
157 gOpenCompletedEvent.notifyOne ();

Completed in 84 milliseconds