/frameworks/base/media/libmedia/ |
IEffect.cpp | 32 DISCONNECT, 96 void disconnect() function in class:android::BpEffect 98 LOGV("disconnect"); 101 remote()->transact(DISCONNECT, data, &reply); 174 case DISCONNECT: { 175 LOGV("DISCONNECT"); 177 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); 177 case DISCONNECT: { 179 disconnect();
|
IMediaPlayer.cpp | 34 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION, 69 // disconnect from media player service 70 void disconnect() function in class:android::BpMediaPlayer 74 remote()->transact(DISCONNECT, data, &reply); 315 case DISCONNECT: { 317 disconnect();
|
/frameworks/base/libs/camera/ |
ICamera.cpp | 29 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION, 60 // disconnect from camera service 61 void disconnect() function in class:android::BpCamera 63 LOGV("disconnect"); 66 remote()->transact(DISCONNECT, data, &reply); 277 case DISCONNECT: { 278 LOGV("DISCONNECT"); 280 disconnect();
|
/frameworks/base/libs/gui/ |
ISurfaceTexture.cpp | 44 DISCONNECT, 208 virtual status_t disconnect(int api) { function in class:android::BpSurfaceTexture 212 status_t result =remote()->transact(DISCONNECT, data, &reply); 332 case DISCONNECT: { 335 status_t res = disconnect(api);
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallHelper.java | 63 private static final int DISCONNECT = 3; 92 case DISCONNECT: 244 * Handles a DISCONNECT event from the telephony layer. 248 * disconnect cause OUT_OF_SERVICE. If so, schedule a retry. 262 // Any other disconnect cause means we're done. 267 if (DBG) log("==> Disconnect event; clean up..."); 271 // it would have received this disconnect event too (so it'll 419 // (It's still possible that this call will fail, and disconnect 471 * placeCall(), since it's still possible the call will disconnect 527 mCM.registerForDisconnect(this, DISCONNECT, null) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/ |
scsi.h | 191 #define DISCONNECT 0x04
|