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

  /frameworks/base/libs/binder/
IPCThreadState.cpp 501 err = waitForResponse(reply);
504 err = waitForResponse(&fakeReply);
515 err = waitForResponse(NULL, NULL);
556 waitForResponse(NULL, &result);
610 return waitForResponse(NULL, NULL);
613 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult)
627 alog << "Processing waitForResponse Command: "
    [all...]
  /frameworks/base/include/binder/
IPCThreadState.h 83 status_t waitForResponse(Parcel *reply,

Completed in 62 milliseconds