Home
last modified time | relevance | path

Searched refs:openRet (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp605 auto openRet = OpenInputDevice(searchIndex->second.devPathNode); in OpenDevice() local
606 if (openRet > 0) { in OpenDevice()
607 AddToEpoll(mEpollId_, openRet); in OpenDevice()
611 __func__, openRet, strerror(errno)); in OpenDevice()
614 searchIndex->second.fd = openRet; in OpenDevice()

Completed in 2 milliseconds