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

  /frameworks/base/include/binder/
IPCThreadState.h 89 status_t waitForResponse(Parcel *reply,
  /frameworks/base/libs/binder/
IPCThreadState.cpp 528 err = waitForResponse(reply);
531 err = waitForResponse(&fakeReply);
549 err = waitForResponse(NULL, NULL);
590 waitForResponse(NULL, &result);
647 return waitForResponse(NULL, NULL);
650 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult)
664 alog << "Processing waitForResponse Command: "
    [all...]

Completed in 47 milliseconds