Home | History | Annotate | Download | only in sandbox

Lines Matching refs:engine_req

37     SLboolean *engine_req = calloc(numSupportedInterfaces+1, sizeof(SLboolean));
38 assert(engine_req != NULL);
51 engine_req[index] = SL_BOOLEAN_TRUE;
66 result = slCreateEngine(&engineObject, 0, NULL, numSupportedInterfaces, NULL, engine_req);
72 result = slCreateEngine(NULL, 0, NULL, numSupportedInterfaces, engine_ids, engine_req);
97 engine_req[numSupportedInterfaces] = SL_BOOLEAN_TRUE;
99 engine_req);
104 engine_req[numSupportedInterfaces] = SL_BOOLEAN_FALSE;
110 engine_req);
130 result = slCreateEngine(&engineObject, 0, NULL, numSupportedInterfaces, engine_ids, engine_req);
170 free(engine_req);