HomeSort by relevance Sort by last modified time
    Searched full:af_len (Results 1 - 1 of 1) sorted by null

  /packages/apps/FMRadio/jni/fmr/
libfm_jni.cpp 216 int af_len = 0; local
218 //ret = FMR_get_af(g_idx, &af, &af_len); // If need, we should implemate this API
223 AFList = env->NewShortArray(af_len);
224 env->SetShortArrayRegion(AFList, 0, af_len, (const jshort*)af);

Completed in 284 milliseconds