HomeSort by relevance Sort by last modified time
    Searched refs:unregisterClient (Results 1 - 14 of 14) sorted by null

  /frameworks/base/media/java/android/media/
IMediaRouterService.aidl 27 void unregisterClient(IMediaRouterClient client);
MediaRouter.java 348 mMediaRouterService.unregisterClient(mClient);
    [all...]
  /system/bt/service/doc/
IBluetoothLowEnergy.txt 33 void unregisterClient(in int client_if);
IBluetoothGattClient.txt 36 void unregisterClient(in int client_id);
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 281 mBluetoothGatt.unregisterClient(mClientIf);
318 mBluetoothGatt.unregisterClient(clientIf);
351 mBluetoothGatt.unregisterClient(mClientIf);
BluetoothLeScanner.java 330 mBluetoothGatt.unregisterClient(mClientIf);
364 mBluetoothGatt.unregisterClient(clientIf);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 49 void unregisterClient(in int clientIf);
BluetoothGatt.java 608 mService.unregisterClient(mClientIf);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 116 public void unregisterClient(FrameClient client) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 215 mService.unregisterClient(client.clientIf);
GattService.java 350 public void unregisterClient(int clientIf) {
353 service.unregisterClient(clientIf);
    [all...]
ScanManager.java 282 mService.unregisterClient(client.clientIf);
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 146 public void unregisterClient(IMediaRouterClient client) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 356 milliseconds