Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsockets.cpp116 enum class SocketFlushResult { enum
122 static SocketFlushResult local_socket_flush_incoming(asocket* s) { in local_socket_flush_incoming()
163 return SocketFlushResult::Destroyed; in local_socket_flush_incoming()
168 return SocketFlushResult::TryAgain; in local_socket_flush_incoming()
171 return SocketFlushResult::Completed; in local_socket_flush_incoming()
257 case SocketFlushResult::Destroyed: in local_socket_enqueue()
260 case SocketFlushResult::TryAgain: in local_socket_enqueue()
263 case SocketFlushResult::Completed: in local_socket_enqueue()
391 case SocketFlushResult::Destroyed: in local_socket_event_func()
394 case SocketFlushResult::TryAgain: in local_socket_event_func()
[all …]