Lines Matching refs:OSReport
110 OSReport ("\n\n"); in main()
111 OSReport ("************************************************\n"); in main()
112 OSReport ("pmic_simple: Simple demo for Party Mic device\n"); in main()
113 OSReport ("************************************************\n"); in main()
114 OSReport ("This demo requires the Party Mic and a Wii Remote.\n"); in main()
115 OSReport ("Push Button A to start recording, speak,\n"); in main()
116 OSReport ("then push button A again to hear results.\n"); in main()
117 OSReport ("See messages for other instructions.\n"); in main()
118 OSReport ("\n"); in main()
281 OSReport("(%ld) ok to call PMICInit() -> %ld\n", count++, retval); in usePMIC()
286 OSReport("(%ld) fail to call PMICInit() -> %ld\n", count++, retval); in usePMIC()
302 OSReport("(%ld) P-Mic is inserted -> %ld\n", count++, retval); in usePMIC()
307 OSReport("(%ld) fail to call PMICProbe() -> %ld\n", count++, retval); in usePMIC()
323 OSReport("(%ld) ok to call PMICOpenAsync() -> %ld\n", count++, retval); in usePMIC()
328 OSReport("(%ld) fail to call PMICOpenAsync() -> %ld\n", count++, retval); in usePMIC()
341 OSReport("(%ld) ok to open P-Mic -> %ld.\n", count++, errCode); in usePMIC()
346 OSReport("(%ld) fail to open P-Mic -> %ld.\n", count++, errCode); in usePMIC()
357 OSReport("(%ld) P-Mic is removed -> %ld\n", count++, retval); in usePMIC()
362 OSReport("(%ld) fail to call PMICProbe() -> %ld\n", count++, retval); in usePMIC()
383 OSReport("(%ld) ok to call PMICStartAsync() -> %ld\n", count++, retval); in usePMIC()
388 OSReport("(%ld) fail to call PMICStartAsync() -> %ld\n", count++, retval); in usePMIC()
403 OSReport("(%ld) ok to start P-Mic -> %ld.\n", count++, errCode); in usePMIC()
409 OSReport("(%ld) fail to start P-Mic -> %ld.\n", count++, errCode); in usePMIC()
420 OSReport("(%ld) P-Mic is removed -> %ld\n", count++, retval); in usePMIC()
426 OSReport("(%ld) fail to call PMICProbe() -> %ld\n", count++, retval); in usePMIC()
460 OSReport("(%ld) ok to call PMICStopAsync() -> %ld\n", count++, retval); in usePMIC()
465 OSReport("(%ld) fail to call PMICStopAsync() -> %ld\n", count++, retval); in usePMIC()
479 OSReport("(%ld) ok to stop P-Mic -> %ld.\n", count++, errCode); in usePMIC()
484 OSReport("(%ld) fail to stop P-Mic -> %ld.\n", count++, errCode); in usePMIC()
496 OSReport("(%ld) ok to call PMICCloseAsync() -> %ld\n", count++, retval); in usePMIC()
501 OSReport("(%ld) fail to call PMICCloseAsync() -> %ld\n", count++, retval); in usePMIC()
514 OSReport("(%ld) ok to close P-Mic -> %ld.\n", count++, errCode); in usePMIC()
519 OSReport("(%ld) fail to close P-Mic -> %ld.\n", count++, errCode); in usePMIC()
544 OSReport("(%ld) ok to call PMICQuit() -> %ld\n", count++, retval); in usePMIC()
549 OSReport("(%ld) fail to call PMICQuit() -> %ld\n", count++, retval); in usePMIC()