Lines Matching refs:cout

158     std::cout << ">>";
161 std::cout << "get input error" << std::endl;
166 std::cout << "invalid input, not a number! Please retry with a number." << std::endl;
167 std::cout << ">>";
170 std::cout << "get input error" << std::endl;
180 std::cout << "Audio manager is null, Please Check network!" << std::endl;
185 std::cout << "Get audio devices failed!" << std::endl;
199 std::cout << "**********************************************************************************" << std::endl;
200 std::cout << "Distributed Audio Test Demo Bin v1.3." << std::endl;
201 std::cout << "**********************************************************************************" << std::endl;
202 std::cout << std::endl;
203 std::cout << "Init distributed audio hdf service." << std::endl;
206 std::cout << "Distributed audio manager is null, Please Check network!" << std::endl;
209 std::cout << "Load audio manager success." << std::endl;
212 std::cout << "Cannot find distributed device. Please input 9 to query distribtued device." << std::endl;
214 std::cout << "Find one distributed device: " << g_devId << std::endl;
229 std::cout << "Receive abnormal event, Demo quit." << std::endl;
237 std::cout << std::endl;
238 std::cout << "**********************************************************************************" << std::endl;
239 std::cout << "Event recived: " << key << std::endl;
240 std::cout << "Condition: " << con << std::endl;
241 std::cout << "Value: " << val << std::endl;
242 std::cout << "**********************************************************************************" << std::endl;
243 std::cout << std::endl;
262 std::cout << "Input device id is wrong." << std::endl;
272 std::cout << "Load audio device failed, ret: " << ret << std::endl;
282 std::cout << "Speaker device is already opened." << std::endl;
286 std::cout << "Load spk failed" << std::endl;
296 std::cout << "Register observer failed, ret: " << ret << std::endl;
312 std::cout << "Open SPK device failed, ret: " << ret << std::endl;
316 std::cout << "Open SPK device success." << std::endl;
334 std::cout << "SPK device is null." << std::endl;
338 std::cout << "Play thread setname failed." << std::endl;
340 std::cout << "Playing thread started." << std::endl;
356 std::cout<<"RenderFrame failed, index: "<< g_frameIndex << ", ret: " << ret << std::endl;
364 std::cout << "Playing thread stopped." << std::endl;
370 std::cout << "Speaker device is not opened, start render failed." << std::endl;
382 std::cout << "Audio file frame num: " << g_frameNum << std::endl;
400 std::cout << "Speaker device is started." << std::endl;
411 std::cout << "SPK device is null." << std::endl;
416 std::cout << "Speaker device is not opened." << std::endl;
421 std::cout << "Speaker device is not started." << std::endl;
426 std::cout << "Speaker device is already stoped." << std::endl;
440 std::cout << "Speaker device is not opened." << std::endl;
451 std::cout << "Close speaker failed" << std::endl;
468 std::cout << "Close SPK device success." << std::endl;
482 std::cout << "Input device id is wrong." << std::endl;
492 std::cout << "Load audio device failed, ret: " << ret << std::endl;
502 std::cout << "Mic device is already opened." << std::endl;
506 std::cout << "Load audio device failed." << std::endl;
525 std::cout << "Open MIC device failed." << std::endl;
529 std::cout << "Open MIC device success." << std::endl;
547 std::cout << "MIC device is null." << std::endl;
551 std::cout << "Capture thread setname failed." << std::endl;
553 std::cout << "Capturing thread started." << std::endl;
563 std::cout << "CaptureFrame failed, ret: " << ret << std::endl;
568 std::cout << "fwrite data failed." << std::endl;
573 std::cout << "Capturing thread stopped." << std::endl;
579 std::cout << "Mic device is not opened, start capture failed." << std::endl;
586 std::cout << "Open pcm file failed." << std::endl;
594 std::cout << "Mic device is already started." << std::endl;
606 std::cout << "MIC device is null." << std::endl;
610 std::cout << "Mic device is not opened." << std::endl;
614 std::cout << "Mic device is not started." << std::endl;
618 std::cout << "Mic device is already started." << std::endl;
631 std::cout << "Mic device is not opened." << std::endl;
642 std::cout << "Close mic failed." << std::endl;
655 std::cout << "Close MIC device success." << std::endl;
661 std::cout << "Speaker is not opened, can not set volume." << std::endl;
664 std::cout << "Please input volum to set [0,15]." << std::endl;
667 std::cout << "Volume is invalid." << std::endl;
670 std::cout << "Set volume: " << volInt << std::endl;
677 std::cout << "Set volume failed" << std::endl;
685 std::cout << "Speaker is not opened, can not get volume." << std::endl;
694 std::cout << "Get Volume failed." << std::endl;
698 std::cout << "Get volume success. volume: " << vol <<std::endl;
738 std::cout << "Unkown opeartion." << std::endl;
745 std::cout << std::endl << "=============== InteractiveRunTestSelect ================" << std::endl;
746 std::cout << "You can respond to instructions for corresponding option:" << std::endl;
747 std::cout << "\t enter 1 to open spk. " << std::endl;
748 std::cout << "\t enter 2 to close spk. " << std::endl;
749 std::cout << "\t enter 3 to start play. " << std::endl;
750 std::cout << "\t enter 4 to stop play. " << std::endl;
751 std::cout << "\t enter 5 to open mic. " << std::endl;
752 std::cout << "\t enter 6 to clsoe mic. " << std::endl;
753 std::cout << "\t enter 7 to start record. " << std::endl;
754 std::cout << "\t enter 8 to stop record. " << std::endl;
755 std::cout << "\t enter 9 to manullt find device. " << std::endl;
756 std::cout << "\t enter 11 to set volume. " << std::endl;
757 std::cout << "\t enter 12 to get volume. " << std::endl;
758 std::cout << "\t enter 0 to exit. " << std::endl;