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

  /external/autotest/client/tests/tsc/src/
checktsc.c 140 static void inline wait_for_state(state_t *s, int v) function
214 wait_for_state(&slave, READY);
218 wait_for_state(&slave, DONE);
246 wait_for_state(&master, READY);
264 wait_for_state(&master, DONE);
  /system/core/adb/
services.cpp 344 static void wait_for_state(int fd, void* data) { function
347 D("wait_for_state %d", sinfo->state);
377 D("wait_for_state is done");
485 int fd = create_service_thread(wait_for_state, sinfo.release());

Completed in 48 milliseconds