OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uuid_string_t
(Results
1 - 4
of
4
) sorted by null
/system/bt/btcore/include/
uuid.h
24
typedef struct
uuid_string_t
uuid_string_t
;
typedef in typeref:struct:uuid_string_t
29
uuid_string_t
*uuid_string_new(void);
33
void uuid_string_free(
uuid_string_t
*uuid_string);
37
const char *uuid_string_data(const
uuid_string_t
*uuid_string);
69
void uuid_to_string(const bt_uuid_t *uuid,
uuid_string_t
*uuid_string);
/system/bt/btcore/src/
uuid.c
30
typedef struct
uuid_string_t
{
struct
32
}
uuid_string_t
;
typedef in typeref:struct:uuid_string_t
44
uuid_string_t
*uuid_string_new(void) {
48
void uuid_string_free(
uuid_string_t
*uuid_string) {
52
const char *uuid_string_data(const
uuid_string_t
*uuid_string) {
128
void uuid_to_string(const bt_uuid_t *uuid,
uuid_string_t
*uuid_string) {
/external/llvm/lib/Support/
LockFileManager.cpp
79
uuid_string_t
UUIDStr;
/system/bt/btcore/test/
uuid_test.cpp
144
uuid_string_t
*uuid_string = uuid_string_new();
Completed in 170 milliseconds