HomeSort by relevance Sort by last modified time
    Searched refs:__android_log_security_bswrite (Results 1 - 4 of 4) sorted by null

  /system/core/liblog/include/private/
android_logger.h 135 int __android_log_security_bswrite(int32_t tag, const char* payload);
  /system/core/adb/
file_sync_service.cpp 204 __android_log_security_bswrite(SEC_TAG_ADB_SEND_FILE, path);
412 __android_log_security_bswrite(SEC_TAG_ADB_RECV_FILE, path);
shell_service.cpp 229 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_INTERACTIVE, "");
231 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_CMD, command_.c_str());
  /system/core/liblog/
logger_write.c 630 LIBLOG_ABI_PUBLIC int __android_log_security_bswrite(int32_t tag, function

Completed in 680 milliseconds