Home
last modified time | relevance | path

Searched refs:onVendorUciNotificationReceived (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/
DUwbServiceCore.java105 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() method in UwbServiceCore
108 mUwbServiceListener.onVendorUciNotificationReceived(gid, oid, payload); in onVendorUciNotificationReceived()
DIUwbServiceListener.java66 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived() method
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DINativeUwbManager.java125 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived() method
DNativeUwbManager.java125 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() method in NativeUwbManager
128 mVendorListener.onVendorUciNotificationReceived(gid, oid, payload); in onVendorUciNotificationReceived()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1841 mUwbServiceCore.onVendorUciNotificationReceived(gid, oid, payload); in testVendorUciNotificationCallback()
1845 mUwbServiceCore.onVendorUciNotificationReceived(gid, oid, payload); in testVendorUciNotificationCallback()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java375 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() method in UwbServiceCore