Home
last modified time | relevance | path

Searched refs:OS_IsRunOnEmulator (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
Demulator.h124 BOOL OS_IsRunOnEmulator(void);
/TwlSDK-5.1.0/build/demos/os/consoleType-1/src/
Dmain.c57 PrintString(24, 14, 15, "%s", OS_IsRunOnEmulator()? "TRUE": "FALSE" ); in NitroMain()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_emulator.c313 BOOL OS_IsRunOnEmulator(void) in OS_IsRunOnEmulator() function
/TwlSDK-5.1.0/build/demos/gx/UnitTours/LinesOver/src/
Dmain.c242 if (OS_IsRunOnEmulator()) in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/RamOverFlow/src/
Dmain.c266 if (OS_IsRunOnEmulator()) in TwlMain()
/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_command.c1011 if (!OS_IsRunOnEmulator()) in IsCommandAvailable()