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

  /frameworks/base/core/jni/
android_hardware_Radio.cpp 862 jclass modulePropertiesClass = FindClassOrDie(env, kModulePropertiesClassPathName);
863 gModulePropertiesClass = MakeGlobalRefOrDie(env, modulePropertiesClass);
864 gModulePropertiesCstor = GetMethodIDOrDie(env, modulePropertiesClass, "<init>",
    [all...]
android_hardware_SoundTrigger.cpp 822 jclass modulePropertiesClass = FindClassOrDie(env, kModulePropertiesClassPathName);
823 gModulePropertiesClass = MakeGlobalRefOrDie(env, modulePropertiesClass);
824 gModulePropertiesCstor = GetMethodIDOrDie(env, modulePropertiesClass, "<init>",
    [all...]

Completed in 140 milliseconds