Home
last modified time | relevance | path

Searched refs:binder_response (Results 1 – 1 of 1) sorted by relevance

/system/tpm/trunks/
Dtrunks_binder_service.cc96 std::vector<uint8_t> binder_response; in OnResponse() local
97 CreateResponseProto(response, &binder_response); in OnResponse()
98 android::binder::Status status = client->OnCommandResponse(binder_response); in OnResponse()