Home
last modified time | relevance | path

Searched defs:transmit (Results 1 – 6 of 6) 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.java783 public byte[] transmit(byte[] cmd) throws IOException { in transmit() method in Terminal
/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dbasic_mode_channel_data_controller_test.cc72 TEST_F(BasicModeDataControllerTest, transmit) { in TEST_F() argument