Home
last modified time | relevance | path

Searched defs:transmit (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DSecureElementChannel.java154 public ResponseApdu transmit(@NonNull FiRaCommand fiRaCommand) throws IOException { in transmit() method in SecureElementChannel
162 public ResponseApdu transmit(@NonNull CommandApdu command) throws IOException { in transmit() method in SecureElementChannel
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/omapi/
DOmapiConnectionImpl.java84 public ResponseApdu transmit(CommandApdu command) throws IOException { in transmit() method in OmapiConnectionImpl
97 private byte[] transmit(byte[] command) throws IOException { in transmit() method in OmapiConnectionImpl
DOmapiConnection.java39 ResponseApdu transmit(CommandApdu command) throws IOException; in transmit() method
/packages/apps/SecureElement/src/com/android/se/
DChannel.java115 public byte[] transmit(byte[] command) throws IOException { in transmit() method in Channel
315 public byte[] transmit(byte[] command) throws RemoteException { in transmit() method in Channel.SecureElementChannel
DTerminal.java789 public byte[] transmit(byte[] cmd) throws IOException { in transmit() method in Terminal