Home
last modified time | relevance | path

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

/system/core/adb/
Dfdevent.cpp97 static std::string dump_fde(const fdevent* fde) { in dump_fde() function
136 LOG(FATAL) << "destroying fde not created by fdevent_create(): " << dump_fde(fde); in fdevent_destroy()
158 D("fdevent_install %s", dump_fde(fde).c_str()); in fdevent_install()
163 D("fdevent_remove %s", dump_fde(fde).c_str()); in fdevent_remove()
204 D("fdevent_set: %s, events = %u", dump_fde(fde).c_str(), events); in fdevent_set()
280 D("%s got events %x", dump_fde(fde).c_str(), events); in fdevent_process()
292 D("fdevent_call_fdfunc %s", dump_fde(fde).c_str()); in fdevent_call_fdfunc()
337 D("subproc_fde %s", dump_fde(subproc_fde).c_str()); in fdevent_subproc_event_func()