Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp2602 int *nativeArray = nullptr; in convertJIntArrayToUidVector() local
2603 nativeArray = env->GetIntArrayElements(jArray, 0); in convertJIntArrayToUidVector()
2604 if (nativeArray != nullptr) { in convertJIntArrayToUidVector()
2606 nativeVector.push_back(nativeArray[i]); in convertJIntArrayToUidVector()
2608 env->ReleaseIntArrayElements(jArray, nativeArray, 0); in convertJIntArrayToUidVector()