Home
last modified time | relevance | path

Searched refs:createPort (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DConfiguration.cpp97 static AudioPort createPort(int32_t id, const std::string& name, int32_t flags, bool isInput, in createPort() function
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()
[all …]
/hardware/interfaces/automotive/audiocontrol/aidl/default/
DAudioControl.cpp137 AudioPort createPort(int32_t id, const std::string& name, int32_t flags, bool isInput, in createPort() function
793 AudioPort port = createPort( in cmdOnAudioPortsChanged()