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

  /frameworks/base/libs/binder/
IPCThreadState.cpp 413 void IPCThreadState::flushCommands()
497 flushCommands();
    [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 586 static void flushCommands() {
587 IPCThreadState::self()->flushCommands();
599 flushCommands(); \
904 testConnect(id); flushCommands();
905 testAllowConnectOnceOnly(id); flushCommands();
906 testReconnect(id); flushCommands();
907 testLockUnlock(id); flushCommands();
908 testReconnectFromAnotherProcess(id); flushCommands();

Completed in 138 milliseconds