OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:realize
(Results
1 - 3
of
3
) sorted by null
/system/media/wilhelm/src/itf/
IObject.c
22
// Called by a worker thread to handle an asynchronous Object.
Realize
.
33
AsyncHook
realize
= clazz->mRealize;
local
43
if (NULL !=
realize
) {
45
// Note that the mutex is locked on entry to and exit from the
realize
hook,
47
result = (*
realize
)(thiz, SL_BOOLEAN_TRUE);
103
// Reject redundant calls to
Realize
, except on a shared engine
106
// redundant
realize
on the shared engine is permitted
127
// Engine was destroyed during
realize
, or insufficient memory
135
AsyncHook
realize
= clazz->mRealize;
local
136
// Note that the mutex is locked on entry to and exit from the
realize
hook
[
all
...]
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
Completed in 1393 milliseconds