Searched defs:stop (Results 1 - 13 of 13) 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.cpp95 int NetlinkManager::stop() { function in class:NetlinkManager
98 if (mHandler->stop()) {
99 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
H A DVolumeManager.cpp270 int VolumeManager::stop() { function in class:VolumeManager
/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/netd/server/
H A DNetlinkManager.cpp158 int NetlinkManager::stop() { function in class:NetlinkManager
161 if (mUeventHandler->stop()) {
162 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno));
172 if (mRouteHandler->stop()) {
173 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno));
184 if (mQuotaHandler->stop()) {
185 ALOGE("Unable to stop quota NetlinkHandler: %s", strerror(errno));
197 if (mStrictHandler->stop()) {
198 ALOGE("Unable to stop strict NetlinkHandler: %s", strerror(errno));
H A DNetlinkHandler.cpp49 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);
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...]
/system/core/init/
H A Dbootchart.cpp46 #define LOG_STOPFILE LOG_ROOT"/stop"
132 const char* full_name = cmdline.c_str(); // So we stop at the first NUL.
223 // Stop if /data/bootchart/stop contains 1.
224 std::string stop; local
225 if (android::base::ReadFileToString(LOG_STOPFILE, &stop) && stop == "1") {
/system/bt/bta/av/
H A Dbta_av_main.c1020 tBTA_AV_API_STOP stop; local
1039 stop.flush = FALSE;
1040 stop.suspend = TRUE;
1041 bta_av_ssm_execute(p_scb, BTA_AV_AP_STOP_EVT, (tBTA_AV_DATA *)&stop);
H A Dbta_av_aact.c1524 /* stop stream if started */
2067 p_scb->p_cos->stop(p_scb->hndl, p_scb->codec_type);
2134 tBTA_AV_API_STOP stop; local
2178 stop.flush = FALSE;
2179 stop.suspend = TRUE;
2180 bta_av_str_stopped(p_scb, (tBTA_AV_DATA *)&stop);
2319 tBTA_AV_API_STOP stop; local
2475 p_scb->p_cos->stop(p_scb->hndl, p_scb->codec_type);
2477 stop.flush = FALSE;
2478 stop
[all...]
H A Dbta_av_int.h192 tBTA_AV_CO_STOP stop; member in struct:__anon36
/system/core/adb/
H A Dsysdeps_win32.cpp1301 void (*stop) ( EventHook hook ); member in struct:EventHookRec_
1327 hook->stop = NULL;
1407 /* this should update start/stop/check/peek */
1744 if (hook->stop)
1745 hook->stop( hook );
2085 hook->stop = _event_socket_stop;

Completed in 214 milliseconds