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

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 112 io_connect_t power_connection; /* used with IOKit to detect wake from sleep */ member in struct:SDL_PrivateVideoData
154 #define power_connection (this->hidden->power_connection) macro
SDL_QuartzEvents.m 751 IOAllowPowerChange(power_connection, (long) messageArgument);
754 IOAllowPowerChange(power_connection, (long) messageArgument);
769 power_connection = IORegisterForSystemPower (this, &thePortRef, QZ_SleepNotificationHandler, &notifier);
771 if (power_connection == 0)
    [all...]

Completed in 763 milliseconds