Searched defs:jHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp503 jobject jSoundModel, jintArray jHandle)
522 if (jHandle == NULL) {
525 jsize jHandleLen = env->GetArrayLength(jHandle);
529 jint *nHandle = env->GetIntArrayElements(jHandle, NULL);
661 env->ReleaseIntArrayElements(jHandle, nHandle, NULL);
671 jint jHandle)
679 status = module->unloadSoundModel((sound_model_handle_t)jHandle);
686 jint jHandle, jobject jConfig)
773 status = module->startRecognition(jHandle, memory);
779 jint jHandle)
502 android_hardware_SoundTrigger_loadSoundModel(JNIEnv *env, jobject thiz, jobject jSoundModel, jintArray jHandle) argument
670 android_hardware_SoundTrigger_unloadSoundModel(JNIEnv *env, jobject thiz, jint jHandle) argument
685 android_hardware_SoundTrigger_startRecognition(JNIEnv *env, jobject thiz, jint jHandle, jobject jConfig) argument
778 android_hardware_SoundTrigger_stopRecognition(JNIEnv *env, jobject thiz, jint jHandle) argument
[all...]
H A Dandroid_media_AudioSystem.cpp664 jobject jHandle = env->GetObjectField(jAudioPort, gAudioPortFields.mHandle); local
665 nAudioPortConfig->id = env->GetIntField(jHandle, gAudioHandleFields.mId);
674 env->DeleteLocalRef(jHandle);
729 env->DeleteLocalRef(jHandle);
747 jobject jHandle = env->NewObject(gAudioHandleClass, gAudioHandleCstor, local
753 if (jHandle == NULL) {
761 jHandle, // handle
769 env->DeleteLocalRef(jHandle);
941 jobject jHandle = NULL; local
1085 jHandle
[all...]

Completed in 59 milliseconds