Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dservices.cpp39 void* service_bootstrap_func(void* x) { in service_bootstrap_func() function
79 if (adb_thread_create( &t, service_bootstrap_func, sti)){ in create_service_thread()