Searched refs:gLogI (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tests/BrowserTestPlugin/jni/event/ |
D | EventPlugin.cpp | 37 extern ANPLogInterfaceV0 gLogI; 49 gLogI.log(kDebug_ANPLogType, " ------ %p drawing the plugin (%d,%d)", in drawPlugin() 63 gLogI.log(kError_ANPLogType, " ------ %p zoom is out of sync (%f,%f)", in drawPlugin() 112 gLogI.log(kError_ANPLogType, " ------ %p Unable to retrieve DOM Window", inst()); in printToDiv() 129 gLogI.log(kDebug_ANPLogType, "text: %.*s\n", totalLength, (char*)beginMem); in printToDiv() 135 gLogI.log(kError_ANPLogType, " ------ %p Unable to eval the JS.", inst()); in printToDiv() 173 … gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request touch events", inst()); in handleEvent() 176 … gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request key events", inst()); in handleEvent()
|
/frameworks/base/tests/BrowserTestPlugin/jni/ |
D | main.cpp | 65 ANPLogInterfaceV0 gLogI; variable 107 { kLogInterfaceV0_ANPGetValue, sizeof(gLogI), &gLogI }, in NP_Initialize() 137 gLogI.log(kDebug_ANPLogType, "creating plugin"); in NPP_New() 158 gLogI.log(kError_ANPLogType, "request model %d err %d", model, err); in NPP_New() 226 gLogI.log(kError_ANPLogType, "the sub-plugin is null."); in NPP_HandleEvent()
|