/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 | 325 @IntRange(from = 0, to = 15) int gid, int oid, @NonNull byte[] payload); in onVendorUciResponse() 336 @IntRange(from = 9, to = 15) int gid, int oid, @NonNull byte[] payload); in onVendorUciNotification() 1129 @IntRange(from = 0, to = 15) int gid, int oid, @NonNull byte[] payload) { in sendVendorUciMessage() 1157 @IntRange(from = 0, to = 15) int gid, int oid, @NonNull byte[] payload) { in sendVendorUciMessage()
|
/packages/modules/Nfc/framework/java/android/nfc/ |
D | INfcVendorNciCallback.aidl | 22 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived() 23 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
|
D | NfcVendorNciCallbackListener.java | 111 public void onVendorResponseReceived(int gid, int oid, @NonNull byte[] payload) in onVendorResponseReceived() 129 public void onVendorNotificationReceived(int gid, int oid, @NonNull byte[] payload) in onVendorNotificationReceived()
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/ |
D | NfcVendorNciResponse.java | 24 public int oid; field in NfcVendorNciResponse 26 public NfcVendorNciResponse(byte status, int gid, int oid, byte[] payload) { in NfcVendorNciResponse()
|
/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 | DeleteAdfCommandTest.java | 33 ObjectIdentifier oid = in encodeDeleteAdfCommand() local
|
D | SelectAdfCommandTest.java | 29 ObjectIdentifier oid = in encodeSelectAdfCommand() local
|
D | SwapInAdfCommandTest.java | 30 ObjectIdentifier oid = ObjectIdentifier.fromBytes( in encodeSwapInAdfCommand() 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/Nfc/libnfc-nci/src/nfc/nfc/ |
D | nfc_vs.cc | 126 tNFC_STATUS NFC_SendVsCommand(uint8_t oid, NFC_HDR* p_data, in NFC_SendVsCommand()
|
/packages/modules/Nfc/libnfc-nci/tests/src/ |
D | nfa_dm_api_test.cc | 418 uint8_t oid = 0x01; in TEST_F() local 428 uint8_t oid = 0x02; in TEST_F() local 438 uint8_t oid = 0x03; in TEST_F() local 448 uint8_t oid = 0x04; in TEST_F() local 458 uint8_t oid = 0x05; in TEST_F() local 468 uint8_t oid = 0xFF; in TEST_F() local 478 uint8_t oid = 0x06; in TEST_F() 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/tests/cts/tests/src/android/uwb/cts/ |
D | UwbManagerTest.java | 522 public int oid; field in UwbManagerTest.UwbVendorUciCallback 533 public void onVendorUciResponse(int gid, int oid, byte[] payload) { in onVendorUciResponse() 541 public void onVendorUciNotification(int gid, int oid, byte[] payload) { in onVendorUciNotification() 1840 int oid = 1; in testSendVendorUciMessageVendorGid() local 1874 int oid = 3; in testSendVendorUciMessageFiraGid() local 1908 int oid = 1; in testSendVendorUciMessageWithFragmentedPackets() local 1943 int oid = 1; in testSendVendorUciMessageWithMessageType() local
|
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/ |
D | INativeUwbManager.java | 128 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
|
D | NativeUwbManager.java | 127 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 478 public UwbVendorUciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload, in sendRawVendorCmd() 679 private native UwbVendorUciResponse nativeSendRawVendorCmd(int mt, int gid, int oid, in nativeSendRawVendorCmd()
|
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/ |
D | NfcAdapterTest.java | 569 int oid = 0xC; in testSendVendorCmd() local 1156 public int oid; field in NfcAdapterTest.NfcVendorNciCallback 1165 public void onVendorNciResponse(int gid, int oid, byte[] payload) { in onVendorNciResponse() 1173 public void onVendorNciNotification(int gid, int oid, byte[] payload) { in onVendorNciNotification()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbServiceCoreTest.java | 1631 int oid = 0; in testSendVendorUciCommand() local 1653 int oid = 0; in testSendVendorUciCommandMessageTypeTest() local 1927 int oid = 0; in testVendorUciNotificationCallback() local
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbServiceCore.java | 385 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 1014 private void sendVendorUciResponse(int gid, int oid, byte[] payload) { in sendVendorUciResponse() 1030 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload, in sendVendorUciMessage()
|