Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h233 ndk::ScopedAStatus findPortIdForNewStream(
/hardware/interfaces/audio/aidl/default/
DModule.cpp275 ndk::ScopedAStatus Module::findPortIdForNewStream(int32_t in_portConfigId, AudioPort** port) { in findPortIdForNewStream() function in aidl::android::hardware::audio::core::Module
859 RETURN_STATUS_IF_ERROR(findPortIdForNewStream(in_args.portConfigId, &port)); in openInputStream()
891 RETURN_STATUS_IF_ERROR(findPortIdForNewStream(in_args.portConfigId, &port)); in openOutputStream()