OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__android_log_bwrite
(Results
1 - 3
of
3
) sorted by null
/system/core/include/cutils/
logd.h
41
int
__android_log_bwrite
(int32_t tag, const void *payload, size_t len);
log.h
449
__android_log_bwrite
(tag, payload, len)
/system/core/liblog/
logd_write.c
249
int
__android_log_bwrite
(int32_t tag, const void *payload, size_t len)
function
262
* Like
__android_log_bwrite
, but takes the type as well. Doesn't work
Completed in 239 milliseconds