Searched refs:postAndAwaitResponse (Results 1 – 7 of 7) sorted by relevance
37 status_t postAndAwaitResponse(
80 status_t postAndAwaitResponse(sp<AMessage> *response);
155 status_t ALooperRoster::postAndAwaitResponse( in postAndAwaitResponse() function in android::ALooperRoster
255 status_t AMessage::postAndAwaitResponse(sp<AMessage> *response) { in postAndAwaitResponse() function in android::AMessage256 return gLooperRoster.postAndAwaitResponse(this, response); in postAndAwaitResponse()
91 msg->postAndAwaitResponse(&dummy); in stop()
48 status_t err = msg->postAndAwaitResponse(response); in PostAndAwaitResponse()
80 status_t err = msg->postAndAwaitResponse(response); in PostAndAwaitResponse()