Searched refs:accept (Results 1 – 25 of 43) sorted by relevance
12
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | socket_vsock_proxy.te | 7 allow socket_vsock_proxy self:{ socket vsock_socket } { create read write listen accept bind }; 9 # TODO: socket returned by accept() has unlabeled context on it. Give it a
|
D | adbd.te | 1 allow adbd self:{ socket vsock_socket } {create listen accept rw_socket_perms_no_ioctl};
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | TcpStream.cpp | 90 SocketStream * TcpStream::accept() in accept() function in TcpStream 97 clientSock = ::accept(m_sock, (sockaddr *)&addr, &len); in accept()
|
D | TcpStream.h | 25 virtual SocketStream *accept();
|
D | SocketStream.h | 30 virtual SocketStream *accept() = 0;
|
/device/google/muskie/self-extractors/ |
D | PART2 | 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/google/crosshatch/self-extractors_blueline/ |
D | PART2 | 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/linaro/hikey/self-extractors_hikey960/ |
D | PART2 | 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/google/coral/self-extractors/ |
D | PART2 | 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/google/coral/self-extractors_flame/ |
D | PART2 | 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/google/crosshatch/self-extractors/ |
D | PART2 | 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/google/bonito/self-extractors/ |
D | PART2 | 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/google/bonito/self-extractors_sargo/ |
D | PART2 | 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/google/taimen/self-extractors/ |
D | PART2 | 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | ServerSocket.cpp | 133 int s = accept(mSocket, reinterpret_cast<sockaddr *>(&addr), &addrLen); in acceptIncomingConnection()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 389 int fd = TEMP_FAILURE_RETRY(accept(fd_, addr, addrlen)); in Accept()
|
/device/google/crosshatch/json-c/ |
D | config.h.in | 137 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
/device/google/bonito/json-c/ |
D | config.h.in | 137 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
/device/google/coral/json-c/ |
D | config.h.in | 137 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 510 # device will accept TDLS connection if it is initiated from any other peer,
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 510 # device will accept TDLS connection if it is initiated from any other peer,
|
/device/google/bonito/ |
D | WCNSS_qcom_cfg.ini | 490 # device will accept TDLS connection if it is initiated from any other peer,
|
/device/google/crosshatch/ |
D | WCNSS_qcom_cfg.ini | 490 # device will accept TDLS connection if it is initiated from any other peer,
|
/device/google/muskie/self-extractors/qcom/ |
D | LICENSE | 216 a. This Agreement shall be effective on the date You accept this
|
/device/google/coral/self-extractors/google_devices/ |
D | LICENSE | 216 a. This Agreement shall be effective on the date You accept this
|
12