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

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 114 io_connect_t power_connection; /* used with IOKit to detect wake from sleep */ member in struct:SDL_PrivateVideoData
156 #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 192 milliseconds