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

/system/core/include/private/
H A Dandroid_logger.h135 int __android_log_security_bswrite(int32_t tag, const char* payload);
/system/core/liblog/include/private/
H A Dandroid_logger.h135 int __android_log_security_bswrite(int32_t tag, const char* payload);
/system/core/adb/
H A Dfile_sync_service.cpp206 __android_log_security_bswrite(SEC_TAG_ADB_SEND_FILE, path);
408 __android_log_security_bswrite(SEC_TAG_ADB_RECV_FILE, path);
H A Dshell_service.cpp220 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_INTERACTIVE, "");
222 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_CMD, command_.c_str());
/system/core/liblog/
H A Dlogger_write.c576 LIBLOG_ABI_PUBLIC int __android_log_security_bswrite(int32_t tag, function

Completed in 89 milliseconds