Lines Matching refs:OSReport

90     OSReport ("\n\n");  in main()
91 OSReport ("************************************************\n"); in main()
92 OSReport ("pmic_graphic: Graphic demo for Party Mic device\n"); in main()
93 OSReport ("************************************************\n"); in main()
94 OSReport ("This demo requires the Party Mic and a Wii Remote.\n"); in main()
95 OSReport ("The audio captured by the Mic is display onscreen.\n"); in main()
96 OSReport ("\n"); in main()
262 OSReport("Starting init lib.\n"); in usePMIC()
268 OSReport("(%ld) ok to call PMICInit() -> %ld\n", count++, retval); in usePMIC()
273 OSReport("(%ld) fail to call PMICInit() -> %ld\n", count++, retval); in usePMIC()
280 OSReport("Insert P-Mic, or Push B to quit lib.\n"); in usePMIC()
290 OSReport("(%ld) P-Mic is inserted -> %ld\n", count++, retval); in usePMIC()
295 OSReport("(%ld) fail to call PMICProbe() -> %ld\n", count++, retval); in usePMIC()
306 OSReport("Got P-Mic device. Opening.\n"); in usePMIC()
313 OSReport("(%ld) ok to call PMICOpenAsync() -> %ld\n", count++, retval); in usePMIC()
318 OSReport("(%ld) fail to call PMICOpenAsync() -> %ld\n", count++, retval); in usePMIC()
333 OSReport("(%ld) ok to open P-Mic -> %ld.\n", count++, errCode); in usePMIC()
335 OSReport("Push A to start P-Mic, or B to close P-Mic, or Remove P-Mic.\n"); in usePMIC()
339 OSReport("(%ld) fail to open P-Mic -> %ld.\n", count++, errCode); in usePMIC()
350 OSReport("(%ld) P-Mic is removed -> %ld\n", count++, retval); in usePMIC()
355 OSReport("(%ld) fail to call PMICProbe() -> %ld\n", count++, retval); in usePMIC()
371 OSReport("(%ld) ok to call PMICStartAsync() -> %ld\n", count++, retval); in usePMIC()
376 OSReport("(%ld) fail to call PMICStartAsync() -> %ld\n", count++, retval); in usePMIC()
391 OSReport("(%ld) ok to start P-Mic -> %ld.\n", count++, errCode); in usePMIC()
393 OSReport("Push A to stop P-Mic, or B to close P-Mic, or Remove P-Mic.\n"); in usePMIC()
397 OSReport("(%ld) fail to start P-Mic -> %ld.\n", count++, errCode); in usePMIC()
408 OSReport("(%ld) P-Mic is removed -> %ld\n", count++, retval); in usePMIC()
413 OSReport("(%ld) fail to call PMICProbe() -> %ld\n", count++, retval); in usePMIC()
434 OSReport("(%ld) ok to call PMICStopAsync() -> %ld\n", count++, retval); in usePMIC()
439 OSReport("(%ld) fail to call PMICStopAsync() -> %ld\n", count++, retval); in usePMIC()
454 OSReport("(%ld) ok to stop P-Mic -> %ld.\n", count++, errCode); in usePMIC()
459 OSReport("(%ld) fail to stop P-Mic -> %ld.\n", count++, errCode); in usePMIC()
471 OSReport("(%ld) ok to call PMICCloseAsync() -> %ld\n", count++, retval); in usePMIC()
476 OSReport("(%ld) fail to call PMICCloseAsync() -> %ld\n", count++, retval); in usePMIC()
491 OSReport("(%ld) ok to close P-Mic -> %ld.\n", count++, errCode); in usePMIC()
493 OSReport("Push A to open P-Mic, or B to call PMICQuit.\n"); in usePMIC()
497 OSReport("(%ld) fail to close P-Mic -> %ld.\n", count++, errCode); in usePMIC()
520 OSReport("(%ld) ok to call PMICQuit() -> %ld\n", count++, retval); in usePMIC()
522 OSReport("Push A to init P-Mic, or B to quit application.\n"); in usePMIC()
526 OSReport("(%ld) fail to call PMICQuit() -> %ld\n", count++, retval); in usePMIC()
545 OSReport("Quitting application\n"); in usePMIC()