Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DModule.cpp854 ndk::ScopedAStatus Module::openInputStream(const OpenInputStreamArguments& in_args, in openInputStream() argument
856 LOG(DEBUG) << __func__ << ": " << mType << ": port config id " << in_args.portConfigId in openInputStream()
857 << ", buffer size " << in_args.bufferSizeFrames << " frames"; in openInputStream()
859 RETURN_STATUS_IF_ERROR(findPortIdForNewStream(in_args.portConfigId, &port)); in openInputStream()
861 LOG(ERROR) << __func__ << ": " << mType << ": port config id " << in_args.portConfigId in openInputStream()
866 RETURN_STATUS_IF_ERROR(createStreamContext(in_args.portConfigId, in_args.bufferSizeFrames, in openInputStream()
870 RETURN_STATUS_IF_ERROR(createInputStream(std::move(context), in_args.sinkMetadata, in openInputStream()
873 if (auto patchIt = mPatches.find(in_args.portConfigId); patchIt != mPatches.end()) { in openInputStream()
875 streamWrapper.setConnectedDevices(findConnectedDevices(in_args.portConfigId))); in openInputStream()
880 mStreams.insert(port->id, in_args.portConfigId, std::move(streamWrapper)); in openInputStream()
[all …]
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h90 in_args,
95 in_args,