Searched refs:stop (Results 1 - 20 of 20) sorted by relevance

/system/core/include/sysutils/
H A DServiceManager.h26 int stop(const char *name);
/system/vold/
H A DNetlinkHandler.h29 int stop(void);
H A DNetlinkManager.h38 int stop();
H A DNetlinkHandler.cpp41 int NetlinkHandler::stop() { function in class:NetlinkHandler
H A DNetlinkManager.cpp94 int NetlinkManager::stop() { function in class:NetlinkManager
97 if (mHandler->stop()) {
98 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
H A DVolumeManager.h74 int stop();
H A DVolumeManager.cpp231 int VolumeManager::stop() { function in class:VolumeManager
/system/netd/server/
H A DNetlinkManager.cpp123 int NetlinkManager::stop() { function in class:NetlinkManager
126 if (mUeventHandler->stop()) {
127 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno));
137 if (mRouteHandler->stop()) {
138 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno));
149 if (mQuotaHandler->stop()) {
150 ALOGE("Unable to stop quota NetlinkHandler: %s", strerror(errno));
H A DNetlinkManager.h43 int stop();
H A DNetlinkHandler.h31 int stop(void);
H A DMDnsSdListener.h111 void stop(SocketClient *cli, int argc, char **argv, const char *str);
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);
416 } else if (strcmp(cmd, "stop-discover") == 0) {
417 stop(cli, argc, argv, "discover");
454 } else if (strcmp(cmd, "stop-register") == 0) {
455 stop(cli, argc, argv, "register");
468 } else if (strcmp(cmd, "stop-resolve") == 0) {
469 stop(cli, argc, argv, "resolve");
476 } else if (strcmp(cmd, "stop-service") == 0) {
491 } else if (strcmp(cmd, "stop
[all...]
H A DNetlinkHandler.cpp49 int NetlinkHandler::stop() { function in class:NetlinkHandler
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp298 testCase->openTimer()->stop();
337 testCase->readTimer()->stop();
409 testCase->testTimer()->stop();
424 testCase->openTimer()->stop();
437 testCase->truncateTimer()->stop();
470 testCase->writeTimer()->stop();
477 testCase->syncTimer()->stop();
483 testCase->syncTimer()->stop();
508 testCase->testTimer()->stop();
555 testCase->testTimer()->stop();
[all...]
H A Dstopwatch.h40 // Once the watch has been created, start and stop can be called to
56 // we collect the raw start and stop time in an array that get
67 // watch.stop();
84 // Create a stop watch. Default capacity == 2 * interval_nb
88 // measured (1 sample == 1 start + 1 stop). Used
102 void stop();
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/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/core/init/
H A Dkeywords.h92 KEYWORD(stop, COMMAND, 1, do_stop)
/system/core/toolbox/
H A DAndroid.mk190 stop \
/system/core/adb/
H A Dsysdeps_win32.c1298 void (*stop) ( EventHook hook ); member in struct:EventHookRec_
1325 hook->stop = NULL;
1405 /* this should update start/stop/check/peek */
1742 if (hook->stop)
1743 hook->stop( hook );
2083 hook->stop = _event_socket_stop;
2211 * Note that delim must have one NUL; we stop if we see that, too.

Completed in 270 milliseconds