Home
last modified time | relevance | path

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

/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.java315 @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()
DIUwbAdapter.aidl356 int sendVendorUciMessage(int mt, int gid, int oid, in byte[] payload); in sendVendorUciMessage()
/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/
DSwapInAdfCommandTest.java30 ObjectIdentifier oid = ObjectIdentifier.fromBytes( in encodeSwapInAdfCommand() local
DDeleteAdfCommandTest.java33 ObjectIdentifier oid = in encodeDeleteAdfCommand() local
DSelectAdfCommandTest.java29 ObjectIdentifier oid = in encodeSelectAdfCommand() 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/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java455 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/
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/service/java/com/android/server/uwb/jni/
DINativeUwbManager.java106 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
DNativeUwbManager.java112 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/
DUwbServiceCoreTest.java1184 int oid = 0; in testSendVendorUciCommand() local
1206 int oid = 0; in testSendVendorUciCommandMessageTypeTest() local
1467 int oid = 0; in testVendorUciNotificationCallback() local
DUwbServiceImplTest.java793 final int oid = 0; in testSendVendorUciMessage() local
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java225 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()
DUwbServiceImpl.java324 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload) in sendVendorUciMessage()
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dapi.rs402 let oid = oid as u32; in send_raw_vendor_cmd() localVariable