OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yodel
(Results
1 - 2
of
2
) sorted by null
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
PlatformLibrary.java
52
private static void
yodel
(String msg) {
method in class:PlatformLibrary
53
Log.d("PlatformLibrary", "
yodel
: " + msg);
64
* the original. This also calls
yodel
().
/device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp
39
jmethodID
yodel
;
member in struct:__anon811
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
LOGE("Can't find PlatformLibrary.
yodel
\n");
Completed in 13 milliseconds