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

/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp585 static void flushCommands() { function
586 IPCThreadState::self()->flushCommands();
598 flushCommands(); \
903 testConnect(id); flushCommands();
904 testAllowConnectOnceOnly(id); flushCommands();
905 testReconnect(id); flushCommands();
906 testLockUnlock(id); flushCommands();
907 testReconnectFromAnotherProcess(id); flushCommands();
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp413 void IPCThreadState::flushCommands() function in class:android::IPCThreadState
497 flushCommands();
1104 self->flushCommands();

Completed in 54 milliseconds