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

  /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);
181 case DISCONNECT: {
182 ALOGV("DISCONNECT");
184 disconnect();
IMediaMetadataRetriever.cpp 62 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
78 // disconnect from media metadata retriever service
79 void disconnect() function in class:android::BpMediaMetadataRetriever
83 remote()->transact(DISCONNECT, data, &reply);
191 case DISCONNECT: {
193 disconnect();
IMediaPlayer.cpp 33 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
70 // disconnect from media player service
71 void disconnect() function in class:android::BpMediaPlayer
75 remote()->transact(DISCONNECT, data, &reply);
351 case DISCONNECT: {
353 disconnect();
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallHelper.java 65 private static final int DISCONNECT = 3;
94 case DISCONNECT:
246 * Handles a DISCONNECT event from the telephony layer.
250 * disconnect cause OUT_OF_SERVICE. If so, schedule a retry.
264 // Any other disconnect cause means we're done.
269 if (DBG) log("==> Disconnect event; clean up...");
273 // it would have received this disconnect event too (so it'll
421 // (It's still possible that this call will fail, and disconnect
473 * placeCall(), since it's still possible the call will disconnect
529 mCM.registerForDisconnect(this, DISCONNECT, null)
    [all...]
  /frameworks/av/camera/
IProCameraUser.cpp 35 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
158 // disconnect from camera service
159 void disconnect() function in class:android::BpProCameraUser
161 ALOGV("disconnect");
164 remote()->transact(DISCONNECT, data, &reply);
306 case DISCONNECT: {
307 ALOGV("DISCONNECT");
309 disconnect();
ICamera.cpp 31 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
61 // disconnect from camera service
62 void disconnect() function in class:android::BpCamera
64 ALOGV("disconnect");
67 remote()->transact(DISCONNECT, data, &reply);
267 case DISCONNECT: {
268 ALOGV("DISCONNECT");
270 disconnect();
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 42 DISCONNECT,
170 virtual status_t disconnect(int api) { function in class:android::BpGraphicBufferProducer
174 status_t result =remote()->transact(DISCONNECT, data, &reply);
272 case DISCONNECT: {
275 status_t res = disconnect(api);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 64 static final int DISCONNECT = 2;
194 case DISCONNECT:
297 case DISCONNECT:
499 case DISCONNECT:
    [all...]
A2dpService.java 132 boolean disconnect(BluetoothDevice device) { method in class:A2dpService
141 mStateMachine.sendMessage(A2dpStateMachine.DISCONNECT, device);
218 public boolean disconnect(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
221 return service.disconnect(device);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 191 #define DISCONNECT 0x04
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 191 #define DISCONNECT 0x04
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 191 #define DISCONNECT 0x04
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 78 static final int DISCONNECT = 2;
282 case DISCONNECT:
402 case DISCONNECT:
619 case DISCONNECT:
    [all...]
HeadsetService.java 145 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
148 return service.disconnect(device);
327 boolean disconnect(BluetoothDevice device) { method in class:HeadsetService
336 mStateMachine.sendMessage(HeadsetStateMachine.DISCONNECT, device);
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 191 if (wpa_auth->cb.disconnect == NULL)
194 wpa_auth->cb.disconnect(wpa_auth->cb.ctx, addr,
    [all...]

Completed in 1680 milliseconds