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

/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_factory.cpp78 int max_eaccess = 5; // Max number of times to retry when EACCES returned. local
102 // if |max_eaccess| below reaches zero when errno is EACCES, the control
105 if (errno == ECONNREFUSED || (errno == EACCES && max_eaccess-- > 0)) {

Completed in 1846 milliseconds