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

  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 38 extern ANPLogInterfaceV0 gLogI;
77 gLogI.log(kError_ANPLogType, "Error selecting input events.");
95 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to get env");
103 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to load class");
111 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to construct object");
140 gLogI.log(kError_ANPLogType, " ------ %p zoom is out of sync (%f,%f)",
152 gLogI.log(kError_ANPLogType, " ------ %p unable to lock the plugin", inst());
185 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request draw events", inst());
190 gLogI.log(kDebug_ANPLogType, " ------ %p onLoad", inst());
193 gLogI.log(kDebug_ANPLogType, " ------ %p onScreen", inst())
    [all...]
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 38 extern ANPLogInterfaceV0 gLogI;
56 gLogI.log(kError_ANPLogType, "Error selecting input events.");
74 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to get env");
82 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to load class");
90 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to construct object");
111 gLogI.log(kDebug_ANPLogType, " ---- %p entering fullscreen", inst());
114 gLogI.log(kDebug_ANPLogType, " ---- %p exiting fullscreen", inst());
120 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request draw events", inst());
124 gLogI.log(kDebug_ANPLogType, " ------ %p requesting fullscreen mode", inst());
129 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request key events", inst())
    [all...]
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 32 extern ANPLogInterfaceV0 gLogI;
54 gLogI.log(kError_ANPLogType, "Error selecting input events.");
57 gLogI.log(kError_ANPLogType, "Starting Rendering Thread");
83 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to get env");
91 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to load class");
99 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to construct object");
103 gLogI.log(kError_ANPLogType, " ---- object %p", fullScreenSurface);
124 gLogI.log(kDebug_ANPLogType, "Current VisibleRect: (%d,%d,%d,%d)",
148 gLogI.log(kError_ANPLogType, "New Dimensions (%d,%d)", width, height);
AnimationThread.cpp 30 extern ANPLogInterfaceV0 gLogI;
143 gLogI.log(kError_ANPLogType, "TEXT: counter(%d) fps(%f) spf(%f) lock(%f) execution(%f)\n", (int)m_counter, fps, spf, lpf, exe);
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 31 extern ANPLogInterfaceV0 gLogI;
48 gLogI.log(kError_ANPLogType, "thread %p acquiring native window...", this);
52 gLogI.log(kError_ANPLogType, "thread %p acquire native window FAILED!", this);
55 gLogI.log(kError_ANPLogType, "thread %p acquired native window successfully!", this);
100 gLogI.log(kError_ANPLogType, "GL %s = %s\n", name, v);
106 gLogI.log(kError_ANPLogType, "after %s() glError (0x%x)\n", op, error);
150 gLogI.log(kError_ANPLogType, "ERROR setBuffersGeometry() status is (%d)", result);
155 gLogI.log(kDebug_ANPLogType, "destroying old surface");
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...]
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 37 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());
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 36 extern ANPLogInterfaceV0 gLogI;
102 gLogI.log(kDebug_ANPLogType, "--- path %s FILE %p", path, f);
126 gLogI.log(kError_ANPLogType, "fopen error");
129 gLogI.log(kDebug_ANPLogType, "File Size: %d", fileStatus.st_size);
132 gLogI.log(kError_ANPLogType, "fstat error");
172 gLogI.log(kError_ANPLogType, "Error selecting input events.");
209 gLogI.log(kError_ANPLogType, "Drawing");
335 gLogI.log(kError_ANPLogType, "---- %p unable to create track",
347 gLogI.log(kDebug_ANPLogType, "---- %p starting track (%d)",
356 gLogI.log(kDebug_ANPLogType, "---- %p pausing track (%d)"
    [all...]
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 35 extern ANPLogInterfaceV0 gLogI;
85 gLogI.log(kError_ANPLogType, "Error selecting input events.");
159 gLogI.log(kDebug_ANPLogType, "----%p Drawing Plugin", inst());
182 gLogI.log(kDebug_ANPLogType, "----%p Loosing Focus", instance);
188 gLogI.log(kDebug_ANPLogType, "----%p Gaining Focus", instance);
215 gLogI.log(kDebug_ANPLogType, "----%p Received Key %d", instance, keyCode);
  /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/paint/
PaintPlugin.cpp 33 extern ANPLogInterfaceV0 gLogI;
62 gLogI.log(kError_ANPLogType, "----%p Unable to create the touch path", inst);
83 gLogI.log(kError_ANPLogType, "Error selecting input events.");
234 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to get env");
242 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to load class");
254 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to construct object");
315 gLogI.log(kError_ANPLogType, "----%p Received unintended mouse event", inst());
336 gLogI.log(kDebug_ANPLogType, " ---- customEvent: surfaceCreated");
346 gLogI.log(kDebug_ANPLogType, " ---- customEvent: surfaceChanged");
356 gLogI.log(kError_ANPLogType
    [all...]
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 35 extern ANPLogInterfaceV0 gLogI;
103 gLogI.log(kError_ANPLogType, "Error selecting input events.");
218 gLogI.log(kDebug_ANPLogType, "----%p Loosing Focus", instance);
233 gLogI.log(kDebug_ANPLogType, "----%p Gaining Focus", instance);
303 gLogI.log(kDebug_ANPLogType, "----%p Recvd Nav Key %d", instance, keyCode);
353 gLogI.log(kDebug_ANPLogType, "----%p Text: %c", instance, unichar);

Completed in 67 milliseconds