Searched defs:flushCommands (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/binder/
H A DIPCThreadState.cpp413 void IPCThreadState::flushCommands() function in class:android::IPCThreadState
497 flushCommands();
1100 self->flushCommands();
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp586 static void flushCommands() { function
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 1897 milliseconds