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 - 5
of
5
) sorted by null
/system/core/include/log/
logd.h
41
int
__android_log_bwrite
(int32_t tag, const void *payload, size_t len);
log.h
533
__android_log_bwrite
(tag, payload, len)
/external/chromium_org/third_party/hwcplus/include/log/
log.h
534
__android_log_bwrite
(tag, payload, len)
/system/core/liblog/
logd_write_kern.c
292
int
__android_log_bwrite
(int32_t tag, const void *payload, size_t len)
function
305
* Like
__android_log_bwrite
, but takes the type as well. Doesn't work
325
* Like
__android_log_bwrite
, but used for writing strings to the
logd_write.c
447
int
__android_log_bwrite
(int32_t tag, const void *payload, size_t len)
function
460
* Like
__android_log_bwrite
, but takes the type as well. Doesn't work
480
* Like
__android_log_bwrite
, but used for writing strings to the
Completed in 1565 milliseconds