Home
last modified time | relevance | path

Searched defs:create_android_logger (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/system/logging/liblog/liblog/android_arm64_armv8-2a_cortex-a55_shared_current/gen/
Dstub.c16 void create_android_logger() {} in create_android_logger() function
/aosp_15_r20/out/soong/.intermediates/system/logging/liblog/liblog/android_product_arm64_armv8-2a_cortex-a55_shared/gen/
Dstub.c26 void create_android_logger() {} in create_android_logger() function
/aosp_15_r20/out/soong/.intermediates/system/logging/liblog/liblog/android_vendor_arm64_armv8-2a_cortex-a55_shared/gen/
Dstub.c26 void create_android_logger() {} in create_android_logger() function
/aosp_15_r20/out/soong/.intermediates/system/logging/liblog/liblog_event_list_bindgen/android_arm64_armv8-2a_cortex-a55_source/
Dbindings.rs35 pub fn create_android_logger(tag: u32) -> android_log_context; in create_android_logger() function
/aosp_15_r20/system/logging/liblog/
H A Dlog_event_list.cpp69 android_log_context create_android_logger(uint32_t tag) { in create_android_logger() function
/aosp_15_r20/system/logging/liblog/tests/
H A Dliblog_test.cpp2413 static void create_android_logger(const char* (*fn)(uint32_t tag, in create_android_logger() function