Home
last modified time | relevance | path

Searched refs:tpn (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmain.c781 XvVideoNotifyPtr pn, tpn, fpn; in XvdiSelectVideoNotify() local
800 if (!(tpn = malloc(sizeof(XvVideoNotifyRec)))) in XvdiSelectVideoNotify()
802 tpn->next = NULL; in XvdiSelectVideoNotify()
803 tpn->client = NULL; in XvdiSelectVideoNotify()
804 if (!AddResource(pDraw->id, XvRTVideoNotifyList, tpn)) in XvdiSelectVideoNotify()
811 tpn = pn; in XvdiSelectVideoNotify()
812 while (tpn) { in XvdiSelectVideoNotify()
813 if (tpn->client == client) { in XvdiSelectVideoNotify()
815 tpn->client = NULL; in XvdiSelectVideoNotify()
818 if (!tpn->client) in XvdiSelectVideoNotify()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog27727 so don't do it twice. And set tpn->client to NULL explicitly to avoid