Searched defs:empty_index (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c44 static int empty_index = 0; variable
60 while (empty_index == -1)
63 index = empty_index;
67 empty_index = other;
69 empty_index = -1;
80 if (empty_index == -1) {
81 empty_index = index;

Completed in 310 milliseconds