Home
last modified time | relevance | path

Searched refs:doReceive (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/binder/
DIPCThreadState.h215 status_t talkWithDriver(bool doReceive = true);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h215 status_t talkWithDriver(bool doReceive = true);
/frameworks/native/libs/binder/
DIPCThreadState.cpp1092 status_t IPCThreadState::talkWithDriver(bool doReceive) in talkWithDriver() argument
1106 const size_t outAvail = (!doReceive || needRead) ? mOut.dataSize() : 0; in talkWithDriver()
1112 if (doReceive && needRead) { in talkWithDriver()
1130 << ", doReceive: " << doReceive << "\n"; in talkWithDriver()