Searched refs:jVendor (Results 1 – 1 of 1) sorted by relevance
561 auto jVendor = ArrayFromHal(env, selector.vendorIds); in ProgramSelectorFromHal() local564 selector.programType, jPrimary.get(), jSecondary.get(), jVendor.get())); in ProgramSelectorFromHal()586 auto jVendor = reinterpret_cast<jlongArray>( in ProgramSelectorToHal() local589 if (jPrimary == nullptr || jSecondary == nullptr || jVendor == nullptr) { in ProgramSelectorToHal()602 count = env->GetArrayLength(jVendor); in ProgramSelectorToHal()604 auto jVendorElements = env->GetLongArrayElements(jVendor, nullptr); in ProgramSelectorToHal()608 env->ReleaseLongArrayElements(jVendor, jVendorElements, 0); in ProgramSelectorToHal()