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

  /frameworks/native/libs/binder/include/binder/
IPCThreadState.h 99 status_t talkWithDriver(bool doReceive=true);
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 101 status_t talkWithDriver(bool doReceive=true);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 411 talkWithDriver(false);
431 result = talkWithDriver();
522 talkWithDriver(false);
728 if ((err=talkWithDriver()) < NO_ERROR) break;
813 status_t IPCThreadState::talkWithDriver(bool doReceive)
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 405 talkWithDriver(false);
425 result = talkWithDriver();
516 talkWithDriver(false);
721 if ((err=talkWithDriver()) < NO_ERROR) break;
806 status_t IPCThreadState::talkWithDriver(bool doReceive)
    [all...]

Completed in 814 milliseconds