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 402 void IPCThreadState::flushCommands()
486 flushCommands();
    [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 580 static void flushCommands() {
581 IPCThreadState::self()->flushCommands();
593 flushCommands(); \
898 testConnect(id); flushCommands();
899 testAllowConnectOnceOnly(id); flushCommands();
900 testReconnect(id); flushCommands();
901 testLockUnlock(id); flushCommands();
902 testReconnectFromAnotherProcess(id); flushCommands();

Completed in 795 milliseconds