HomeSort by relevance Sort by last modified time
    Searched refs:talkWithDriver (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/binder/
IPCThreadState.h 91 status_t talkWithDriver(bool doReceive=true);
  /frameworks/base/libs/binder/
IPCThreadState.cpp 406 talkWithDriver(false);
446 result = talkWithDriver();
480 talkWithDriver(false);
656 if ((err=talkWithDriver()) < NO_ERROR) break;
741 status_t IPCThreadState::talkWithDriver(bool doReceive)
    [all...]

Completed in 798 milliseconds