Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_SoundTrigger.cpp136 static jmethodID gSoundModelEventCstor; variable
307 jEvent = env->NewObject(gSoundModelEventClass, gSoundModelEventCstor, in onSoundModelEvent()
897 gSoundModelEventCstor = GetMethodIDOrDie(env, soundModelEventClass, "<init>", "(II[B)V"); in register_android_hardware_SoundTrigger()