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

/system/core/libsysutils/src/
H A DServiceManager.cpp20 * - Stopping the service is done by writing its name to "ctl.stop"
26 * If strlen(<name>) > (PROPERTY_KEY_MAX-1)-9, then you can start/stop
27 * the service by writing to ctl.start/stop, but you won't be able to
33 /* The maximum amount of time to wait for a service to start or stop,
70 int ServiceManager::stop(const char *name) { function in class:ServiceManager
81 property_set("ctl.stop", name);
92 SLOGW("Timed out waiting for service '%s' to stop", name);
/system/vold/
H A DNetlinkHandler.cpp41 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.cpp123 int VolumeManager::stop() { function in class:VolumeManager
/system/netd/
H A DNetlinkManager.cpp118 int NetlinkManager::stop() { function in class:NetlinkManager
121 if (mUeventHandler->stop()) {
122 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno));
132 if (mRouteHandler->stop()) {
133 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno));
144 if (mQuotaHandler->stop()) {
145 ALOGE("Unable to stop quota NetlinkHandler: %s", strerror(errno));
H A DNetlinkHandler.cpp44 int NetlinkHandler::stop() { function in class:NetlinkHandler
H A DMDnsSdListener.cpp130 void MDnsSdListener::Handler::stop(SocketClient *cli, int argc, char **argv, const char *str) { function in class:MDnsSdListener::Handler
141 if (DBG) ALOGE("%s stop used unknown requestId %d", str, requestId);
415 } else if (strcmp(cmd, "stop-discover") == 0) {
416 stop(cli, argc, argv, "discover");
435 } else if (strcmp(cmd, "stop-register") == 0) {
436 stop(cli, argc, argv, "register");
449 } else if (strcmp(cmd, "stop-resolve") == 0) {
450 stop(cli, argc, argv, "resolve");
457 } else if (strcmp(cmd, "stop-service") == 0) {
472 } else if (strcmp(cmd, "stop
[all...]
/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 */
1734 if (hook->stop)
1735 hook->stop( hook );
2075 hook->stop = _event_socket_stop;
2203 * Note that delim must have one NUL; we stop if we see that, too.

Completed in 544 milliseconds