Searched refs:GetCapabilityFuncType (Results 1 – 2 of 2) sorted by relevance
37 using GetCapabilityFuncType = int32_t (*)(std::vector<CapabilityData> &caps); variable40 GetCapabilityFuncType getCapsFunc_ = nullptr;
37 auto getCapsFunc = reinterpret_cast<GetCapabilityFuncType>(dlsym(handle, getCapsFuncName_)); in Init()