OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_DISCONNECT
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/examples/login/
xmppthread.cc
35
const uint32
MSG_DISCONNECT
= 2;
63
Post(this,
MSG_DISCONNECT
);
75
} else if (pmsg->message_id ==
MSG_DISCONNECT
) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppthread.cc
37
const uint32
MSG_DISCONNECT
= 2;
66
Post(this,
MSG_DISCONNECT
);
79
} else if (pmsg->message_id ==
MSG_DISCONNECT
) {
/frameworks/base/media/lib/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java
96
private static final int
MSG_DISCONNECT
= 4;
346
mHandler.obtainMessage(
MSG_DISCONNECT
, id).sendToTarget();
383
case
MSG_DISCONNECT
: {
/packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java
192
mHandler.sendEmptyMessage(MeasurementHandler.
MSG_DISCONNECT
);
285
public static final int
MSG_DISCONNECT
= 3;
337
removeMessages(
MSG_DISCONNECT
);
353
case
MSG_DISCONNECT
: {
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/
libjingleplus.cc
53
MSG_DISCONNECT
,
103
worker_thread_->Send(this,
MSG_DISCONNECT
);
113
case
MSG_DISCONNECT
:
Completed in 49 milliseconds