Home
last modified time | relevance | path

Searched defs:unregisterClient (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DICarWatchdogService.aidl26 void unregisterClient(in ICarWatchdogClient client); in unregisterClient() method
DCarWatchdogManager.java182 public void unregisterClient(@NonNull CarWatchdogClientCallback client) { in unregisterClient() method in CarWatchdogManager
/packages/services/Car/watchdog/server/src/
DWatchdogBinderMediator.h51 binder::Status unregisterClient(const sp<ICarWatchdogClient>& client) override { in unregisterClient() function
DWatchdogProcessService.cpp97 Status WatchdogProcessService::unregisterClient(const sp<ICarWatchdogClient>& client) { in unregisterClient() function in android::automotive::watchdog::WatchdogProcessService
/packages/services/Car/watchdog/aidl/aidl_api/carwatchdog_aidl_interface/2/android/automotive/watchdog/
DICarWatchdog.aidl22 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient() method
/packages/services/Car/watchdog/aidl/aidl_api/carwatchdog_aidl_interface/1/android/automotive/watchdog/
DICarWatchdog.aidl22 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient() method
/packages/services/Car/watchdog/aidl/aidl_api/carwatchdog_aidl_interface/current/android/automotive/watchdog/
DICarWatchdog.aidl22 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient() method
/packages/services/Car/watchdog/aidl/android/automotive/watchdog/
DICarWatchdog.aidl51 void unregisterClient(in ICarWatchdogClient client); in unregisterClient() method
/packages/services/Car/service/src/com/android/car/vms/
DVmsBrokerService.java158 public void unregisterClient(IBinder clientToken) { in unregisterClient() method in VmsBrokerService
266 private void unregisterClient(IBinder clientToken, int connectionState) { in unregisterClient() method in VmsBrokerService
/packages/services/Car/watchdog/testclient/src/
DWatchdogClient.cpp171 void WatchdogClient::unregisterClient() { in unregisterClient() function in aidl::android::automotive::watchdog::WatchdogClient
/packages/services/Car/watchdog/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java175 public void unregisterClient(ICarWatchdogClient client) throws RemoteException { in unregisterClient() method in CarWatchdogDaemonHelper
/packages/services/Car/tests/carservice_test/src/com/android/car/watchdog/
DCarWatchdogServiceTest.java245 public void unregisterClient() { in unregisterClient() method in CarWatchdogServiceTest.TestClient
/packages/apps/Car/Cluster/src/android/car/cluster/
DClusterRenderingService.java141 public void unregisterClient(ServiceClient client) { in unregisterClient() method in ClusterRenderingService
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java217 public void unregisterClient(ICarWatchdogClient client) { in unregisterClient() method in CarWatchdogService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/vms/
DVmsBrokerServiceTest.java3278 private void unregisterClient(IBinder token) { in unregisterClient() method in VmsBrokerServiceTest
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java452 public void unregisterClient(int clientIf) { in unregisterClient() method in GattService.BluetoothGattBinder
2312 void unregisterClient(int clientIf) { in unregisterClient() method in GattService