OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uuid_new
(Results
1 - 3
of
3
) sorted by null
/system/bt/btcore/test/
uuid_test.cpp
43
uuid =
uuid_new
("incorrect length");
46
uuid =
uuid_new
("correct length but missing dashes --");
49
uuid =
uuid_new
(UUID_ONES);
56
uuid =
uuid_new
(UUID_SEQUENTIAL);
75
uuid =
uuid_new
(UUID_BASE);
98
uuid =
uuid_new
(UUID_EMPTY);
103
uuid =
uuid_new
(UUID_BASE);
113
uuid =
uuid_new
(UUID_ONES);
118
uuid =
uuid_new
(UUID_BASE);
129
uuid =
uuid_new
(UUID_ONES)
[
all
...]
/system/bt/btcore/include/
uuid.h
48
bt_uuid_t *
uuid_new
(const char *uuid_string);
50
// Frees a uuid structure created from |
uuid_new
| and friends.
/system/bt/btcore/src/
uuid.c
57
bt_uuid_t *
uuid_new
(const char *uuid_string) {
function
Completed in 158 milliseconds