Home
last modified time | relevance | path

Searched refs:trampoline (Results 1 – 3 of 3) sorted by relevance

/system/core/libcutils/
Dproperties.cpp104 static void trampoline(void* raw_data, const char* name, const char* value, unsigned /*serial*/) { in trampoline() function
110 __system_property_read_callback(pi, trampoline, data); in property_list_callback()
/system/unwinding/libunwindstack/offline_files/youtube_compiled_arm64/
Doutput.txt21 #20 pc 0000000000011928 libutils.so (thread_data_t::trampoline(thread_data_t const*)+404)
/system/core/libutils/
DThreads.cpp79 static int trampoline(const thread_data_t* t) { in trampoline() function
142 entryFunction = (android_thread_func_t)&thread_data_t::trampoline; in androidCreateRawThreadEtc()