Searched defs:VoidHook (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/
H A Dsles_allinclusive.h114 typedef void (*VoidHook)(void *self); typedef
218 VoidHook mDestroy; // called with mutex locked and must keep mutex locked throughout
286 VoidHook mInit; // called first to initialize the interface, right after object is allocated
288 VoidHook mResume; // called to resume interface after suspension, not currently used
289 VoidHook mDeinit; // called last when object is about to be destroyed
291 VoidHook mRemove; // called by DynamicInterfaceManager::RemoveInterface, and prior to mDeinit

Completed in 85 milliseconds