OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__android_log_bswrite
(Results
1 - 4
of
4
) sorted by null
/system/core/include/log/
logd.h
45
int
__android_log_bswrite
(int32_t tag, const char *payload);
log.h
527
(void)
__android_log_bswrite
(_tag, _value);
/system/core/liblog/
logger_write.c
544
LIBLOG_ABI_PUBLIC int
__android_log_bswrite
(int32_t tag, const char *payload)
function
/system/core/liblog/tests/
liblog_test.cpp
185
TEST(liblog,
__android_log_bswrite
) {
196
ASSERT_LT(0,
__android_log_bswrite
(0, buffer));
257
ASSERT_LT(0,
__android_log_bswrite
(0, buffer));
[
all
...]
Completed in 2129 milliseconds