Home
last modified time | relevance | path

Searched refs:handleRequest (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndcmds.c149 vendor->glxvc.handleRequest(client); in dispatch_GLXClientInfo()
326 return vendor->glxvc.handleRequest(client); in dispatch_GLXCopyContext()
352 return vendor->glxvc.handleRequest(client); in dispatch_GLXSwapBuffers()
366 return tagInfo->vendor->glxvc.handleRequest(client); in dispatch_GLXSingle()
H A Dvndservervendor.c44 || imports->handleRequest == NULL in GlxCreateVendor()
H A Dvndext.c256 return vendor->glxvc.handleRequest(client); in GlxForwardRequest()
H A Dglxext.c515 imports->handleRequest = xorgGlxHandleRequest; in xorgGlxInitGLVNDVendor()
/OK3568_Linux_fs/external/xserver/include/
H A Dglxvndabi.h274 int (* handleRequest) (ClientPtr client); member
/OK3568_Linux_fs/external/rkwifibt-app/test/softap/
H A Dsoftap.c433 static void handleRequest(const int fd_client) in handleRequest() function
485 handleRequest(fd_client); in threadAccept()
/OK3568_Linux_fs/docs/cn/Linux/Wifibt/WIFIBT编程接口/
H A D最新WIFI接口说明.txt143 handleRequest(fd_client);
/OK3568_Linux_fs/buildroot/package/mtp/
H A D0001-Fix-compile-error.patch246 @@ -468,7 +466,7 @@ bool MtpServer::handleRequest() {