OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:engine_req
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/tests/sandbox/
engine.c
37
SLboolean *
engine_req
= calloc(numSupportedInterfaces+1, sizeof(SLboolean));
local
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
);
[
all
...]
multiplay.c
148
const SLboolean
engine_req
[] = {SL_BOOLEAN_TRUE};
local
150
result = slCreateEngine(&engineObject, 0, NULL, 1, engine_ids,
engine_req
);
Completed in 659 milliseconds