| /packages/modules/Uwb/framework/java/android/uwb/ |
| D | IUwbVendorUciCallback.aidl | 21 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived() 22 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
|
| D | UwbVendorUciCallbackListener.java | 80 public void onVendorResponseReceived(int gid, int oid, @NonNull byte[] payload) in onVendorResponseReceived() 98 public void onVendorNotificationReceived(int gid, int oid, @NonNull byte[] payload) in onVendorNotificationReceived()
|
| D | UwbManager.java | 315 @IntRange(from = 0, to = 15) int gid, int oid, @NonNull byte[] payload); in onVendorUciResponse() 326 @IntRange(from = 9, to = 15) int gid, int oid, @NonNull byte[] payload); in onVendorUciNotification() 1021 @IntRange(from = 0, to = 15) int gid, int oid, @NonNull byte[] payload) { in sendVendorUciMessage() 1049 @IntRange(from = 0, to = 15) int gid, int oid, @NonNull byte[] payload) { in sendVendorUciMessage()
|
| D | IUwbAdapter.aidl | 356 int sendVendorUciMessage(int mt, int gid, int oid, in byte[] payload); in sendVendorUciMessage()
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/data/ |
| D | UwbVendorUciResponse.java | 25 public int oid; field in UwbVendorUciResponse 27 public UwbVendorUciResponse(byte status, int gid, int oid, byte[] payload) { in UwbVendorUciResponse()
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/ |
| D | SwapInAdfCommand.java | 46 private SwapInAdfCommand(@NonNull byte[] secureBlob, @NonNull ObjectIdentifier oid, in SwapInAdfCommand() 89 public static SwapInAdfCommand build(@NonNull byte[] secureBlob, @NonNull ObjectIdentifier oid, in build()
|
| D | CsmlUtil.java | 110 public static TlvDatum encodeObjectIdentifierAsTlv(@NonNull ObjectIdentifier oid) { in encodeObjectIdentifierAsTlv()
|
| /packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/ |
| D | SwapInAdfCommandTest.java | 30 ObjectIdentifier oid = ObjectIdentifier.fromBytes( in encodeSwapInAdfCommand() local
|
| D | DeleteAdfCommandTest.java | 33 ObjectIdentifier oid = in encodeDeleteAdfCommand() local
|
| D | SelectAdfCommandTest.java | 29 ObjectIdentifier oid = in encodeSelectAdfCommand() local
|
| D | CsmlUtilTest.java | 32 ObjectIdentifier oid = in encodeObjectIdentifierAsTlv() local
|
| /packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/ |
| D | UwbServiceCore.java | 105 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 231 public UwbVendorUciResponse sendVendorCommand(int gid, int oid, byte[] payload) { in sendVendorCommand() 270 private native UwbVendorUciResponse nativeSendVendorCmd(int gid, int oid, byte[] payload); in nativeSendVendorCmd()
|
| D | IUwbServiceListener.java | 66 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
|
| /packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/ |
| D | UwbManagerTest.java | 455 public int oid; field in UwbManagerTest.UwbVendorUciCallback 466 public void onVendorUciResponse(int gid, int oid, byte[] payload) { in onVendorUciResponse() 474 public void onVendorUciNotification(int gid, int oid, byte[] payload) { in onVendorUciNotification() 1498 int oid = 1; in testSendVendorUciMessageVendorGid() local 1532 int oid = 3; in testSendVendorUciMessageFiraGid() local 1566 int oid = 1; in testSendVendorUciMessageWithFragmentedPackets() local 1601 int oid = 1; in testSendVendorUciMessageWithMessageType() local
|
| /packages/apps/SecureElement/src/com/android/se/security/arf/ |
| D | DERParser.java | 222 StringBuffer oid = new StringBuffer(); in parseOID() local
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
| D | ServiceProviderVerifier.java | 144 ASN1ObjectIdentifier oid = ASN1ObjectIdentifier.getInstance(innerObject); in getProviderNames() local
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/jni/ |
| D | INativeUwbManager.java | 106 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
|
| D | NativeUwbManager.java | 112 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 369 public UwbVendorUciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload, in sendRawVendorCmd() 496 private native UwbVendorUciResponse nativeSendRawVendorCmd(int mt, int gid, int oid, in nativeSendRawVendorCmd()
|
| /packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
| D | UwbServiceCoreTest.java | 1184 int oid = 0; in testSendVendorUciCommand() local 1206 int oid = 0; in testSendVendorUciCommandMessageTypeTest() local 1467 int oid = 0; in testVendorUciNotificationCallback() local
|
| D | UwbServiceImplTest.java | 793 final int oid = 0; in testSendVendorUciMessage() local
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/ |
| D | UwbServiceCore.java | 225 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 657 private void sendVendorUciResponse(int gid, int oid, byte[] payload) { in sendVendorUciResponse() 673 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload, in sendVendorUciMessage()
|
| D | UwbServiceImpl.java | 324 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload) in sendVendorUciMessage()
|
| /packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
| D | api.rs | 402 let oid = oid as u32; in send_raw_vendor_cmd() localVariable
|