HomeSort by relevance Sort by last modified time
    Searched defs:DISCONNECT (Results 1 - 12 of 12) 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();
  /frameworks/av/camera/
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();
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();
  /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/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...]
  /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...]
  /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...]

Completed in 344 milliseconds