Home | History | Annotate | Download | only in hal

Lines Matching refs:Response

42                nvram::Response* response) override;
51 bool SendRequest(const nvram::Request& request, nvram::Response* response);
71 nvram::Response* response) {
72 if (!SendRequest(request, response)) {
73 response->result = NV_RESULT_INTERNAL_ERROR;
95 nvram::Response* response) {
116 PLOG(ERROR) << "Failed to read NVRAM response";
120 if (!nvram::Decode(command_buffer_, static_cast<size_t>(rc), response)) {
121 LOG(ERROR) << "Failed to decode NVRAM response.";