Searched refs:in_statusTypes (Results 1 – 2 of 2) sorted by relevance
51 ::ndk::ScopedAStatus getStatus(const std::vector<FrontendStatusType>& in_statusTypes,59 const std::vector<FrontendStatusType>& in_statusTypes,
522 ::ndk::ScopedAStatus Frontend::getStatus(const std::vector<FrontendStatusType>& in_statusTypes, in getStatus() argument526 for (int i = 0; i < in_statusTypes.size(); i++) { in getStatus()527 FrontendStatusType type = in_statusTypes[i]; in getStatus()1051 const std::vector<FrontendStatusType>& in_statusTypes, in getFrontendStatusReadiness() argument1055 _aidl_return->resize(in_statusTypes.size()); in getFrontendStatusReadiness()1056 for (int i = 0; i < in_statusTypes.size(); i++) { in getFrontendStatusReadiness()1059 if (in_statusTypes[i] == mFrontendStatusCaps[j]) { in getFrontendStatusReadiness()