OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_log_context_internal
(Results
1 - 4
of
4
) sorted by null
/system/core/liblog/
log_event_list.c
46
}
android_log_context_internal
;
typedef in typeref:struct:__anon2808
50
android_log_context_internal
* context;
52
context = calloc(1, sizeof(
android_log_context_internal
));
72
android_log_context_internal
* context;
75
context = calloc(1, sizeof(
android_log_context_internal
));
88
android_log_context_internal
* context;
90
context = (
android_log_context_internal
*)*ctx;
102
android_log_context_internal
* context;
104
context = (
android_log_context_internal
*)ctx;
144
android_log_context_internal
* context
[
all
...]
/system/core/libstats/
stats_event_list.c
38
}
android_log_context_internal
;
typedef in typeref:struct:__anon2883
51
android_log_context_internal
* context = (
android_log_context_internal
*)(ctx);
53
memset(context, 0, sizeof(
android_log_context_internal
));
68
android_log_context_internal
* context;
72
context = (
android_log_context_internal
*)(ctx);
/system/core/liblog/include_vndk/log/
log_event_list.h
37
typedef struct
android_log_context_internal
* android_log_context;
/system/core/liblog/include/log/
log_event_list.h
56
typedef struct
android_log_context_internal
* android_log_context;
Completed in 86 milliseconds