Samsung Internal API reference  2.0
Deprecated List
Global TEES_RegisterDriver (char *name, struct fops *fops, unsigned int drvid, struct usr_drv_info **info) _deprecated_
Use TEES_InitDriver() instead
Global TEES_ReleaseDriver (struct usr_drv_info **info) _deprecated_
Use TEES_FiniDriver() instead
Global TEES_TUIGetTouchEvent (TEES_TUITouchInfo *touchInfo, uint32_t timeout)
Use TEES_TUIGetMTEvent() instead At a given time, TA wait and get a touch event If there's no input events from device, an error is returned. A zero timeout means this function waits for a maximum time.