Home
last modified time | relevance | path

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

/system/tpm/tpm_manager/aidl/android/tpm_manager/
DITpmManagerClient.aidl20 oneway void OnCommandResponse(in byte[] response_proto); in OnCommandResponse() method
/system/tpm/trunks/aidl/android/trunks/
DITrunksClient.aidl20 oneway void OnCommandResponse(in byte[] response); in OnCommandResponse() method
/system/tpm/tpm_manager/client/
Dbinder_proxy_helper.h72 android::binder::Status OnCommandResponse( in OnCommandResponse() function
/system/tpm/trunks/
Dtrunks_binder_proxy.cc41 android::binder::Status OnCommandResponse( in OnCommandResponse() function in __anonf91dad180111::ResponseObserver
Dtrunks_binder_service.cc98 android::binder::Status status = client->OnCommandResponse(binder_response); in OnResponse()
/system/tpm/tpm_manager/server/
Dbinder_service.cc40 android::binder::Status status = client->OnCommandResponse(binder_response); in ResponseHandler()