Home
last modified time | relevance | path

Searched refs:requestor (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp21 void GlyphManager::getGlyphs(GlyphRequestor& requestor, GlyphDependencies glyphDependencies) { in getGlyphs() argument
48 request.requestors[&requestor] = dependencies; in getGlyphs()
57 notify(requestor, *dependencies); in getGlyphs()
109 GlyphRequestor& requestor = *pair.first; in processResponse() local
112 notify(requestor, *dependencies); in processResponse()
125 void GlyphManager::notify(GlyphRequestor& requestor, const GlyphDependencies& glyphDependencies) { in notify() argument
145 requestor.onGlyphsAvailable(response); in notify()
148 void GlyphManager::removeRequestor(GlyphRequestor& requestor) { in removeRequestor() argument
151 range.second.requestors.erase(&requestor); in removeRequestor()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp62 void ImageManager::getImages(ImageRequestor& requestor, ImageRequestPair&& pair) { in getImages() argument
76 notify(requestor, std::move(pair)); in getImages()
78 requestors.emplace(&requestor, std::move(pair)); in getImages()
82 void ImageManager::removeRequestor(ImageRequestor& requestor) { in removeRequestor() argument
83 requestors.erase(&requestor); in removeRequestor()
86 void ImageManager::notify(ImageRequestor& requestor, const ImageRequestPair& pair) const { in notify() argument
96 requestor.onImagesAvailable(response, pair.second); in notify()
/OK3568_Linux_fs/kernel/drivers/virt/vboxguest/
H A Dvboxguest_core.h188 u32 requestor; member
195 struct vbg_session *vbg_core_open_session(struct vbg_dev *gdev, u32 requestor);
206 u32 requestor);
210 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function,
H A Dvboxguest_utils.c68 u32 requestor) in vbg_req_alloc() argument
84 req->requestor = requestor; in vbg_req_alloc()
125 int vbg_hgcm_connect(struct vbg_dev *gdev, u32 requestor, in vbg_hgcm_connect() argument
133 VMMDEVREQ_HGCM_CONNECT, requestor); in vbg_hgcm_connect()
159 int vbg_hgcm_disconnect(struct vbg_dev *gdev, u32 requestor, in vbg_hgcm_disconnect() argument
167 requestor); in vbg_hgcm_disconnect()
607 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() argument
630 call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL, requestor); in vbg_hgcm_call()
640 requestor & VMMDEV_REQUESTOR_USERMODE, &leak_it); in vbg_hgcm_call()
663 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function, in vbg_hgcm_call32() argument
[all …]
H A Dvboxguest_linux.c34 u32 requestor = VMMDEV_REQUESTOR_USERMODE | in vbg_misc_device_requestor() local
39 requestor |= VMMDEV_REQUESTOR_USR_ROOT; in vbg_misc_device_requestor()
41 requestor |= VMMDEV_REQUESTOR_USR_USER; in vbg_misc_device_requestor()
44 requestor |= VMMDEV_REQUESTOR_GRP_VBOX; in vbg_misc_device_requestor()
46 return requestor; in vbg_misc_device_requestor()
139 session->requestor); in vbg_misc_device_ioctl()
H A Dvboxguest_core.c590 session->requestor); in vbg_set_session_event_filter()
690 session->requestor); in vbg_set_host_capabilities()
1056 struct vbg_session *vbg_core_open_session(struct vbg_dev *gdev, u32 requestor) in vbg_core_open_session() argument
1065 session->requestor = requestor; in vbg_core_open_session()
1341 (session->requestor & VMMDEV_REQUESTOR_USER_DEVICE)) { in vbg_req_allowed()
1398 ret = vbg_hgcm_connect(gdev, session->requestor, &conn->u.in.loc, in vbg_ioctl_hgcm_connect()
1440 ret = vbg_hgcm_disconnect(gdev, session->requestor, client_id, in vbg_ioctl_hgcm_disconnect()
1534 ret = vbg_hgcm_call32(gdev, session->requestor, client_id, in vbg_ioctl_hgcm_call()
1539 ret = vbg_hgcm_call(gdev, session->requestor, client_id, in vbg_ioctl_hgcm_call()
1661 session->requestor); in vbg_ioctl_write_core_dump()
H A Dvmmdev.h102 u32 requestor; member
/OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/
H A Dxevents.c264 event.xselectionrequest.requestor, in winClipboardFlushXEvents()
283 eventSelection.requestor = event.xselectionrequest.requestor; in winClipboardFlushXEvents()
294 eventSelection.requestor, in winClipboardFlushXEvents()
437 event.xselectionrequest.requestor, in winClipboardFlushXEvents()
469 eventSelection.requestor = event.xselectionrequest.requestor; in winClipboardFlushXEvents()
477 eventSelection.requestor, in winClipboardFlushXEvents()
508 eventSelection.requestor = event.xselectionrequest.requestor; in winClipboardFlushXEvents()
516 eventSelection.requestor, in winClipboardFlushXEvents()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvbox_utils.h28 int vbg_hgcm_connect(struct vbg_dev *gdev, u32 requestor,
32 int vbg_hgcm_disconnect(struct vbg_dev *gdev, u32 requestor,
35 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id,
/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A Dx-selection.m292 if (Success != XGetWindowProperty(xpbproxy_dpy, e->requestor, e->property,
315 pending.requestor = None;
321 - (Bool) append_to_pending:(struct propdata *)pdata requestor:(Window)
322 requestor
329 if (requestor != pending.requestor) {
331 pending.requestor = requestor;
564 reply->xselection.requestor = e->requestor;
575 DebugF("reply->xselection.requestor 0x%lx\n", reply->xselection.requestor);
577 XSendEvent(xpbproxy_dpy, reply->xselection.requestor, False, 0, reply);
586 * (in Latin-1 encoding). The requestor can then make the choice based on
[all …]
H A Dx-selection.h66 Window requestor; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dibbler/
H A Ddibbler_git.bb34 PACKAGES =+ "${PN}-requestor ${PN}-client ${PN}-relay ${PN}-server"
38 FILES:${PN}-requestor = "${sbindir}/${PN}-requestor"
/OK3568_Linux_fs/external/xserver/dix/
H A Dselection.c271 rc = dixLookupWindow(&pWin, stuff->requestor, client, DixSetAttrAccess); in ProcConvertSelection()
294 event.u.selectionRequest.requestor = stuff->requestor; in ProcConvertSelection()
307 event.u.selectionNotify.requestor = stuff->requestor; in ProcConvertSelection()
H A Dswaprep.c936 cpswapl(from->u.selectionRequest.requestor, in SSelectionRequestEvent()
937 to->u.selectionRequest.requestor); in SSelectionRequestEvent()
950 cpswapl(from->u.selectionNotify.requestor, to->u.selectionNotify.requestor); in SSelectionNotifyEvent()
H A Dswapreq.c275 swapl(&stuff->requestor); in SProcConvertSelection()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dmsi.c221 struct device_node *requestor; member
252 if (dn == counts->requestor) in count_spare_msis()
311 counts.requestor = pci_device_to_OF_node(dev); in msi_quota_for_device()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.3.15-fix-provider-debugging.patch5 rc = spRecvReq(&providerSockets.receive, &parms->requestor,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dfix-client-gfx_state-initialisation.patch30 client->requestor = NULL;
/OK3568_Linux_fs/buildroot/package/directfb/
H A D0006-fix-client-gfx_state-initialisation.patch31 client->requestor = NULL;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dmmp-dma.txt15 - #dma-requests: Number of DMA requestor lines supported by the controller
/OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst43 channel" linked to the requestor line, and the physical DMA channel is
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpcieaer-howto.rst127 the error reporting agent's requestor ID into the Error Source
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dmlx5_ifc.h2716 u8 requestor[0x1]; member
2734 u8 requestor[0x1]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3578 u32 requestor; member
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Dcore.rst1821 error will be returned to the key requestor.

12