Searched defs:stop (Results 1 - 24 of 24) sorted by relevance

/system/core/libsysutils/src/
H A DServiceManager.cpp36 int ServiceManager::stop(const char *name) { function in class:ServiceManager
43 property_set("ctl.stop", name);
53 SLOGW("Timed out waiting for service '%s' to stop", name);
/system/core/nexus/
H A DDhcpClient.cpp122 mServiceManager->stop("dhcpcd");
134 int DhcpClient::stop() { function in class:DhcpClient
148 if (mServiceManager->stop("dhcpcd")) {
149 LOGW("Failed to stop DHCP service (%s)", strerror(errno));
H A DOpenVpnController.cpp47 int OpenVpnController::stop() { function in class:OpenVpnController
48 return VpnController::stop();
68 if (mServiceManager->stop("openvpn"))
H A DWifiScanner.cpp57 int WifiScanner::stop() { function in class:WifiScanner
H A DWifiStatusPoller.cpp49 int WifiStatusPoller::stop() { function in class:WifiStatusPoller
H A DVpnController.cpp44 int VpnController::stop() { function in class:VpnController
H A DController.cpp57 int Controller::stop() { function in class:Controller
H A DSupplicant.cpp89 int Supplicant::stop() { function in class:Supplicant
92 LOGW("Unable to stop supplicant listener (%s)", strerror(errno));
96 if (mServiceManager->stop(SUPPLICANT_SERVICE_NAME)) {
271 stop();
356 LOGW("Failed to stop driver (%s)", strerror(errno));
H A DWifiController.cpp100 int WifiController::stop() { function in class:WifiController
271 if (mSupplicant->stop()) {
272 LOGE("Supplicant stop failed (%s)", strerror(errno));
552 mStatusPoller->stop();
/system/netd/
H A DNetlinkManager.cpp89 int NetlinkManager::stop() { function in class:NetlinkManager
90 if (mHandler->stop()) {
91 LOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
H A DNetlinkHandler.cpp42 int NetlinkHandler::stop() { function in class:NetlinkHandler
/system/vold/
H A DNetlinkHandler.cpp40 int NetlinkHandler::stop() { function in class:NetlinkHandler
H A DNetlinkManager.cpp89 int NetlinkManager::stop() { function in class:NetlinkManager
90 if (mHandler->stop()) {
91 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
H A DVolumeManager.cpp102 int VolumeManager::stop() { function in class:VolumeManager
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DbroadcastKeySM.h91 broadcastKeySmStop_t stop; member in struct:_broadcastKey_t
H A DunicastKeySM.h93 unicastKeySmStop_t stop; member in struct:_unicastKey_t
H A DmainKeysSm.h110 mainKeysSmStop_t stop; member in struct:_mainKeys_t
H A DmainSecSm.h120 mainSecSmStop_t stop; member in struct:_mainSec_t
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DbroadcastKeySM.h90 broadcastKeySmStop_t stop; member in struct:_broadcastKey_t
H A DunicastKeySM.h92 unicastKeySmStop_t stop; member in struct:_unicastKey_t
H A DmainKeysSm.h111 mainKeysSmStop_t stop; member in struct:_mainKeys_t
H A DmainSecSm.h119 mainSecSmStop_t stop; member in struct:_mainSec_t
/system/extras/tests/sdcard/
H A Dstopwatch.cpp92 void StopWatch::stop() function in class:android_test::StopWatch
116 stop();
146 // reallocate the measurement buffer (e.g start and stop called more
162 // stop pair. The diff is accumulated in mDuration and inserted in
170 for (size_t i = 0; i < mDataLen; i += 2) // even: start odd: stop
/system/core/adb/
H A Dsysdeps_win32.c1290 void (*stop) ( EventHook hook ); member in struct:EventHookRec_
1317 hook->stop = NULL;
1397 /* this should update start/stop/check/peek */
1559 if (hook->stop)
1560 hook->stop( hook );
1900 hook->stop = _event_socket_stop;

Completed in 159 milliseconds