Home
last modified time | relevance | path

Searched refs:BluetoothKeystoreInterface (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_keystore.cc37 using bluetooth::bluetooth_keystore::BluetoothKeystoreInterface;
42 std::unique_ptr<BluetoothKeystoreInterface> bluetoothKeystoreInstance;
46 : public bluetooth::bluetooth_keystore::BluetoothKeystoreInterface {
123 BluetoothKeystoreInterface* getBluetoothKeystoreInterface() { in getBluetoothKeystoreInterface()
Dbtif_config.cc52 using bluetooth::bluetooth_keystore::BluetoothKeystoreInterface;
/packages/modules/Bluetooth/system/gd/os/android/
Dparameter_provider.cc33 bluetooth_keystore::BluetoothKeystoreInterface* bt_keystore_interface = nullptr;
90 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface()
95 void ParameterProvider::SetBtKeystoreInterface(bluetooth_keystore::BluetoothKeystoreInterface* bt_k… in SetBtKeystoreInterface()
/packages/modules/Bluetooth/system/gd/os/
Dparameter_provider.h48 static bluetooth_keystore::BluetoothKeystoreInterface* GetBtKeystoreInterface();
50 static void SetBtKeystoreInterface(bluetooth_keystore::BluetoothKeystoreInterface* bt_keystore);
Dbt_keystore.h22 BluetoothKeystoreInterface* getBluetoothKeystoreInterface();
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp26 using bluetooth::bluetooth_keystore::BluetoothKeystoreInterface;
32 static BluetoothKeystoreInterface* sBluetoothKeystoreInterface = nullptr;
115 (BluetoothKeystoreInterface*)btInf->get_profile_interface(BT_KEYSTORE_ID); in initNative()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_keystore.h36 class BluetoothKeystoreInterface {
38 virtual ~BluetoothKeystoreInterface() = default;
/packages/modules/Bluetooth/system/gd/os/linux/
Dparameter_provider.cc95 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface()
99 void ParameterProvider::SetBtKeystoreInterface(bluetooth_keystore::BluetoothKeystoreInterface* bt_k… in SetBtKeystoreInterface()
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dparameter_provider.cc95 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface()
100 bluetooth_keystore::BluetoothKeystoreInterface* bt_keystore) {} in SetBtKeystoreInterface()
/packages/modules/Bluetooth/system/gd/os/host/
Dparameter_provider.cc117 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface()
122 bluetooth_keystore::BluetoothKeystoreInterface* /* bt_keystore */) {} in SetBtKeystoreInterface() argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_keystore.h22 BluetoothKeystoreInterface* getBluetoothKeystoreInterface();