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

  /external/qemu/android/
opengles.h 24 * At the moment, this must be done before the VM starts. The onPost callback
32 void android_setPostCallback(OnPostFunc onPost, void* onPostContext);
opengles.c 166 android_setPostCallback(OnPostFunc onPost, void* onPostContext)
169 setPostCallback(onPost, onPostContext);
295 android_setPostCallback(OnPostFunc onPost, void* onPostContext)
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 118 DECL(void, setPostCallback, (OnPostFn onPost, void* onPostContext));
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 108 if (onPost) {
109 // onPost callback not supported with separate renderer process.
113 // choose the thread path if an onPost callback is requested. Or, the
192 void setPostCallback(OnPostFn onPost, void* onPostContext)
197 fb->setPostCallback(onPost, onPostContext);
200 if (onPost) {
201 // onPost callback not supported with separate renderer process.
205 // choose the thread path if an onPost callback is requested. Or, the
FrameBuffer.h 62 void setPostCallback(OnPostFn onPost, void* onPostContext);
FrameBuffer.cpp 387 void FrameBuffer::setPostCallback(OnPostFn onPost, void* onPostContext)
390 m_onPost = onPost;
395 ERR("out of memory, cancelling OnPost callback");
  /cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
BrowserBenchTest.java 79 protected HttpResponse onPost(HttpRequest request) throws Exception {
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 474 * Otherwise, the whole response should be handled inside onPost.
476 protected HttpResponse onPost(HttpRequest request) throws Exception {
510 HttpResponse responseOnPost = onPost(request);
    [all...]

Completed in 204 milliseconds