Home
last modified time | relevance | path

Searched refs:errno_code (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/lib/libstatssocket/
Dutils.cpp31 int toSocketLossError(int errno_code) { in toSocketLossError() argument
64 switch (errno_code) { in toSocketLossError()
78 return -errno_code; in toSocketLossError()
Dutils.h27 int toSocketLossError(int errno_code);
/packages/services/DeviceAsWebcam/tests/
Dlinux_webcam_test.py177 def ioctl_retry_error(video_device, request, arg, error, errno_code): argument
194 if e.errno == errno_code and wait_time >= 0: