Home
last modified time | relevance | path

Searched refs:osi_strdup (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/osi/src/
Dhash_map_utils.cc36 char* str = osi_strdup(params); in hash_map_utils_new_from_string_params()
54 value = (*eq != '\0') ? osi_strdup(eq) : osi_strdup(""); in hash_map_utils_new_from_string_params()
56 key = osi_strdup(kvpair); in hash_map_utils_new_from_string_params()
57 value = osi_strdup(""); in hash_map_utils_new_from_string_params()
Dallocator.cc26 char* osi_strdup(const char* str) { in osi_strdup() function
Dalarm.cc174 ret->stats.name = osi_strdup(name); in alarm_new_internal()
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_allocator.cc55 struct osi_strdup osi_strdup; variable
79 char* osi_strdup(const char* str) { in osi_strdup() function
81 return test::mock::osi_allocator::osi_strdup(str); in osi_strdup()
Dmock_osi_allocator.h81 struct osi_strdup { struct
87 extern struct osi_strdup osi_strdup; argument
/packages/modules/Bluetooth/system/osi/include/
Dallocator.h37 char* osi_strdup(const char* str);
/packages/modules/Bluetooth/system/osi/test/fuzzers/allocator/
Dfuzz_allocator.cc82 str = osi_strdup(buf); in callArbitraryFunction()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc258 char* osi_strdup(const char* str) { in osi_strdup() function