OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DISCONNECT
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleButtonActivity.java
35
static final int
DISCONNECT
= 1;
52
} else if (target ==
DISCONNECT
) {
/external/chromium_org/remoting/webapp/background/
it2me_helper_channel.js
35
* |-----
disconnect
message------>| |
42
* | |<--------port.
disconnect
()-----|
43
* |<--------port.
disconnect
()----| |
47
* |---------port.
disconnect
()--->| |
48
* | |--------port.
disconnect
()----->|
53
* | |<-------port.
disconnect
()------|
55
* |<--------port.
disconnect
()----| |
122
DISCONNECT
: '
disconnect
',
158
case MessageTypes.
DISCONNECT
[
all
...]
it2me_helpee_channel.js
35
* |-------
disconnect
message--------->| |
109
DISCONNECT
: '
disconnect
',
132
this.host_.
disconnect
();
151
this.hangoutPort_.
disconnect
();
186
case MessageTypes.
DISCONNECT
:
238
*
Disconnect
the session if the |hangoutPort| gets disconnected.
Completed in 56 milliseconds