Home | History | Annotate | Download | only in trunks

Lines Matching refs:TrunksBinderProxy

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.";