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

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp193 SLint32 currentType = -1; local
203 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, &currentType);
205 if (currentType != type) {
206 fprintf(stderr, "ERROR: stream type is %u, should be %u\n", currentType, type);
220 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, &currentType);
222 if (currentType != type) {
223 fprintf(stderr, "ERROR: stream type is %u, should be %u\n", currentType, type);

Completed in 62 milliseconds