HomeSort by relevance Sort by last modified time
    Searched defs:DISCONNECT (Results 1 - 25 of 25) 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/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();
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 33 DISCONNECT,
82 virtual void disconnect() { function in struct:android::BpMediaHTTPConnection
87 remote()->transact(DISCONNECT, data, &reply);
IMediaMetadataRetriever.cpp 66 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
86 // disconnect from media metadata retriever service
87 void disconnect() function in class:android::BpMediaMetadataRetriever
91 remote()->transact(DISCONNECT, data, &reply);
298 case DISCONNECT: {
300 disconnect();
IMediaPlayer.cpp 41 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
107 // disconnect from media player service
108 void disconnect() function in class:android::BpMediaPlayer
112 remote()->transact(DISCONNECT, data, &reply);
629 case DISCONNECT: {
631 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: "
  /bionic/libc/kernel/android/scsi/scsi/
scsi.h 47 #define DISCONNECT 0x04
  /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/Dialer/java/com/android/dialer/simulator/
Simulator.java 95 DISCONNECT,
115 public static final int DISCONNECT = 5;
  /frameworks/av/camera/
ICamera.cpp 35 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
69 // disconnect from camera service
70 binder::Status disconnect() function in class:android::hardware::BpCamera
72 ALOGV("disconnect");
75 remote()->transact(DISCONNECT, data, &reply);
332 case DISCONNECT: {
333 ALOGV("DISCONNECT");
335 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...]
  /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/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)
  /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/native/libs/gui/
IGraphicBufferProducer.cpp 55 DISCONNECT,
321 virtual status_t disconnect(int api, DisconnectMode mode) { function in class:android::BpGraphicBufferProducer
326 status_t result =remote()->transact(DISCONNECT, data, &reply);
595 status_t disconnect(
597 return mBase->disconnect(api, mode);
869 case DISCONNECT: {
873 status_t res = disconnect(api, mode);
    [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/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
  /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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 25 * CONNECTED | | DISCONNECT
84 public static final int DISCONNECT = 2;
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 615 milliseconds