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

  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 65 ANPLogInterfaceV0 gLogI;
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.");
  /development/samples/BrowserPlugin/jni/
main.cpp 73 ANPLogInterfaceV0 gLogI;
122 { kLogInterfaceV0_ANPGetValue, sizeof(gLogI), &gLogI },
185 gLogI.log(kDebug_ANPLogType, "------ %p DrawingModel is %d", instance, model);
195 gLogI.log(kError_ANPLogType, "request model %d err %d", model, err);
201 gLogI.log(kDebug_ANPLogType, "Application data dir is %s", path);
203 gLogI.log(kError_ANPLogType, "Can't find Application data dir");
238 gLogI.log(kError_ANPLogType, "PluginType %s unknown!", argv[i]);
246 gLogI.log(kError_ANPLogType, "------ %p No PluginType attribute was found", instance);
251 gLogI.log(kDebug_ANPLogType, "------ %p PluginType is %d", instance, obj->pluginType)
    [all...]

Completed in 44 milliseconds