Home
last modified time | relevance | path

Searched defs:oid (Results 1 – 25 of 39) sorted by relevance

12

/packages/modules/Uwb/framework/java/android/uwb/
DIUwbVendorUciCallback.aidl21 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived()
22 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
DUwbVendorUciCallbackListener.java80 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()
DUwbManager.java325 @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/
DINfcVendorNciCallback.aidl22 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived()
23 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
DNfcVendorNciCallbackListener.java111 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/
DNfcVendorNciResponse.java24 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/
DUwbVendorUciResponse.java25 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/
DSwapInAdfCommand.java46 private SwapInAdfCommand(@NonNull byte[] secureBlob, @NonNull ObjectIdentifier oid, in SwapInAdfCommand()
89 public static SwapInAdfCommand build(@NonNull byte[] secureBlob, @NonNull ObjectIdentifier oid, in build()
DCsmlUtil.java110 public static TlvDatum encodeObjectIdentifierAsTlv(@NonNull ObjectIdentifier oid) { in encodeObjectIdentifierAsTlv()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DDeleteAdfCommandTest.java33 ObjectIdentifier oid = in encodeDeleteAdfCommand() local
DSelectAdfCommandTest.java29 ObjectIdentifier oid = in encodeSelectAdfCommand() local
DSwapInAdfCommandTest.java30 ObjectIdentifier oid = ObjectIdentifier.fromBytes( in encodeSwapInAdfCommand() local
DCsmlUtilTest.java32 ObjectIdentifier oid = in encodeObjectIdentifierAsTlv() local
/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()
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()
DIUwbServiceListener.java66 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
/packages/modules/Nfc/libnfc-nci/src/nfc/nfc/
Dnfc_vs.cc126 tNFC_STATUS NFC_SendVsCommand(uint8_t oid, NFC_HDR* p_data, in NFC_SendVsCommand()
/packages/modules/Nfc/libnfc-nci/tests/src/
Dnfa_dm_api_test.cc418 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/
DDERParser.java222 StringBuffer oid = new StringBuffer(); in parseOID() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DServiceProviderVerifier.java144 ASN1ObjectIdentifier oid = ASN1ObjectIdentifier.getInstance(innerObject); in getProviderNames() local
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java522 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/
DINativeUwbManager.java128 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
DNativeUwbManager.java127 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/
DNfcAdapterTest.java569 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/
DUwbServiceCoreTest.java1631 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/
DUwbServiceCore.java385 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()

12