Home
last modified time | relevance | path

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

/system/core/lmkd/tests/
Dlmkd_test.cpp170 void wait_for_state(struct state_sync *ssync, int state) { in wait_for_state() function
249 wait_for_state(ssync, STATE_CHILD_READY); in runMemStressTest()
278 wait_for_state(ssync, STATE_PARENT_READY); in runMemStressTest()
/system/core/adb/
Dservices.cpp103 static void wait_for_state(int fd, state_info* sinfo) { in wait_for_state() function
245 wait_for_state(fd, sinfo.get()); in host_service_to_socket()