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 90 status_t waitForResponse(Parcel *reply,
  /frameworks/base/libs/binder/
IPCThreadState.cpp 539 err = waitForResponse(reply);
542 err = waitForResponse(&fakeReply);
560 err = waitForResponse(NULL, NULL);
602 waitForResponse(NULL, &result);
659 return waitForResponse(NULL, NULL);
662 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult)
676 alog << "Processing waitForResponse Command: "
    [all...]

Completed in 25 milliseconds