Searched refs:stop (Results 26 - 43 of 43) sorted by relevance

12

/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/bt/btif/src/
H A Dbtif_avrcp_audio_track.cc83 trackHolder->track->stop();
/system/chre/platform/slpi/
H A Dinit.cc77 //! has exited after we invoked stop().
233 LOGD("Tried to stop CHRE thread, but not running");
235 EventLoopManagerSingleton::get()->getEventLoop().stop();
271 * reason, so we can stop the CHRE thread.
/system/netd/server/
H A DMDnsSdListener.h113 void stop(SocketClient *cli, int argc, char **argv, const char *str);
H A DMDnsSdListener.cpp133 void MDnsSdListener::Handler::stop(SocketClient *cli, int argc, char **argv, const char *str) { function in class:MDnsSdListener::Handler
144 if (DBG) ALOGE("%s stop used unknown requestId %d", str, requestId);
429 } else if (strcmp(cmd, "stop-discover") == 0) {
430 stop(cli, argc, argv, "discover");
458 } else if (strcmp(cmd, "stop-register") == 0) {
459 stop(cli, argc, argv, "register");
472 } else if (strcmp(cmd, "stop-resolve") == 0) {
473 stop(cli, argc, argv, "resolve");
480 } else if (strcmp(cmd, "stop-service") == 0) {
495 } else if (strcmp(cmd, "stop
[all...]
H A DNetlinkHandler.cpp54 int NetlinkHandler::stop() { function in class:android::net::NetlinkHandler
/system/vold/
H A DVolumeManager.h60 int stop();
H A DVolumeManager.cpp169 int VolumeManager::stop() { function in class:VolumeManager
/system/core/logcat/
H A Dlogcat.cpp98 volatile std::atomic_bool stop; // quick exit flag member in struct:android_logcat_context_internal
466 " regex filter but still stop at number of matches.\n"
607 context->stop = true;
628 context->stop = true;
698 // We count on the basename file to be the definitive end, so stop here.
1612 if (context->stop) goto close;
1620 while (!context->stop &&
1657 if (context->stop) break;
1705 context->stop = false;
1739 context->stop
[all...]
/system/bt/bta/av/
H A Dbta_av_aact.cc1354 /* stop stream if started */
1943 p_scb->p_cos->stop(p_scb->hndl, p_scb->PeerAddress());
2012 tBTA_AV_API_STOP stop; local
2048 stop.flush = false;
2049 stop.suspend = true;
2050 stop.reconfig_stop = false;
2051 bta_av_str_stopped(p_scb, (tBTA_AV_DATA*)&stop);
2070 stop.flush = false;
2071 stop.suspend = false;
2072 stop
2394 tBTA_AV_API_STOP stop; local
[all...]
H A Dbta_av_main.cc984 tBTA_AV_API_STOP stop; local
998 stop.flush = false;
999 stop.suspend = true;
1000 stop.reconfig_stop = false;
1001 bta_av_ssm_execute(p_scb, BTA_AV_AP_STOP_EVT, (tBTA_AV_DATA*)&stop);
H A Dbta_av_int.h206 tBTA_AV_CO_STOP stop; member in struct:__anon36
/system/extras/simpleperf/scripts/
H A Dreport_html.js860 <stop stop-color="#eeeeee" offset="5%" /> \
861 <stop stop-color="#efefb1" offset="90%" /> \
/system/chre/core/
H A Devent_loop.cc283 void EventLoop::stop() { function in class:chre::EventLoop
/system/bt/bta/hearing_aid/
H A Dhearing_aid.cc703 std::vector<uint8_t> stop({CONTROL_POINT_OP_STOP});
708 device.audio_control_point_handle, stop,
1206 // Must stop audio source to make sure it doesn't call any of callbacks on our
/system/core/adb/
H A DAndroid.mk46 # bit. We'd like to stop this because it is a maintenance nightmare, but the
/system/nfc/src/nfc/include/
H A Dnfc_api.h733 tNFC_STOP_DEVT stop; member in union:__anon2498
1096 ** Description This function is called to stop the discovery process or
/system/sepolicy/
H A DAndroid.mk91 not stop you from failing CTS.)

Completed in 1886 milliseconds

12