• Home
  • Raw
  • Download

Lines Matching refs:nextPortId

208                 createPort(c.nextPortId++, "Speaker", 0, false,  in getPrimaryConfiguration()
217 createPort(c.nextPortId++, "Built-In Mic", 0, true, in getPrimaryConfiguration()
226 createPort(c.nextPortId++, "Telephony Tx", 0, false, in getPrimaryConfiguration()
234 createPort(c.nextPortId++, "Telephony Rx", 0, true, in getPrimaryConfiguration()
241 AudioPort fmTunerInDevice = createPort(c.nextPortId++, "FM Tuner", 0, true, in getPrimaryConfiguration()
250 AudioPort primaryOutMix = createPort(c.nextPortId++, "primary output", in getPrimaryConfiguration()
259 createPort(c.nextPortId++, "primary input", 0, true, createPortMixExt(0, 1)); in getPrimaryConfiguration()
267 createPort(c.nextPortId++, "telephony_tx", 0, false, createPortMixExt(1, 1)); in getPrimaryConfiguration()
274 createPort(c.nextPortId++, "telephony_rx", 0, true, createPortMixExt(0, 1)); in getPrimaryConfiguration()
281 createPort(c.nextPortId++, "fm_tuner", 0, true, createPortMixExt(0, 1)); in getPrimaryConfiguration()
345 createPort(c.nextPortId++, "Remote Submix Out", 0, false, in getRSubmixConfiguration()
352 createPort(c.nextPortId++, "Remote Submix In", 0, true, in getRSubmixConfiguration()
361 createPort(c.nextPortId++, "r_submix output", 0, false, createPortMixExt(10, 10)); in getRSubmixConfiguration()
366 createPort(c.nextPortId++, "r_submix input", 0, true, createPortMixExt(10, 10)); in getRSubmixConfiguration()
425 createPort(c.nextPortId++, "USB Device Out", 0, false, in getUsbConfiguration()
432 createPort(c.nextPortId++, "USB Headset Out", 0, false, in getUsbConfiguration()
438 AudioPort usbInDevice = createPort(c.nextPortId++, "USB Device In", 0, true, in getUsbConfiguration()
445 createPort(c.nextPortId++, "USB Headset In", 0, true, in getUsbConfiguration()
454 createPort(c.nextPortId++, "usb_device output", 0, false, createPortMixExt(1, 1)); in getUsbConfiguration()
458 createPort(c.nextPortId++, "usb_device input", 0, true, createPortMixExt(0, 1)); in getUsbConfiguration()
513 AudioPort testOutDevice = createPort(c.nextPortId++, "Test Out", 0, false, in getStubConfiguration()
522 createPort(c.nextPortId++, "Wired Headset", 0, false, in getStubConfiguration()
527 AudioPort testInDevice = createPort(c.nextPortId++, "Test In", 0, true, in getStubConfiguration()
536 createPort(c.nextPortId++, "Wired Headset Mic", 0, true, in getStubConfiguration()
544 createPort(c.nextPortId++, "test output", 0, false, createPortMixExt(1, 1)); in getStubConfiguration()
551 AudioPort testFastOutMix = createPort(c.nextPortId++, "test fast output", in getStubConfiguration()
559 createPort(c.nextPortId++, "test compressed offload", in getStubConfiguration()
571 createPort(c.nextPortId++, "test input", 0, true, createPortMixExt(2, 2)); in getStubConfiguration()
637 createPort(c.nextPortId++, "BT A2DP Out", 0, false, in getBluetoothConfiguration()
646 createPort(c.nextPortId++, "BT A2DP Headphones", 0, false, in getBluetoothConfiguration()
656 createPort(c.nextPortId++, "BT A2DP Speaker", 0, false, in getBluetoothConfiguration()
666 createPort(c.nextPortId++, "BT Hearing Aid Out", 0, false, in getBluetoothConfiguration()
674 createPort(c.nextPortId++, "a2dp output", 0, false, createPortMixExt(1, 1)); in getBluetoothConfiguration()
678 createPort(c.nextPortId++, "hearing aid output", 0, false, createPortMixExt(1, 1)); in getBluetoothConfiguration()