Home
last modified time | relevance | path

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

/aosp12/system/media/audio_utils/
H A DBalance.cpp99 const float findex = i; in process() local
101 *buffer++ *= mRampVolumes[j] + mDeltas[j] * findex; in process()
/aosp12/frameworks/base/core/java/android/app/
H A DBackStackRecord.java105 int findex = mOps[pos++]; in instantiate() local
106 if (findex >= 0) { in instantiate()
107 Fragment f = fm.mActive.get(findex); in instantiate()