Searched refs:gLogI (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/BrowserTestPlugin/jni/event/
H A DEventPlugin.cpp37 extern ANPLogInterfaceV0 gLogI;
49 gLogI.log(kDebug_ANPLogType, " ------ %p drawing the plugin (%d,%d)",
63 gLogI.log(kError_ANPLogType, " ------ %p zoom is out of sync (%f,%f)",
112 gLogI.log(kError_ANPLogType, " ------ %p Unable to retrieve DOM Window", inst());
129 gLogI.log(kDebug_ANPLogType, "text: %.*s\n", totalLength, (char*)beginMem);
135 gLogI.log(kError_ANPLogType, " ------ %p Unable to eval the JS.", inst());
173 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request touch events", inst());
176 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request key events", inst());
/frameworks/base/tests/BrowserTestPlugin/jni/
H A Dmain.cpp65 ANPLogInterfaceV0 gLogI; variable
107 { kLogInterfaceV0_ANPGetValue, sizeof(gLogI), &gLogI },
137 gLogI.log(kDebug_ANPLogType, "creating plugin");
158 gLogI.log(kError_ANPLogType, "request model %d err %d", model, err);
226 gLogI.log(kError_ANPLogType, "the sub-plugin is null.");

Completed in 75 milliseconds