Home | History | Annotate | Download | only in test

Lines Matching defs:_channel

69     private int _channel = -1;

268 if (0 != SetSendCodec(_channel, _codecIndex)) {
337 if (0 != SetVADStatus(_channel, enable, position - 1)) {
387 _channel = CreateChannel();
388 if (0 != _channel) {
396 if (0 != DeleteChannel(_channel)) {
419 if (0 != SetLocalReceiver(_channel, _receivePort)) {
423 if (0 != StartListen(_channel)) {
436 * StartRecordingPlayout(_channel, "/sdcard/singleUserDemoOut.pcm",
441 if (0 != StartPlayout(_channel)) {
447 // if (0 != StartPlayingFileLocally(_channel,
455 _channel, _destinationPort,
461 if (0 != SetSendCodec(_channel, _codecIndex)) {
467 * if (0 != StartPlayingFileAsMicrophone(_channel,
471 if (0 != StartSend(_channel)) {
476 // if (0 != StartPlayingFileAsMicrophone(_channel,
497 * if (0 != StopPlayingFileAsMicrophone(_channel)) {
502 if (0 != StopSend(_channel)) {
509 // if (0 != StopRecordingPlayout(_channel)) {
515 if (0 != StopListen(_channel)) {
521 // if (0 != StopPlayingFileLocally(_channel)) {
527 if (0 != StopPlayout(_channel)) {