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 61 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
77 // disconnect from media metadata retriever service
78 void disconnect() function in class:android::BpMediaMetadataRetriever
82 remote()->transact(DISCONNECT, data, &reply);
176 case DISCONNECT: {
178 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/
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);
279 case DISCONNECT: {
280 ALOGV("DISCONNECT");
282 disconnect();
  /frameworks/native/libs/gui/
ISurfaceTexture.cpp 42 DISCONNECT,
172 virtual status_t disconnect(int api) { function in class:android::BpSurfaceTexture
176 status_t result =remote()->transact(DISCONNECT, data, &reply);
279 case DISCONNECT: {
282 status_t res = disconnect(api);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 65 static final int DISCONNECT = 2;
195 case DISCONNECT:
298 case DISCONNECT:
500 case DISCONNECT:
    [all...]
A2dpService.java 125 boolean disconnect(BluetoothDevice device) { method in class:A2dpService
134 mStateMachine.sendMessage(A2dpStateMachine.DISCONNECT, device);
211 public boolean disconnect(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
214 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
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/action/
PopupMenuActionDelegate.java 83 DISCONNECT("com.motorolamobility.studio.android.db.core.ui.action.disconnect") //$NON-NLS-1$
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 77 static final int DISCONNECT = 2;
281 case DISCONNECT:
401 case DISCONNECT:
618 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 190 if (wpa_auth->cb.disconnect == NULL)
193 wpa_auth->cb.disconnect(wpa_auth->cb.ctx, addr,
    [all...]

Completed in 506 milliseconds