OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_new_clone
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/include/
config.h
47
config_t*
config_new_clone
(const config_t* src);
/system/bt/osi/test/
config_test.cc
79
TEST_F(ConfigTest,
config_new_clone
) {
81
config_t* clone =
config_new_clone
(config);
/system/bt/btif/src/
btif_config.cc
457
config_t* config_paired =
config_new_clone
(config);
/system/bt/osi/src/
config.cc
105
config_t*
config_new_clone
(const config_t* src) {
function
Completed in 90 milliseconds