Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 54) sorted by relevance

123

/system/chre/platform/slpi/include/chre/target_platform/
Dhost_link_base.h40 static void shutdown();
/system/sepolicy/private/
Dbluetoothdomain.te2 …w bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
Dnet.te15 …t { create read getattr write setattr lock append bind connect getopt setopt shutdown nlmsg_read };
Duntrusted_app.te37 relabelfrom relabelto setattr setopt shutdown };
/system/sepolicy/prebuilts/api/26.0/private/
Dbluetoothdomain.te2 …w bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
Dnet.te15 …t { create read getattr write setattr lock append bind connect getopt setopt shutdown nlmsg_read };
Dapp.te63 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 };
/system/core/adb/
Dsockets.cpp221 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()
Dsocket.h89 void (*shutdown)(asocket* s); member
Dsysdeps.h438 return shutdown(fd, SHUT_RDWR); in adb_shutdown()
442 return shutdown(fd, direction); in adb_shutdown()
444 #undef shutdown
445 #define shutdown ____xxx_shutdown macro
/system/hwservicemanager/
Dhwservicemanager.rc11 shutdown critical
/system/vold/
Dvold.rc9 shutdown critical
/system/sepolicy/public/
Dglobal_macros43 …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 }')
/system/sepolicy/prebuilts/api/26.0/public/
Dglobal_macros43 …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 }')
/system/libhwbinder/
DStatic.cpp88 IPCThreadState::shutdown(); in ~LibHwbinderIPCtStatics()
/system/sepolicy/prebuilts/api/26.0/
Dnonplat_sepolicy.cil1770 …(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 …]
/system/tools/hidl/test/
Dhidl_test_servers.cpp66 IPCThreadState::shutdown(); in signal_handler_server()
/system/media/audio_utils/
Dfifo.cpp86 shutdown(); in diff()
121 void audio_utils_fifo_base::shutdown() const in shutdown() function in audio_utils_fifo_base
309 mFifo.shutdown(); in release()
467 mFifo.shutdown(); in release()
/system/netd/libnetdutils/
DSyscalls.cpp149 Status shutdown(Fd fd, int how) const override { in shutdown() function in android::netdutils::RealSyscalls
150 auto rv = ::shutdown(fd.get(), how); in shutdown()
/system/bt/hci/src/
Dbtsnoop_net.cc69 shutdown(listen_socket_, SHUT_RDWR); in btsnoop_net_close()
/system/netd/libnetdutils/include/netdutils/
DMockSyscalls.h55 MOCK_CONST_METHOD2(shutdown, Status(Fd fd, int how));
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h85 static void shutdown();
/system/chre/platform/slpi/
Dinit.cc263 chre::HostLinkBase::shutdown(); in chre_slpi_stop_thread()
/system/bt/service/ipc/
Dipc_handler_linux.cc124 shutdown(socket_.get(), SHUT_RDWR); in Stop()
/system/core/init/
DREADME.md237 boot animation and shutdown animation. As these services can be
239 of shutdown, access to /data partition is not guaranteed. These
275 `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 shutdown
279 until shutdown times out. When shutdown times out, even services tagged with
280 "shutdown critical" will be killed. When the service tagged with "shutdown critical"

123