Searched refs:shutdown (Results 1 - 25 of 53) sorted by path

123

/system/bt/audio_a2dp_hw/src/
H A Daudio_a2dp_hw.cc339 shutdown(fd, SHUT_RDWR);
/system/bt/audio_hearing_aid_hw/src/
H A Daudio_hearing_aid_hw.cc323 shutdown(fd, SHUT_RDWR);
/system/bt/btif/src/
H A Dbtif_hl.cc4262 shutdown(p_scb->socket_id[1], SHUT_RDWR);
4520 shutdown(connected_s, SHUT_RDWR);
H A Dbtif_sock_l2cap.cc225 shutdown(sock->our_fd, SHUT_RDWR);
H A Dbtif_sock_rfc.cc412 shutdown(slot->fd, SHUT_RDWR);
/system/bt/hci/src/
H A Dbtsnoop_net.cc69 shutdown(listen_socket_, SHUT_RDWR);
/system/bt/service/ipc/
H A Dipc_handler_linux.cc124 shutdown(socket_.get(), SHUT_RDWR);
/system/chre/host/common/
H A Dsocket_client.cc58 // Inform the RX thread that we're requesting a shutdown, breaking it out of
68 if (mSockFd != INVALID_SOCKET && shutdown(mSockFd, SHUT_RDWR) != 0) {
/system/chre/platform/slpi/
H A Dhost_link.cc623 void HostLinkBase::shutdown() { function in class:chre::HostLinkBase
638 FARF(ERROR, "No room in outbound queue for shutdown message and host not "
641 // We were able to push the shutdown message. Wait for the queue to
H A Dinit.cc222 * If the CHRE thread is running, requests it to perform graceful shutdown,
228 // This lock ensures that we will complete shutdown before the thread can be
261 chre::HostLinkBase::shutdown();
/system/chre/platform/slpi/include/chre/target_platform/
H A Dhost_link_base.h40 static void shutdown();
/system/core/adb/
H A Dsocket.h83 /* shutdown is called by the peer before it goes away.
87 void (*shutdown)(asocket* s) = nullptr; member in struct:asocket
H A Dsockets.cpp267 /* Note: it's important to call shutdown before disconnecting from
271 if (s->peer->shutdown) {
272 s->peer->shutdown(s->peer);
342 s->shutdown = NULL;
462 s->shutdown = remote_socket_shutdown;
494 s->shutdown = NULL;
505 s->shutdown = NULL;
727 s->peer->shutdown = nullptr;
767 s->peer->shutdown = nullptr;
806 s->shutdown
[all...]
H A Dsysdeps.h423 return shutdown(fd, direction);
426 #undef shutdown
427 #define shutdown ____xxx_shutdown
H A Dsysdeps_win32.cpp582 if (shutdown(f->fh_socket, SD_BOTH) == SOCKET_ERROR) {
586 D("socket shutdown failed: %s",
672 // Winsock because we don't cleanly shutdown all threads, so it
1024 if (shutdown(f->fh_socket, direction) == SOCKET_ERROR) {
1026 D("socket shutdown fd %d failed: %s", fd,
/system/core/bootstat/
H A Dboot_reason_test.sh290 bootstat: Battery level at shutdown 100%
416 shutdown | shutdown,?*) ;;
428 *thermal*) var="shutdown,thermal" ;;
712 EXPECT_PROPERTY sys.boot.reason shutdown,battery
714 report_bootstat_logs shutdown,battery "-bootstat: Battery level at shutdown 2%"
720 battery shutdown test:
721 - adb shell setprop sys.powerctl shutdown,battery
725 - NB: should report shutdown,batter
[all...]
/system/libhwbinder/
H A DIPCThreadState.cpp290 ALOGW("Calling IPCThreadState::self() during shutdown is dangerous, expect a crash.\n");
319 void IPCThreadState::shutdown() function in class:android::hardware::IPCThreadState
H A DStatic.cpp88 IPCThreadState::shutdown();
/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h79 static void shutdown();
/system/media/audio_utils/
H A Dfifo.cpp86 shutdown();
121 void audio_utils_fifo_base::shutdown() const function in class:audio_utils_fifo_base
309 mFifo.shutdown();
467 mFifo.shutdown();
/system/media/audio_utils/include/audio_utils/
H A Dfifo.h98 * Mark the FIFO as shutdown (permanently unusable), usually due to an -EIO status from an API.
101 void shutdown() const;
129 /** Whether FIFO is marked as shutdown due to detection of an "impossible" error condition. */
285 * If it ever happens, then the FIFO will be marked unusable with shutdown().
/system/netd/libnetdutils/
H A DSyscalls.cpp166 Status shutdown(Fd fd, int how) const override {
167 auto rv = ::shutdown(fd.get(), how);
169 return statusFromErrno(errno, "shutdown() failed");
/system/netd/libnetdutils/include/netdutils/
H A DMockSyscalls.h59 MOCK_CONST_METHOD2(shutdown, Status(Fd fd, int how));
H A DSyscalls.h76 virtual Status shutdown(Fd fd, int how) const = 0;
/system/sepolicy/prebuilts/api/26.0/private/
H A Daccess_vectors56 shutdown

Completed in 333 milliseconds

123