HomeSort by relevance Sort by last modified time
    Searched refs:AsyncHook (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/
sles_allinclusive.h 115 typedef SLresult (*AsyncHook)(void *self, SLboolean async);
215 AsyncHook mRealize; // called with mutex locked; can temporarily unlock mutex (for async)
216 AsyncHook mResume; // called with mutex locked; can temporarily unlock mutex (for async)
  /frameworks/wilhelm/src/itf/
IObject.c 33 AsyncHook realize = clazz->mRealize;
135 AsyncHook realize = clazz->mRealize;
176 AsyncHook resume = clazz->mResume;
263 AsyncHook resume = clazz->mResume;

Completed in 31 milliseconds