Home
last modified time | relevance | path

Searched defs:BluetoothKeystoreInterface (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/common/keystore/
Dfake_bt_keystore.cc15 BluetoothKeystoreInterface::BluetoothKeystoreInterface() : impl(new class BluetoothKeystoreInterfac… in BluetoothKeystoreInterface() function in bluetooth::fake_bluetooth_keystore::BluetoothKeystoreInterface
/packages/modules/Bluetooth/system/gd/rust/common/src/
Dbridge.rs17 type BluetoothKeystoreInterface; typedef
Dparameter_provider.rs22 unsafe impl Send for BluetoothKeystoreInterface {} implementation
84 pub async fn get_bt_keystore_interface(&mut self) -> *mut BluetoothKeystoreInterface { in get_bt_keystore_interface()
94 by_keystore: UniquePtr<BluetoothKeystoreInterface>, in set_bt_keystore_interface()