Searched refs:kick (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/daemon/
H A Dusb.h34 void (*kick)(usb_handle* h); member in struct:usb_handle
H A Dusb.cpp415 D("[ kick: source (fd=%d) clear halt failed (%d) ]", h->bulk_in, errno);
420 D("[ kick: sink (fd=%d) clear halt failed (%d) ]", h->bulk_out, errno);
450 h->kick = usb_ffs_kick;
479 h->kick(h);
/system/core/logd/
H A DLogBuffer.cpp756 bool kick = false; local
843 kick = true;
891 kick = true;
927 if (!kick || !mPrune.worstUidEnabled()) {
955 // kick a misbehaving log reader client off the island
995 // kick a misbehaving log reader client off the island

Completed in 146 milliseconds