Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h78 void SetKickFunction(void (*kick_func)(atransport*)) { kick_func_ = kick_func; } in SetKickFunction()
168 void (*kick_func_)(atransport*) = nullptr; variable
Dtransport.cpp755 CHECK(kick_func_ != nullptr); in Kick()
756 kick_func_(this); in Kick()