Searched refs:halType (Results 1 – 5 of 5) sorted by relevance
27 AudioHalVersionInfo(Type halType, int halMajor, int halMinor = 0) {28 type = halType;
139 auto halType = version.getType(); in hasHalService() local140 if (halType == AudioHalVersionInfo::Type::AIDL) { in hasHalService()142 } else if (halType == AudioHalVersionInfo::Type::HIDL) { in hasHalService()
160 status_t EffectsFactoryHalAidl::getDescriptors(const effect_uuid_t* halType, in getDescriptors() argument162 if (halType == nullptr) { in getDescriptors()167 VALUE_OR_RETURN_STATUS(::aidl::android::legacy2aidl_audio_uuid_t_AudioUuid(*halType)); in getDescriptors()
1037 for (auto halType : halTypeIter->second) { in registerAllOptions() local1038 if (std::find(thiz->mListTypes.begin(), thiz->mListTypes.end(), halType) == in registerAllOptions()1040 thiz->mListTypes.push_back(halType); in registerAllOptions()
880 const std::string_view halType = (mDevicesFactoryHal->getHalVersion().getType() == in dump() local885 mediautils::getStatisticsClassesForModule(halType); in dump()