HomeSort by relevance Sort by last modified time
    Searched refs:DISCONNECT (Results 1 - 16 of 16) 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/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java 63 private static final int DISCONNECT = 3;
91 case DISCONNECT:
229 * Handles a DISCONNECT event from the telephony layer.
233 * disconnect cause OUT_OF_SERVICE. If so, schedule a retry.
247 // Any other disconnect cause means we're done.
252 if (DBG) log("==> Disconnect event; clean up...");
256 // it would have received this disconnect event too (so it'll
396 // (It's still possible that this call will fail, and disconnect
444 * placeCall(), since it's still possible the call will disconnect
495 mCM.registerForDisconnect(this, DISCONNECT, null)
    [all...]
  /frameworks/av/camera/
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();
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();
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 36 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
68 // disconnect from camera service
69 void disconnect() function in class:android::BpCameraDeviceUser
71 ALOGV("disconnect");
74 remote()->transact(DISCONNECT, data, &reply);
224 case DISCONNECT: {
225 ALOGV("DISCONNECT");
227 disconnect();
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 41 DISCONNECT,
157 virtual status_t disconnect(int api) { function in class:android::BpGraphicBufferProducer
161 status_t result =remote()->transact(DISCONNECT, data, &reply);
255 case DISCONNECT: {
258 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);
231 public boolean disconnect(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
234 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 80 static final int DISCONNECT = 2;
292 case DISCONNECT:
409 case DISCONNECT:
623 case DISCONNECT:
    [all...]
HeadsetService.java 149 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
152 return service.disconnect(device);
335 boolean disconnect(BluetoothDevice device) { method in class:HeadsetService
344 mStateMachine.sendMessage(HeadsetStateMachine.DISCONNECT, device);
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 194 if (wpa_auth->cb.disconnect == NULL)
197 wpa_auth->cb.disconnect(wpa_auth->cb.ctx, addr,
    [all...]

Completed in 148 milliseconds