Searched refs:__android_log_security_bswrite (Results 1 - 4 of 4) sorted by relevance

/system/core/include/log/
H A Dlogd.h48 int __android_log_security_bswrite(int32_t tag, const char *payload);
/system/core/adb/
H A Dfile_sync_service.cpp154 __android_log_security_bswrite(SEC_TAG_ADB_SEND_FILE, path);
351 __android_log_security_bswrite(SEC_TAG_ADB_RECV_FILE, path);
H A Dshell_service.cpp233 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_INTERACTIVE, "");
235 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_CMD, command_.c_str());
/system/core/liblog/
H A Dlogger_write.c566 LIBLOG_ABI_PUBLIC int __android_log_security_bswrite(int32_t tag, function

Completed in 53 milliseconds