HomeSort by relevance Sort by last modified time
    Searched full:content_wrap (Results 1 - 1 of 1) sorted by null

  /system/core/logd/tests/
logd_test.cpp 544 bool content_wrap = false, content_timeout = false, written = false; local
574 content_wrap = recv(fd, msg_wrap.buf, sizeof(msg_wrap), 0) > 0;
592 if (!content_wrap && !alarm_wrap && content_timeout && alarm_timeout) {
597 if (content_wrap) {
606 EXPECT_TRUE(content_wrap);
623 bool content_wrap = false, content_timeout = false, written = false; local
658 content_wrap = recv(fd, msg_wrap.buf, sizeof(msg_wrap), 0) > 0;
676 if (!content_wrap && !alarm_wrap && content_timeout && alarm_timeout) {
699 if (content_wrap) {
707 if (content_wrap || !content_timeout)
    [all...]

Completed in 2111 milliseconds