HomeSort by relevance Sort by last modified time
    Searched refs:GetDoubleArrayElements (Results 1 - 6 of 6) sorted by null

  /cts/apps/CtsVerifier/jni/audio_loopback/
jni_sles.c 45 double *pSamples = (*env)->GetDoubleArrayElements(env, samplesArray,0);
  /external/drrickorang/LoopbackApp/app/src/main/cpp/
jni_native.c 100 double *pSamples = (*env)->GetDoubleArrayElements(env, samplesArray, 0);
  /external/oj-libjdwp/src/share/javavm/export/
jni.h 666 jdouble * (JNICALL *GetDoubleArrayElements)
    [all...]
  /art/runtime/jni/
jni_internal_test.cc 375 EXPECT_EQ(env_->GetDoubleArrayElements(reinterpret_cast<jdoubleArray>(array), &is_copy), nullptr);
    [all...]
check_jni.cc     [all...]
jni_internal.cc     [all...]

Completed in 152 milliseconds