/hardware/interfaces/audio/aidl/default/r_submix/ |
D | StreamRemoteSubmix.cpp | 39 mIsInput(isInput(metadata)) { in StreamRemoteSubmix() 51 if (!mCurrentRoute->isStreamConfigValid(mIsInput, mStreamConfig)) { in init() 60 if ((!mIsInput || mCurrentRoute->isStreamInOpen()) && sink->isShutdown()) { in init() 67 mCurrentRoute->openStream(mIsInput); in init() 87 mCurrentRoute->standby(mIsInput); in standby() 92 mCurrentRoute->exitStandby(mIsInput); in start() 99 if (!mIsInput) { in prepareToClose() 110 route->closeStream(mIsInput); in prepareToClose() 122 mCurrentRoute->closeStream(mIsInput); in shutdown() 136 mCurrentRoute->exitStandby(mIsInput); in transfer() [all …]
|
/hardware/interfaces/audio/aidl/default/alsa/ |
D | StreamAlsa.cpp | 36 mIsInput(isInput(metadata)), in StreamAlsa() 37 mConfig(alsa::getPcmConfig(getContext(), mIsInput)), in StreamAlsa() 45 if (!mIsInput) { in drain() 103 if (mIsInput) { in transfer() 128 if (mIsInput) { in refinePosition()
|
/hardware/interfaces/audio/aidl/default/stub/ |
D | StreamStub.cpp | 40 mIsInput(isInput(metadata)) {} in StreamStub() 51 if (!mIsInput) { in drain() 113 if (mIsInput) { in transfer()
|
/hardware/interfaces/audio/aidl/default/usb/ |
D | StreamUsb.cpp | 40 if (mIsInput && connectedDevices.size() > 1) { in setConnectedDevices() 47 auto profile = alsa::getDeviceProfile(connectedDevice, mIsInput); in setConnectedDevices() 108 if (auto deviceProfile = alsa::getDeviceProfile(device, mIsInput); in setHwVolume()
|
/hardware/interfaces/audio/aidl/default/bluetooth/ |
D | StreamBluetooth.cpp | 59 mIsInput(isInput(metadata)), in StreamBluetooth() 64 : (mIsInput ? kBluetoothDefaultInputBufferMs in StreamBluetooth() 109 const size_t bytesTransferred = mIsInput ? mBtDeviceProxy->readData(buffer, bytesToTransfer) in transfer() 203 if (mIsInput) { in bluetoothParametersUpdated()
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | StreamAlsa.h | 54 const bool mIsInput; variable
|
D | StreamStub.h | 42 const bool mIsInput; variable
|
D | StreamBluetooth.h | 62 const bool mIsInput; variable
|
D | StreamRemoteSubmix.h | 54 const bool mIsInput; variable
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | Stream.cpp | 47 Stream::Stream(bool isInput, audio_stream_t* stream) : mIsInput(isInput), mStream(stream) { in Stream() 48 (void)mIsInput; // prevent 'unused field' warnings in pre-V7 versions. in Stream() 280 status_t status = HidlUtils::audioConfigBaseFromHal(halConfigBase, mIsInput, &configBase); in getAudioProperties()
|
/hardware/interfaces/audio/aidl/default/primary/ |
D | StreamPrimary.cpp | 63 if (mIsInput) memset(buffer, 0, frameCount * mFrameSizeBytes); in transfer() 105 return mIsInput ? kBuiltInSource : kBuiltInSink; in getDeviceProfiles()
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | Effect.cpp | 312 : mIsInput(isInput), mHandle(handle), mEfGroup(nullptr), mStopProcessThread(false) { in Effect() 313 (void)mIsInput; // prevent 'unused field' warnings in pre-V7 versions. in Effect() 374 (void)HidlUtils::audioChannelMaskFromHal(halConfig.main_channels, mIsInput, in effectAuxChannelsConfigFromHal() 376 (void)HidlUtils::audioChannelMaskFromHal(halConfig.aux_channels, mIsInput, in effectAuxChannelsConfigFromHal() 480 status = EffectUtils::effectConfigFromHal(halConfig, mIsInput, &config); in getConfigImpl()
|
D | Effect.h | 196 const bool mIsInput; member
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | Stream.h | 125 const bool mIsInput;
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 2670 StreamFixture(bool isInput = IOTraits<Stream>::is_input) : mIsInput(isInput) {} in StreamFixture() 2674 const auto mixPorts = moduleConfig->getMixPorts(mIsInput, connectedOnly); in SetUpPortConfigAnyMixPort() 2711 auto mixPortConfig = moduleConfig->getSingleConfigForMixPort(mIsInput, mixPort); in SetUpPortConfig() 2761 const auto& ports = moduleConfig->getMixPorts(mIsInput, connectedOnly); in SetUpStreamForMixPortConfig() 2772 const auto& ports = moduleConfig->getMixPorts(mIsInput, connectedOnly); in SetUpPatchForMixPortConfig() 2784 mPatch = std::make_unique<WithAudioPatch>(mIsInput, mMixPortConfig->get(), in ReconnectPatch() 2890 mPatch = std::make_unique<WithAudioPatch>(mIsInput, mMixPortConfig->get(), in SetUpPatch() 2895 const bool mIsInput; member in StreamFixture
|