Home
last modified time | relevance | path

Searched defs:config_new_clone (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.h179 struct config_new_clone { struct
184 extern struct config_new_clone config_new_clone; argument
Dmock_osi_config.cc47 struct config_new_clone config_new_clone; variable
107 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc146 TEST_F(ConfigTest, config_new_clone) { in TEST_F() argument
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc121 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc137 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function