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

  /device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
PlatformLibrary.java 51 private static void yodel(String msg) { method in class:PlatformLibrary
52 Log.d("PlatformLibrary", "yodel: " + msg);
63 * the original. This also calls yodel().
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 39 jmethodID yodel; member in struct:__anon13377
156 * "yodel", so we can invoke it directly. It's in our class, so we
159 env->CallStaticVoidMethod(clazz, gCachedState.yodel, result);
207 gCachedState.yodel = env->GetStaticMethodID(clazz, "yodel",
209 if (gCachedState.yodel == NULL) {
210 ALOGE("Can't find PlatformLibrary.yodel\n");

Completed in 77 milliseconds