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

  /frameworks/native/include/binder/
IPCThreadState.h 94 status_t talkWithDriver(bool doReceive=true);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 417 talkWithDriver(false);
425 result = talkWithDriver();
508 talkWithDriver(false);
715 if ((err=talkWithDriver()) < NO_ERROR) break;
800 status_t IPCThreadState::talkWithDriver(bool doReceive)
    [all...]

Completed in 183 milliseconds