HomeSort by relevance Sort by last modified time
    Searched defs:DISCONNECT (Results 1 - 18 of 18) 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) {
  /frameworks/av/media/libmedia/
IEffect.cpp 32 DISCONNECT,
103 void disconnect() function in class:android::BpEffect
105 ALOGV("disconnect");
108 remote()->transact(DISCONNECT, data, &reply);
184 case DISCONNECT: {
185 ALOGV("DISCONNECT");
187 disconnect();
IMediaHTTPConnection.cpp 32 DISCONNECT,
81 virtual void disconnect() { function in struct:android::BpMediaHTTPConnection
86 remote()->transact(DISCONNECT, data, &reply);
IMediaMetadataRetriever.cpp 65 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
81 // disconnect from media metadata retriever service
82 void disconnect() function in class:android::BpMediaMetadataRetriever
86 remote()->transact(DISCONNECT, data, &reply);
200 case DISCONNECT: {
202 disconnect();
IMediaPlayer.cpp 34 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
71 // disconnect from media player service
72 void disconnect() function in class:android::BpMediaPlayer
76 remote()->transact(DISCONNECT, data, &reply);
358 case DISCONNECT: {
360 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.
  /frameworks/av/camera/
ICamera.cpp 31 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
62 // disconnect from camera service
63 void disconnect() function in class:android::BpCamera
65 ALOGV("disconnect");
68 remote()->transact(DISCONNECT, data, &reply);
281 case DISCONNECT: {
282 ALOGV("DISCONNECT");
284 disconnect();
IProCameraUser.cpp 32 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
54 // disconnect from camera service
55 void disconnect() function in class:android::BpProCameraUser
57 ALOGV("disconnect");
60 remote()->transact(DISCONNECT, data, &reply);
203 case DISCONNECT: {
204 ALOGV("DISCONNECT");
206 disconnect();
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 36 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
71 // disconnect from camera service
72 void disconnect() function in class:android::BpCameraDeviceUser
74 ALOGV("disconnect");
77 remote()->transact(DISCONNECT, data, &reply);
322 case DISCONNECT: {
323 ALOGV("DISCONNECT");
325 disconnect();
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 46 DISCONNECT,
229 virtual status_t disconnect(int api) { function in class:android::BpGraphicBufferProducer
233 status_t result =remote()->transact(DISCONNECT, data, &reply);
396 case DISCONNECT: {
399 status_t res = disconnect(api);
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java 64 private static final int DISCONNECT = 3;
92 case DISCONNECT:
230 * Handles a DISCONNECT event from the telephony layer.
234 * disconnect cause OUT_OF_SERVICE. If so, schedule a retry.
249 // Any other disconnect cause means we're done.
254 if (DBG) log("==> Disconnect event; clean up...");
258 // it would have received this disconnect event too (so it'll
398 // (It's still possible that this call will fail, and disconnect
446 * placeCall(), since it's still possible the call will disconnect
497 mCM.registerForDisconnect(this, DISCONNECT, null)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 67 static final int DISCONNECT = 2;
201 case DISCONNECT:
307 case DISCONNECT:
513 case DISCONNECT:
    [all...]
A2dpStateMachine.java 64 static final int DISCONNECT = 2;
189 case DISCONNECT:
292 case DISCONNECT:
494 case DISCONNECT:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/scsi/
scsi.h 191 #define DISCONNECT 0x04
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
scsi.h 191 #define DISCONNECT 0x04
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 84 static final int DISCONNECT = 2;
361 case DISCONNECT:
486 case DISCONNECT:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 26 * CONNECTED | | DISCONNECT
79 static final int DISCONNECT = 2;
    [all...]

Completed in 410 milliseconds