Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1120 int* cFormats = NULL; in convertAudioPortFromNative() local
1214 cFormats = new int[nAudioPort->num_formats]; in convertAudioPortFromNative()
1217 if (!hasFormat(cFormats, numUniqueFormats, format)) { in convertAudioPortFromNative()
1218 cFormats[numUniqueFormats++] = format; in convertAudioPortFromNative()
1228 env->SetIntArrayRegion(jFormats, 0, numUniqueFormats, cFormats); in convertAudioPortFromNative()
1326 if (cFormats != NULL) { in convertAudioPortFromNative()
1327 delete[] cFormats; in convertAudioPortFromNative()