HomeSort by relevance Sort by last modified time
    Searched refs:kick (Results 1 - 9 of 9) sorted by null

  /system/core/adb/
transport_test.cpp 26 t.kick = [](atransport* trans) { trans->fd = 42; };
41 t.kick = [](atransport*) { FAIL() << "Kick should not have been called"; };
transport_usb.cpp 87 t->kick = remote_kick;
usb_linux_client.cpp 50 void (*kick)(usb_handle *h); member in struct:usb_handle
248 h->kick = usb_adb_kick;
448 D("[ kick: source (fd=%d) clear halt failed (%d) ]", h->bulk_in, errno);
452 D("[ kick: sink (fd=%d) clear halt failed (%d) ]", h->bulk_out, errno);
477 h->kick = usb_ffs_kick;
520 h->kick(h);
adb.h 181 void (*kick)(atransport *t); member in struct:atransport
transport.cpp 61 t->kick(t);
242 ** threads exit, but the input thread will kick the transport
679 t->kick(t);
910 t->kick(t);
1009 t->kick(t);
transport_local.cpp 387 t->kick = remote_kick;
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 608 kick(); method
643 // Kick it awake to get it to realize that we are stopping.
644 kick(); method
737 private void kick() { method in class:AttachmentService
806 kick(); method
1100 kick(); method
1175 kick(); method
1189 kick(); method
    [all...]
  /system/core/logd/
LogBuffer.cpp 397 bool kick = false; local
441 kick = true;
480 kick = true;
506 if (!kick || !mPrune.worstUidEnabled()) {
528 // kick a misbehaving log reader client off the island
559 // kick a misbehaving log reader client off the island
  /external/v8/test/mjsunit/regress/
regress-prepare-break-while-recompile.js 49 // Mark and kick off recompilation.

Completed in 902 milliseconds