Searched refs:_is_reply_ok (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/protocol/
H A Dcore-connection.c65 _is_reply_ok(const char* reply, int reply_size) function
132 if (status < 2 || !_is_reply_ok(buf, status)) {
294 if (_is_reply_ok(buf, handshake_len)) {
304 } else if (!_is_reply_ok(buf, status)) {

Completed in 41 milliseconds