Home
last modified time | relevance | path

Searched defs:setPostCallback (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DCompilation.h235 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DCompilation.h235 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DCompilation.h235 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DCompilation.h235 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback() function
/aosp_15_r20/hardware/google/gfxstream/host/
DRenderWindow.cpp517 void RenderWindow::setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, in setPostCallback() function in gfxstream::RenderWindow
DRendererImpl.cpp462 void RendererImpl::setPostCallback(RendererImpl::OnPostCallback onPost, in setPostCallback() function in gfxstream::RendererImpl
DFrameBuffer.cpp819 void FrameBuffer::setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, in setPostCallback() function in gfxstream::FrameBuffer