Searched refs:in_ids (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/audio/aidl/default/ |
D | StreamSwitcher.cpp | 78 ndk::ScopedAStatus StreamSwitcher::getVendorParameters(const std::vector<std::string>& in_ids, in getVendorParameters() argument 88 return mStream->getVendorParameters(in_ids, _aidl_return); in getVendorParameters()
|
D | Stream.cpp | 719 const std::vector<std::string>& in_ids, std::vector<VendorParameter>* _aidl_return) { in getVendorParameters() argument 720 LOG(DEBUG) << __func__ << ": id count: " << in_ids.size(); in getVendorParameters()
|
D | Module.cpp | 1388 ndk::ScopedAStatus Module::getVendorParameters(const std::vector<std::string>& in_ids, in getVendorParameters() argument 1390 LOG(VERBOSE) << __func__ << ": " << mType << ": id count: " << in_ids.size(); in getVendorParameters() 1392 for (const auto& id : in_ids) { in getVendorParameters()
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | StreamSwitcher.h | 110 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids,
|
D | Stream.h | 313 virtual ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids, 366 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids, in getVendorParameters() argument 369 return delegate != nullptr ? delegate->getVendorParameters(in_ids, _aidl_return) in getVendorParameters() 416 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids,
|
D | Module.h | 124 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids,
|