HomeSort by relevance Sort by last modified time
    Searched defs:realize (Results 1 - 3 of 3) sorted by null

  /system/media/opensles/libopensles/
IObject.c 22 // Called by a worker thread to handle an asynchronous Object.Realize.
33 AsyncHook realize = class__->mRealize; local
43 if (NULL != realize) {
46 // Note that the mutex is unlocked during the realize hook
47 result = (*realize)(this, SL_BOOLEAN_TRUE);
94 // Reject redundant calls to Realize
113 // Engine was destroyed during realize, or insufficient memory
121 AsyncHook realize = class__->mRealize; local
122 // Note that the mutex is unlocked during the realize hook
123 result = (NULL != realize) ? (*realize)(this, async) : SL_RESULT_SUCCESS
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 51 milliseconds