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

  /development/simulator/wrapsim/
SysPower.c 36 typedef struct PowerState {
38 } PowerState;
44 static void configureInitialState(const char* pathName, PowerState* powerState)
49 powerState->which = -1;
52 powerState->which = i;
57 if (powerState->which == -1) {
66 static void freeState(PowerState* powerState)
68 free(powerState);
    [all...]
DevPower.c 53 typedef struct PowerState {
55 } PowerState;
61 static void configureInitialState(const char* pathName, PowerState* powerState)
66 powerState->which = -1;
69 powerState->which = i;
74 if (powerState->which == -1) {
83 static void freeState(PowerState* powerState)
85 free(powerState);
    [all...]

Completed in 38 milliseconds