Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 40) sorted by relevance

12

/system/core/nexus/
DOpenVpnController.cpp47 int OpenVpnController::stop() { in stop() function in OpenVpnController
48 return VpnController::stop(); in stop()
68 if (mServiceManager->stop("openvpn")) in disable()
DDhcpClient.cpp82 mServiceManager->stop("dhcpcd_ng"); in start()
94 int DhcpClient::stop() { in stop() function in DhcpClient
101 if (mServiceManager->stop("dhcpcd_ng")) in stop()
DNetworkManager.cpp76 int irc = (*i)->stop(); in stopControllers()
119 mDhcp->stop(); in onInterfaceDisconnected()
DOpenVpnController.h35 int stop();
DDhcpClient.h38 int stop();
DWifiScanner.h39 int stop();
DVpnController.h38 virtual int stop();
DController.h53 virtual int stop();
DVpnController.cpp39 int VpnController::stop() { in stop() function in VpnController
DSupplicant.h50 int stop();
DSupplicant.cpp90 int Supplicant::stop() { in stop() function in Supplicant
97 if (mServiceManager->stop(SUPPLICANT_SERVICE_NAME)) { in stop()
244 stop(); in connectToSupplicant()
DWifiController.cpp66 int WifiController::stop() { in stop() function in WifiController
152 if (mSupplicant->stop()) { in disable()
189 mScanner->stop(); in setScanMode()
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp292 testCase->openTimer()->stop(); in readData()
331 testCase->readTimer()->stop(); in readData()
403 testCase->testTimer()->stop(); in testRead()
418 testCase->openTimer()->stop(); in writeData()
431 testCase->truncateTimer()->stop(); in writeData()
464 testCase->writeTimer()->stop(); in writeData()
471 testCase->syncTimer()->stop(); in writeData()
477 testCase->syncTimer()->stop(); in writeData()
502 testCase->testTimer()->stop(); in testWrite()
549 testCase->testTimer()->stop(); in testOpenCreate()
Dstopwatch.h102 void stop();
Dstopwatch.cpp91 void StopWatch::stop() in stop() function in android_test::StopWatch
115 stop(); in sprint()
/system/core/init/
DREADME.BOOTCHART23 Reboot your device, bootcharting will begin and stop after the period you gave.
24 You can also stop the bootcharting at any moment by doing the following:
26 adb shell 'echo 1 > /data/bootchart-stop'
28 Note that /data/bootchart-stop is deleted automatically by init at the end of the
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
DmainKeysSm.c244 pMainKeys->stop = mainKeys_stop; in mainKeys_config()
725 status = pMainKeys->pUcastSm->stop(pMainKeys->pUcastSm); in mainKeys_stopStart()
731 status = pMainKeys->pBcastSm->stop(pMainKeys->pBcastSm); in mainKeys_stopStart()
763 status = pMainKeys->pUcastSm->stop(pMainKeys->pUcastSm); in mainKeys_stopUcastComplete()
769 status = pMainKeys->pBcastSm->stop(pMainKeys->pBcastSm); in mainKeys_stopUcastComplete()
830 status = pMainKeys->pUcastSm->stop(pMainKeys->pUcastSm); in mainKeys_stopBcastComplete()
836 status = pMainKeys->pBcastSm->stop(pMainKeys->pBcastSm); in mainKeys_stopBcastComplete()
897 status = pMainKeys->pUcastSm->stop(pMainKeys->pUcastSm); in mainKeys_stopComplete()
903 status = pMainKeys->pBcastSm->stop(pMainKeys->pBcastSm); in mainKeys_stopComplete()
DmainSecKeysOnly.c149 pMainSec->stop = mainSecKeysOnly_stop; in mainSecKeysOnly_config()
329 status = pMainSec->pMainKeys->stop(pMainSec->pMainKeys); in mainSecKeysOnly_stopStart()
358 status = pMainSec->pMainKeys->stop(pMainSec->pMainKeys); in mainSecKeysOnly_stopAuthorized()
369 status = pMainSec->pMainKeys->stop(pMainSec->pMainKeys); in mainSecKeysOnly_stopNonAuthorized()
DbroadcastKeyNone.c87 pBroadcastKey->stop = broadcastKeySmNop; in broadcastKeyNone_config()
DmainSecNull.c105 pMainSec->stop = mainSecSmNull_stop; in mainSecSmNull_config()
/system/core/include/sysutils/
DServiceManager.h26 int stop(const char *name);
/system/core/rootdir/etc/
Dinit.goldfish.rc16 stop dund
17 stop akmd
/system/core/libsysutils/src/
DServiceManager.cpp36 int ServiceManager::stop(const char *name) { in stop() function in ServiceManager
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
DunicastKeySM.h93 unicastKeySmStop_t stop; member
DbroadcastKeySM.h91 broadcastKeySmStop_t stop; member

12