HomeSort by relevance Sort by last modified time
    Searched refs:reentry_i (Results 1 - 2 of 2) sorted by null

  /system/bt/hci/test/
hci_hal_h4_test.cpp 61 static int reentry_i = 0; variable
120 EXPECT_EQ(sample_data3[reentry_i], byte);
122 reentry_i++;
123 if (reentry_i == (int)strlen(sample_data3)) {
245 reentry_i = 0;
hci_hal_mct_test.cpp 56 static int reentry_i = 0; variable
113 EXPECT_EQ(sample_data3[reentry_i], byte);
115 reentry_i++;
116 if (reentry_i == (int)strlen(sample_data3)) {
238 reentry_i = 0;

Completed in 478 milliseconds