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

  /frameworks/wilhelm/src/itf/
IAndroidConfiguration.cpp 150 JNIEnv* j_env = android::AndroidRuntime::getJNIEnv(); local
154 j_env->FindClass("android/media/AudioTrackRoutingProxy");
156 j_env->GetMethodID(clsAudioTrackRoutingProxy, "<init>", "(J)V");
158 j_env->ExceptionClear();
161 j_env->NewObject(clsAudioTrackRoutingProxy,
165 *proxyObj = j_env->NewGlobalRef(localObjRef);
167 if (j_env->ExceptionCheck()) {
225 JNIEnv* j_env = android::AndroidRuntime::getJNIEnv(); local
229 j_env->FindClass("android/media/AudioRecordRoutingProxy");
231 j_env->GetMethodID(clsAudioRecordRoutingProxy, "<init>", "(J)V")
331 JNIEnv* j_env = android::AndroidRuntime::getJNIEnv(); local
352 JNIEnv* j_env = android::AndroidRuntime::getJNIEnv(); local
    [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 718 JNIEnv* j_env = NULL; local
722 (j_env = android::AndroidRuntime::getJNIEnv()) != NULL &&
723 (clsAudioRecord = j_env->FindClass("android/media/AudioRecord")) != NULL &&
725 j_env->GetMethodID(clsAudioRecord, "deferred_connect", "(J)V")) != NULL) {
726 j_env->ExceptionClear();
727 j_env->CallVoidMethod(ar->mAndroidConfiguration.mRoutingProxy,
730 if (j_env->ExceptionCheck()) {
    [all...]
AudioPlayer_to_android.cpp 1719 JNIEnv* j_env = NULL; local
    [all...]

Completed in 172 milliseconds