Searched refs:talkWithDriver (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/binder/
H A DIPCThreadState.h92 status_t talkWithDriver(bool doReceive=true);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp417 talkWithDriver(false);
457 result = talkWithDriver();
491 talkWithDriver(false);
668 if ((err=talkWithDriver()) < NO_ERROR) break;
753 status_t IPCThreadState::talkWithDriver(bool doReceive) function in class:android::IPCThreadState

Completed in 603 milliseconds