OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__android_log_ratelimit
(Results
1 - 3
of
3
) sorted by null
/system/core/liblog/include/log/
log.h
209
int
__android_log_ratelimit
(time_t seconds, time_t* last);
226
#define IF_ALOG_RATELIMIT() if (
__android_log_ratelimit
(0, NULL) > 0)
228
if (
__android_log_ratelimit
(seconds, state) > 0)
/system/core/liblog/
log_ratelimit.cpp
25
// Global default if 'last' argument in
__android_log_ratelimit
is NULL
37
// argument (not NULL) as supplied to
__android_log_ratelimit
.
45
LIBLOG_ABI_PUBLIC int
__android_log_ratelimit
(time_t seconds, time_t* last) {
function
50
// 2. Too many threads calling
__android_log_ratelimit
.
/system/core/liblog/tests/
liblog_test.cpp
[
all
...]
Completed in 156 milliseconds