HomeSort by relevance Sort by last modified time
    Searched refs:DISCONNECT (Results 1 - 25 of 44) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleButtonActivity.java 35 static final int DISCONNECT = 1;
52 } else if (target == DISCONNECT) {
  /packages/apps/Dialer/java/com/android/dialer/simulator/
Simulator.java 95 DISCONNECT,
115 public static final int DISCONNECT = 5;
  /bionic/libc/kernel/android/scsi/scsi/
scsi.h 47 #define DISCONNECT 0x04
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
NonSimulatorConnectionListener.java 48 case Event.DISCONNECT:
SimulatorConferenceCreator.java 175 case Event.DISCONNECT:
198 case Event.DISCONNECT:
SimulatorConference.java 103 onEvent(new Event(Event.DISCONNECT));
SimulatorConnectionsBankImpl.java 135 case Event.DISCONNECT:
SimulatorRttCall.java 126 case Event.DISCONNECT:
SimulatorVideoCall.java 156 case Event.DISCONNECT:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidStateMachine.java 30 * CONNECTED | | DISCONNECT
35 * DISCONNECT request, the state machine transitions to "Disconnecting" state.
39 * DISCONNECT
71 static final int DISCONNECT = 2;
138 removeDeferredMessages(DISCONNECT);
172 case DISCONNECT:
173 Log.w(TAG, "Disconnected: DISCONNECT ignored: " + mDevice);
273 case DISCONNECT:
361 case DISCONNECT:
448 case DISCONNECT
    [all...]
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 33 DISCONNECT,
82 virtual void disconnect() { function in struct:android::BpMediaHTTPConnection
87 remote()->transact(DISCONNECT, data, &reply);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java 85 private int mNumConnects; // TOTAL # of connect/disconnect
102 static final int DISCONNECT =
126 if (mMode != DISCONNECT) {
145 if (mMode != DISCONNECT) {
156 pw.println(formatTime() + " Disconnect " + mDeviceAddress);
161 if (mMode != DISCONNECT) {
173 pw.println(formatTime() + " Disconnect " + mDeviceAddress);
178 if (mMode != DISCONNECT) {
191 pw.println(formatTime() + " Disconnect " + mDeviceAddress);
198 if (mMode != DISCONNECT) {
    [all...]
  /frameworks/av/media/libaudioclient/
IEffect.cpp 35 DISCONNECT,
108 void disconnect() function in class:android::BpEffect
110 ALOGV("disconnect");
113 remote()->transact(DISCONNECT, data, &reply);
209 case DISCONNECT: {
210 ALOGV("DISCONNECT");
212 disconnect();
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MasClient.java 43 private static final int DISCONNECT = 1;
130 disconnect(); method
135 disconnect(); method
139 private void disconnect() { method in class:MasClient
142 mSession.disconnect(null);
166 // Disconnect to cleanup.
167 disconnect(); method
185 mHandler.obtainMessage(DISCONNECT).sendToTarget();
214 case DISCONNECT:
215 inst.disconnect();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 30 * CONNECTED | | DISCONNECT
35 * DISCONNECT request, the state machine transitions to "Disconnecting" state.
39 * DISCONNECT
73 static final int DISCONNECT = 2;
153 removeDeferredMessages(DISCONNECT);
195 case DISCONNECT:
196 Log.w(TAG, "Disconnected: DISCONNECT ignored: " + mDevice);
299 case DISCONNECT:
395 case DISCONNECT:
493 case DISCONNECT:
    [all...]
  /packages/services/Car/service/src/com/android/car/
BluetoothAutoConnectStateMachine.java 47 public static final int DISCONNECT = 102;
126 // After pairing/disconnect, always try to connect to both PBAP and MAP
128 Log.d(TAG, "try to connect to PBAP/MAP after pairing or disconnect: "
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamHandler.java 68 public static final int DISCONNECT = 6; // Remote device was disconnected
177 case DISCONNECT:
A2dpSinkStateMachine.java 66 static final int DISCONNECT = 2;
221 case DISCONNECT:
309 logd("Disconnect before connecting to another target");
315 case DISCONNECT:
437 // the new device and disconnect from previous device.
520 logd("Disconnect before connecting to another target");
523 case DISCONNECT: {
536 mStreaming.obtainMessage(A2dpSinkStreamHandler.DISCONNECT).sendToTarget();
599 mStreaming.obtainMessage(A2dpSinkStreamHandler.DISCONNECT)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
PbapStateMachine.java 71 static final int DISCONNECT = 3;
230 case DISCONNECT:
304 case DISCONNECT:
  /external/kernel-headers/modified/scsi/
scsi.h 111 #define DISCONNECT 0x04
  /external/kernel-headers/original/scsi/
scsi.h 104 #define DISCONNECT 0x04
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/
PbapStateMachineTest.java 143 mPbapStateMachine.sendMessage(PbapStateMachine.DISCONNECT);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteTransitionTests.java 169 public int expectedBluetoothInteraction; // NONE, CONNECT, or DISCONNECT
216 private static final int DISCONNECT = 3;
292 case DISCONNECT:
548 .setExpectedBluetoothInteraction(DISCONNECT)
559 .setExpectedBluetoothInteraction(DISCONNECT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
scsi.h 191 #define DISCONNECT 0x04
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 56 * CONNECTED | | DISCONNECT
80 static final int DISCONNECT = 2;
461 case DISCONNECT:
512 stateLogE("failed to disconnect");
556 case DISCONNECT:
718 case DISCONNECT:
    [all...]

Completed in 436 milliseconds

1 2