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

12

  /frameworks/av/camera/
ICamera.cpp 35 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
69 // disconnect from camera service
70 binder::Status disconnect() function in class:android::hardware::BpCamera
72 ALOGV("disconnect");
75 remote()->transact(DISCONNECT, data, &reply);
332 case DISCONNECT: {
333 ALOGV("DISCONNECT");
335 disconnect();
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 66 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
86 // disconnect from media metadata retriever service
87 void disconnect() function in class:android::BpMediaMetadataRetriever
91 remote()->transact(DISCONNECT, data, &reply);
298 case DISCONNECT: {
300 disconnect();
IMediaPlayer.cpp 41 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
107 // disconnect from media player service
108 void disconnect() function in class:android::BpMediaPlayer
112 remote()->transact(DISCONNECT, data, &reply);
629 case DISCONNECT: {
631 disconnect();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 123 boolean disconnect(BluetoothDevice device) { method in class:A2dpSinkService
131 mStateMachine.sendMessage(A2dpSinkStateMachine.DISCONNECT, device);
268 public boolean disconnect(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
273 return service.disconnect(device);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamHandlerTest.java 129 mStreamHandler.obtainMessage(A2dpSinkStreamHandler.DISCONNECT));
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnection.java 116 onEvent(new Event(Event.DISCONNECT));
SimulatorVoiceCall.java 237 case Event.DISCONNECT:
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 292 stateMachine.sendMessage(PbapStateMachine.DISCONNECT);
460 void disconnect(BluetoothDevice device) { method in class:BluetoothPbapService
465 sm.sendMessage(PbapStateMachine.DISCONNECT);
651 public void disconnect(BluetoothDevice device) { method in class:BluetoothPbapService.PbapBinder
653 Log.d(TAG, "disconnect");
659 service.disconnect(device);
BluetoothPbapObexServer.java 382 mStateMachine.sendMessage(PbapStateMachine.DISCONNECT);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 25 * CONNECTED | | DISCONNECT
84 public static final int DISCONNECT = 2;
    [all...]
HeadsetClientService.java 223 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
228 return service.disconnect(device);
484 boolean disconnect(BluetoothDevice device) { method in class:HeadsetClientService
498 sm.sendMessage(HeadsetClientStateMachine.DISCONNECT, device);
    [all...]
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 55 DISCONNECT,
321 virtual status_t disconnect(int api, DisconnectMode mode) { function in class:android::BpGraphicBufferProducer
326 status_t result =remote()->transact(DISCONNECT, data, &reply);
595 status_t disconnect(
597 return mBase->disconnect(api, mode);
869 case DISCONNECT: {
873 status_t res = disconnect(api, mode);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 232 if (wpa_auth->cb->disconnect == NULL)
236 wpa_auth->cb->disconnect(wpa_auth->cb_ctx, addr, reason);
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetStateMachineTest.java 370 * Test state transition from Connected to Disconnecting state via DISCONNECT message
375 // Send DISCONNECT message
377 mHeadsetStateMachine.sendMessage(HeadsetStateMachine.DISCONNECT, mTestDevice);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 276 boolean disconnect(BluetoothDevice device) { method in class:A2dpService
279 Log.d(TAG, "disconnect(): " + device);
285 Log.e(TAG, "Ignored disconnect request for " + device + " : no state machine");
288 sm.sendMessage(A2dpStateMachine.DISCONNECT);
1043 public boolean disconnect(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 242 disconnect(connectedDevice);
277 boolean disconnect(BluetoothDevice device) { method in class:HearingAidService
280 Log.d(TAG, "disconnect(): " + device);
294 Log.e(TAG, "Ignored disconnect request for " + device
298 sm.sendMessage(HearingAidStateMachine.DISCONNECT);
784 public boolean disconnect(BluetoothDevice device) { method in class:HearingAidService.BluetoothHearingAidBinder
789 return service.disconnect(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 73 * {@link #disconnectAudio()} can happen in any mode to disconnect SCO
440 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
445 return service.disconnect(device);
710 // When there is maximum one device, we automatically disconnect the current one
720 disconnect(connectingConnectedDevice);
729 boolean disconnect(BluetoothDevice device) { method in class:HeadsetService
731 Log.i(TAG, "disconnect: device=" + device + ", " + Utils.getUidPidString());
735 Log.w(TAG, "disconnect: device " + device + " not ever connected/connecting");
741 Log.w(TAG, "disconnect: device " + device
745 stateMachine.sendMessage(HeadsetStateMachine.DISCONNECT, device)
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 496 milliseconds

12