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

  /system/tpm/trunks/
trunks_binder_proxy.h 30 // TrunksBinderProxy is a CommandTransceiver implementation that forwards all
33 class TRUNKS_EXPORT TrunksBinderProxy : public CommandTransceiver {
35 TrunksBinderProxy() = default;
36 ~TrunksBinderProxy() override = default;
50 DISALLOW_COPY_AND_ASSIGN(TrunksBinderProxy);
trunks_binder_proxy.cc 46 LOG(ERROR) << "TrunksBinderProxy: Bad response data.";
62 bool TrunksBinderProxy::Init() {
67 LOG(ERROR) << "TrunksBinderProxy: Trunks service does not exist.";
74 void TrunksBinderProxy::SendCommand(const std::string& command,
82 LOG(ERROR) << "TrunksBinderProxy: Failed to serialize protobuf.";
90 LOG(ERROR) << "TrunksBinderProxy: Binder error: " << status.toString8();
96 std::string TrunksBinderProxy::SendCommandAndWait(const std::string& command) {
103 LOG(ERROR) << "TrunksBinderProxy: Failed to serialize protobuf.";
110 LOG(ERROR) << "TrunksBinderProxy: Binder error: " << status.toString8();
116 LOG(ERROR) << "TrunksBinderProxy: Bad response data."
    [all...]
trunks_factory_impl.cc 40 default_transceiver_.reset(new TrunksBinderProxy());

Completed in 796 milliseconds