Searched refs:shutdown (Results 1 – 25 of 54) sorted by relevance
123
40 static void shutdown();
2 …w bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
15 …t { create read getattr write setattr lock append bind connect getopt setopt shutdown nlmsg_read };
37 relabelfrom relabelto setattr setopt shutdown };
63 allow appdomain system_server:unix_stream_socket { read write setopt getattr getopt shutdown };64 allow appdomain system_server:tcp_socket { read write getattr getopt shutdown };70 allow appdomain surfaceflinger:unix_stream_socket { read write setopt getattr getopt shutdown };147 allow appdomain dumpstate:unix_stream_socket { read write getopt getattr shutdown };197 allow appdomain appdomain:unix_stream_socket { getopt getattr read write shutdown };330 allow appdomain adbd:unix_stream_socket { getattr getopt ioctl read write shutdown };
221 if (s->peer->shutdown) { in local_socket_close()222 s->peer->shutdown(s->peer); in local_socket_close()393 s->shutdown = NULL; in create_local_socket()507 s->shutdown = remote_socket_shutdown; in create_remote_socket()536 s->shutdown = NULL; in local_socket_ready_notify()547 s->shutdown = NULL; in local_socket_close_notify()781 s->peer->shutdown = nullptr; in smart_socket_enqueue()821 s->peer->shutdown = nullptr; in smart_socket_enqueue()864 s->shutdown = NULL; in create_smart_socket()
89 void (*shutdown)(asocket* s); member
438 return shutdown(fd, SHUT_RDWR); in adb_shutdown()442 return shutdown(fd, direction); in adb_shutdown()444 #undef shutdown445 #define shutdown ____xxx_shutdown macro
11 shutdown critical
9 shutdown critical
43 …ket_perms', `{ ioctl read getattr write setattr lock append bind connect getopt setopt shutdown }')44 …_perms_no_ioctl', `{ read getattr write setattr lock append bind connect getopt setopt shutdown }')
88 IPCThreadState::shutdown(); in ~LibHwbinderIPCtStatics()
1770 …(unix_stream_socket (read write getattr setattr lock append listen accept getopt setopt shutdown)))1772 … read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))1776 …0 pdx_performance_client_endpoint_socket_type (unix_stream_socket (read write shutdown connectto)))1777 …l_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))1809 …k relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto n…1810 …k relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto n…1811 …k relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto n…1826 …uevent_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))1855 …(rawip_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))1856 …packet_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))[all …]
66 IPCThreadState::shutdown(); in signal_handler_server()
86 shutdown(); in diff()121 void audio_utils_fifo_base::shutdown() const in shutdown() function in audio_utils_fifo_base309 mFifo.shutdown(); in release()467 mFifo.shutdown(); in release()
149 Status shutdown(Fd fd, int how) const override { in shutdown() function in android::netdutils::RealSyscalls150 auto rv = ::shutdown(fd.get(), how); in shutdown()
69 shutdown(listen_socket_, SHUT_RDWR); in btsnoop_net_close()
55 MOCK_CONST_METHOD2(shutdown, Status(Fd fd, int how));
85 static void shutdown();
263 chre::HostLinkBase::shutdown(); in chre_slpi_stop_thread()
124 shutdown(socket_.get(), SHUT_RDWR); in Stop()
237 boot animation and shutdown animation. As these services can be239 of shutdown, access to /data partition is not guaranteed. These275 `shutdown <shutdown_behavior>`276 > Set shutdown behavior of the service process. When this is not specified,277 the service is killed during shutdown process by using SIGTERM and SIGKILL.278 The service with shutdown_behavior of "critical" is not killed during shutdown279 until shutdown times out. When shutdown times out, even services tagged with280 "shutdown critical" will be killed. When the service tagged with "shutdown critical"