contentLister/src/powerManager.c File Reference

content lister - eReader power manager More...

#include <config.h>
#include <liberipc/eripc.h>
#include <liberipc/eripcpowermgr.h>
#include "powerManager.h"

Go to the source code of this file.

Functions

int power_init ()
void power_cpu_full ()
void power_cpu_half ()
void power_cpu_idle ()

Variables

static erClientChannel_t powerChannel


Detailed Description

content lister - eReader power manager

<File description>="">

Interaction of contentLister with the powerManager simple implementation is used at the moment

Definition in file powerManager.c.


Function Documentation

void power_cpu_full (  ) 

Definition at line 51 of file powerManager.c.

Here is the call graph for this function:

void power_cpu_half (  ) 

Definition at line 56 of file powerManager.c.

Here is the call graph for this function:

void power_cpu_idle (  ) 

Definition at line 61 of file powerManager.c.

Here is the call graph for this function:

int power_init (  ) 

Definition at line 46 of file powerManager.c.

00047 {
00048     return erIpcStartClient(ER_POWERMGR_CHANNEL, &powerChannel);
00049 }

Here is the call graph for this function:


Variable Documentation

Definition at line 44 of file powerManager.c.


Generated on Sun Dec 14 17:13:39 2008 by  doxygen 1.5.6