Searched refs:numSupportedInterfaces (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dengine.c28 SLuint32 numSupportedInterfaces = 12345; local
29 result = slQueryNumSupportedEngineInterfaces(&numSupportedInterfaces);
34 printf("Engine number of supported interfaces %u\n", numSupportedInterfaces);
35 SLInterfaceID *engine_ids = calloc(numSupportedInterfaces+1, sizeof(SLInterfaceID));
37 SLboolean *engine_req = calloc(numSupportedInterfaces+1, sizeof(SLboolean));
42 for (index = 0; index < numSupportedInterfaces + 1; ++index) {
46 if (index < numSupportedInterfaces) {
61 if (0 < numSupportedInterfaces) {
62 printf("Create engine with numSupportedInterfaces > 0 but NULL pointers\n");
63 result = slCreateEngine(&engineObject, 0, NULL, numSupportedInterfaces, engine_id
[all...]
H A Dobject.c55 SLuint32 numSupportedInterfaces = 12345; local
57 &numSupportedInterfaces);
68 printf("numSupportedInterfaces %u\n", numSupportedInterfaces);
69 for (i = 0; i < numSupportedInterfaces + 1; ++i) {
74 if (i < numSupportedInterfaces) {
H A Doutputmix.c42 SLuint32 numSupportedInterfaces; local
44 &numSupportedInterfaces);
46 printf("Output mix supports %u interfaces:\n", numSupportedInterfaces);
48 for (i = 0; i < numSupportedInterfaces; ++i) {

Completed in 199 milliseconds