Searched refs:closeEvent (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DWebSocketChannelClient.java51 private boolean closeEvent; field in class:WebSocketChannelClient
94 closeEvent = false;
192 while (!closeEvent) {
267 closeEvent = true;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.h57 virtual void closeEvent(QCloseEvent *event);
H A Dwpagui.h120 virtual void closeEvent(QCloseEvent *event);
H A Dpeers.cpp1550 void Peers::closeEvent(QCloseEvent *) function in class:Peers
H A Dwpagui.cpp1432 * custom closeEvent handler take care of children */
1574 void WpaGui::closeEvent(QCloseEvent *event) function in class:WpaGui
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
H A DPeerConnectionClientTest.java69 private final Object closeEvent = new Object(); field in class:PeerConnectionClientTest
166 synchronized(closeEvent) {
168 closeEvent.notifyAll();
218 synchronized(closeEvent) {
220 closeEvent.wait(timeoutMs);
/external/opencv3/modules/highgui/src/
H A Dwindow_QT.h276 void closeEvent ( QCloseEvent * e );
H A Dwindow_QT.cpp1528 void CvWinProperties::closeEvent(QCloseEvent* e) function in class:CvWinProperties

Completed in 548 milliseconds