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

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeedNative.java36 /*package*/ static void loadLibrary() throws UnsatisfiedLinkError, SecurityException { method in class:VariableSpeedNative
37 System.loadLibrary("variablespeed");
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c50 static int loadLibrary(cnode *root, const char *name);
438 loadLibrary(node, node->name);
444 int loadLibrary(cnode *root, const char *name) function
459 ALOGW("loadLibrary() failed to open %s", node->value);
465 ALOGW("loadLibrary() could not find symbol %s", AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR);
476 ALOGW("loadLibrary() bad lib version %08x", desc->version);

Completed in 150 milliseconds