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

/frameworks/base/libs/binder/
H A DIPCThreadState.cpp402 void IPCThreadState::flushCommands() function in class:android::IPCThreadState
486 flushCommands();
1084 self->flushCommands();
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp580 static void flushCommands() { function
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 98 milliseconds