/system/netd/server/ |
D | NetlinkManager.cpp | 158 int NetlinkManager::stop() { in stop() function in NetlinkManager 161 if (mUeventHandler->stop()) { in stop() 172 if (mRouteHandler->stop()) { in stop() 184 if (mQuotaHandler->stop()) { in stop() 197 if (mStrictHandler->stop()) { in stop()
|
D | NetlinkManager.h | 45 int stop();
|
D | NetlinkHandler.h | 32 int stop(void);
|
D | MDnsSdListener.cpp | 133 void MDnsSdListener::Handler::stop(SocketClient *cli, int argc, char **argv, const char *str) { in stop() function in MDnsSdListener::Handler 430 stop(cli, argc, argv, "discover"); in runCommand() 459 stop(cli, argc, argv, "register"); in runCommand() 473 stop(cli, argc, argv, "resolve"); in runCommand() 496 stop(cli, argc, argv, "sethostname"); in runCommand() 509 stop(cli, argc, argv, "getaddrinfo"); in runCommand()
|
D | MDnsSdListener.h | 111 void stop(SocketClient *cli, int argc, char **argv, const char *str);
|
/system/netd/server/binder/android/net/ |
D | UidRange.cpp | 35 UidRange::UidRange(int32_t start, int32_t stop) { in UidRange() argument 36 ALOG_ASSERT(start <= stop, "start UID must be less than or equal to stop UID"); in UidRange() 38 mStop = stop; in UidRange()
|
D | UidRange.h | 34 UidRange(int32_t start, int32_t stop);
|
/system/extras/tests/sdcard/ |
D | sdcard_perf_test.cpp | 298 testCase->openTimer()->stop(); in readData() 337 testCase->readTimer()->stop(); in readData() 409 testCase->testTimer()->stop(); in testRead() 424 testCase->openTimer()->stop(); in writeData() 437 testCase->truncateTimer()->stop(); in writeData() 470 testCase->writeTimer()->stop(); in writeData() 477 testCase->syncTimer()->stop(); in writeData() 483 testCase->syncTimer()->stop(); in writeData() 508 testCase->testTimer()->stop(); in testWrite() 555 testCase->testTimer()->stop(); in testOpenCreate() [all …]
|
D | stopwatch.h | 102 void stop();
|
D | stopwatch.cpp | 92 void StopWatch::stop() in stop() function in android_test::StopWatch 116 stop(); in sprint()
|
/system/vold/ |
D | NetlinkManager.cpp | 95 int NetlinkManager::stop() { in stop() function in NetlinkManager 98 if (mHandler->stop()) { in stop()
|
D | NetlinkHandler.h | 29 int stop(void);
|
D | NetlinkHandler.cpp | 41 int NetlinkHandler::stop() { in stop() function in NetlinkHandler
|
D | NetlinkManager.h | 38 int stop();
|
D | VolumeManager.h | 93 int stop();
|
/system/connectivity/shill/init/ |
D | shill.conf.in | 23 # cases. Also, stop shill on "starting pre-shutdown" so its exiting blocks the 24 # chromeos_shutdown script from running (jobs that "stop on stopping 28 stop on starting pre-shutdown 73 post-stop script 74 bootstat shill-stop
|
/system/core/include/sysutils/ |
D | ServiceManager.h | 26 int stop(const char *name);
|
/system/core/init/ |
D | bootchart.cpp | 225 std::string stop; in bootchart_step() local 226 if (android::base::ReadFileToString(LOG_STOPFILE, &stop) && stop == "1") { in bootchart_step()
|
/system/core/logd/ |
D | LogTimes.cpp | 236 goto stop; in FilterSecondPass() 248 goto stop; in FilterSecondPass() 276 stop: in FilterSecondPass()
|
/system/core/libsysutils/src/ |
D | ServiceManager.cpp | 70 int ServiceManager::stop(const char *name) { in stop() function in ServiceManager
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 15 The output is in a form of start/stop pairs. The ops with rw in the name are
|
/system/bt/vendor_libs/linux/ |
D | bt_vendor_linux.c | 129 static int bt_vendor_hw_cfg(int stop) in bt_vendor_hw_cfg() argument 134 if (stop) { in bt_vendor_hw_cfg()
|
/system/bt/btif/src/ |
D | btif_avrcp_audio_track.cpp | 84 trackHolder->track->stop(); in BtifAvrcpAudioTrackStop()
|
/system/bt/bta/av/ |
D | bta_av_aact.c | 2091 p_scb->p_cos->stop(p_scb->hndl, p_scb->codec_type); in bta_av_str_stopped() 2158 tBTA_AV_API_STOP stop; in bta_av_reconfig() local 2186 stop.flush = FALSE; in bta_av_reconfig() 2187 stop.suspend = TRUE; in bta_av_reconfig() 2188 bta_av_str_stopped(p_scb, (tBTA_AV_DATA *)&stop); in bta_av_reconfig() 2327 tBTA_AV_API_STOP stop; in bta_av_start_ok() local 2483 p_scb->p_cos->stop(p_scb->hndl, p_scb->codec_type); in bta_av_start_ok() 2485 stop.flush = FALSE; in bta_av_start_ok() 2486 stop.suspend = TRUE; in bta_av_start_ok() 2487 bta_av_ssm_execute(p_scb, BTA_AV_AP_STOP_EVT, (tBTA_AV_DATA *)&stop); in bta_av_start_ok() [all …]
|
D | bta_av_main.c | 995 tBTA_AV_API_STOP stop; in bta_av_sco_chg_cback() local 1014 stop.flush = FALSE; in bta_av_sco_chg_cback() 1015 stop.suspend = TRUE; in bta_av_sco_chg_cback() 1016 bta_av_ssm_execute(p_scb, BTA_AV_AP_STOP_EVT, (tBTA_AV_DATA *)&stop); in bta_av_sco_chg_cback()
|