Home
last modified time | relevance | path

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

/system/chre/chpp/clients/
Dloopback.c99 result->firstError = len; in chppDispatchLoopbackServiceResponse()
106 result->firstError = MIN(result->requestLen, result->responseLen); in chppDispatchLoopbackServiceResponse()
113 result->firstError = in chppDispatchLoopbackServiceResponse()
114 MIN(result->firstError, loc - CHPP_LOOPBACK_HEADER_LEN); in chppDispatchLoopbackServiceResponse()
123 result->firstError, result->byteErrors); in chppDispatchLoopbackServiceResponse()
165 result->firstError = 0; in chppRunLoopbackTest()
/system/chre/chpp/include/chpp/clients/
Dloopback.h39 size_t firstError; // Location of the first incorrect byte in the response member