Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.h189 struct config_new_empty { struct
194 extern struct config_new_empty config_new_empty; argument
Dmock_osi_config.cc48 struct config_new_empty config_new_empty; variable
111 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc131 TEST_F(ConfigTest, config_new_empty) { in TEST_F() argument
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc87 std::unique_ptr<config_t> config_new_empty(void) { return std::make_unique<config_t>(); } in config_new_empty() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc141 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function