Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dexevents.h128 int *nelem_return, int **buf_return);
131 int *nelem_return, float **buf_return);
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c420 XIPropToInt(XIPropertyValuePtr val, int *nelem_return, int **buf_return) in XIPropToInt() argument
427 if (!*buf_return && *nelem_return) in XIPropToInt()
439 buf = *buf_return; in XIPropToInt()
445 *buf_return = buf; in XIPropToInt()
490 XIPropToFloat(XIPropertyValuePtr val, int *nelem_return, float **buf_return) in XIPropToFloat() argument
500 if (!*buf_return && *nelem_return) in XIPropToFloat()
503 buf = *buf_return; in XIPropToFloat()
509 *buf_return = buf; in XIPropToFloat()