HomeSort by: relevance | last modified time | path
    Searched defs:actmode (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/dev/audio/
audiotest.c 1800 int actmode; local in function:test_open_simul
1858 actmode = ai.mode & AUMODE_BOTH;
1859 XP_EQ(exptable[i].mode0, actmode);
1869 actmode = ai.mode & AUMODE_BOTH;
1870 XP_EQ(exptable[i].mode1, actmode);
1881 actmode = ai.mode & AUMODE_BOTH;
1882 XP_FAIL("expects error but %d", actmode);
audiotest.c 1800 int actmode; local in function:test_open_simul
1858 actmode = ai.mode & AUMODE_BOTH;
1859 XP_EQ(exptable[i].mode0, actmode);
1869 actmode = ai.mode & AUMODE_BOTH;
1870 XP_EQ(exptable[i].mode1, actmode);
1881 actmode = ai.mode & AUMODE_BOTH;
1882 XP_FAIL("expects error but %d", actmode);

Completed in 31 milliseconds