Home
last modified time | relevance | path

Searched defs:removeControlee (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Uwb/androidx_backend/aidl_api/androidx.core.uwb.backend.aidl_interface/1/androidx/core/uwb/backend/
DIUwbClient.aidl44 void removeControlee(in androidx.core.uwb.backend.UwbAddress address); in removeControlee() method
/packages/modules/Uwb/androidx_backend/aidl_api/androidx.core.uwb.backend.aidl_interface/current/androidx/core/uwb/backend/
DIUwbClient.aidl44 void removeControlee(in androidx.core.uwb.backend.UwbAddress address); in removeControlee() method
/packages/modules/Uwb/androidx_backend/interface/androidx/core/uwb/backend/
DIUwbClient.aidl36 void removeControlee(in UwbAddress address); in removeControlee() method
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/
DUwbControleeClient.java76 public void removeControlee(UwbAddress address) throws RemoteException { in removeControlee() method in UwbControleeClient
DUwbControllerClient.java101 public void removeControlee(UwbAddress address) throws RemoteException { in removeControlee() method in UwbControllerClient
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DRangingController.java306 public synchronized int removeControlee(UwbAddress controleeAddress) { in removeControlee() method in RangingController
/packages/modules/Uwb/framework/java/android/uwb/
DIUwbAdapter.aidl215 void removeControlee(in SessionHandle sessionHandle, in PersistableBundle params); in removeControlee() method
DRangingSession.java710 public void removeControlee(@NonNull PersistableBundle params) { in removeControlee() method in RangingSession
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceImpl.java348 public void removeControlee(SessionHandle sessionHandle, PersistableBundle params) { in removeControlee() method in UwbServiceImpl
DUwbServiceCore.java781 public void removeControlee(SessionHandle sessionHandle, PersistableBundle params) { in removeControlee() method in UwbServiceCore
DUwbSessionManager.java2960 public void removeControlee(UwbAddress address) { in removeControlee() method in UwbSessionManager.UwbSession