Lines Matching refs:DEMORFPrintf
153 DEMORFPrintf( 40, 40, 0, "dvd checkdisk demo"); in main()
155 DEMORFPrintf( 40, 90, 0, "DVDReadAsync"); in main()
156 DEMORFPrintf(320, 90, 0, "%s", readString[!readDone ? 0 : 1]); in main()
158 DEMORFPrintf( 40, 140, 0, "DVDGetDriveStatus"); in main()
159 DEMORFPrintf( 40, 165, 0, "DVDIsDiskIdentified"); in main()
160 DEMORFPrintf( 40, 190, 0, "DVDCheckDiskAsync"); in main()
162 DEMORFPrintf(320, 140, 0, "%s", statusString[DVDGetDriveStatus()]); in main()
163 DEMORFPrintf(320, 165, 0, "%s", DVDIsDiskIdentified() ? "TRUE" : "FALSE"); in main()
164 DEMORFPrintf(320, 190, 0, "%s", (commandDone == 1) ? "TRUE" : "FALSE"); in main()
166 DEMORFPrintf( 40, 240, 0, "Eject or Insert disc and issue DVDRead to see"); in main()
167 DEMORFPrintf( 40, 265, 0, "how DVD APIs handle the disc status."); in main()
168 DEMORFPrintf( 40, 290, 0, "Press A to issue DVDReadAsync"); in main()