Home
last modified time | relevance | path

Searched refs:ConfigInterface (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/btif/include/
Dcore_callbacks.h76 struct ConfigInterface { struct
81 explicit ConfigInterface() = default;
82 ConfigInterface(const ConfigInterface&) = delete;
83 ConfigInterface& operator=(const ConfigInterface&) = delete; argument
84 virtual ~ConfigInterface() = default;
136 ConfigInterface* config;
152 ConfigInterface* configInterface, CodecInterface* msbcCodec, in CoreInterface()
Dmock_core_callbacks.h80 struct MockConfigInterface : public ConfigInterface {
/packages/modules/Bluetooth/system/test/common/
Dcore_interface.cc46 struct MockConfigInterface : public bluetooth::core::ConfigInterface {
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc189 struct ConfigInterfaceImpl : bluetooth::core::ConfigInterface {
190 ConfigInterfaceImpl() : bluetooth::core::ConfigInterface(){}; in ConfigInterfaceImpl()