Searched refs:talkWithDriver (Results 1 – 2 of 2) sorted by relevance
94 status_t talkWithDriver(bool doReceive=true);
418 talkWithDriver(false); in flushCommands()426 result = talkWithDriver(); in getAndExecuteCommand()509 talkWithDriver(false); in joinThreadPool()710 if ((err=talkWithDriver()) < NO_ERROR) break; in waitForResponse()795 status_t IPCThreadState::talkWithDriver(bool doReceive) in talkWithDriver() function in android::IPCThreadState