#include <lldxhardware.h>
Collaboration diagram for LLDXHardware:
Public Types | |
typedef std::map< std::string, LLDXDevice * > | device_map_t |
Public Member Functions | |
LLDXHardware () | |
void | setWriteDebugFunc (void(*func)(const char *)) |
void | cleanup () |
BOOL | getInfo (BOOL vram_only) |
S32 | getVRAM () const |
LLDXDevice * | findDevice (const std::string &vendor, const std::string &devices) |
LLString | dumpDevices () |
Public Attributes | |
device_map_t | mDevices |
Protected Attributes | |
S32 | mVRAM |
Definition at line 83 of file lldxhardware.h.
typedef std::map<std::string, LLDXDevice *> LLDXHardware::device_map_t |
Definition at line 104 of file lldxhardware.h.
LLDXHardware::LLDXHardware | ( | ) |
void LLDXHardware::cleanup | ( | ) |
Referenced by cleanup_app().
LLString LLDXHardware::dumpDevices | ( | ) |
Referenced by send_crash_report().
LLDXDevice* LLDXHardware::findDevice | ( | const std::string & | vendor, | |
const std::string & | devices | |||
) |
Referenced by main(), and send_crash_report().
S32 LLDXHardware::getVRAM | ( | ) | const [inline] |
Referenced by main(), and send_crash_report().
Definition at line 105 of file lldxhardware.h.
S32 LLDXHardware::mVRAM [protected] |