Home
last modified time | relevance | path

Searched refs:bt_keystore_interface (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/os/android/
Dparameter_provider.cc33 bluetooth_keystore::BluetoothKeystoreInterface* bt_keystore_interface = nullptr; variable
92 return bt_keystore_interface; in GetBtKeystoreInterface()
97 bt_keystore_interface = bt_keystore; in SetBtKeystoreInterface()
/packages/modules/Bluetooth/system/gd/rust/common/src/
Dparameter_provider.rs17 bt_keystore_interface: *mut BluetoothKeystoreInterface, field
33 bt_keystore_interface: null_mut(), in new()
86 let result = &self.bt_keystore_interface; in get_bt_keystore_interface()
97 self.bt_keystore_interface = by_keystore.into_raw(); in set_bt_keystore_interface()