HomeSort by relevance Sort by last modified time
    Searched refs:stopThread (Results 1 - 19 of 19) sorted by null

  /device/generic/goldfish/camera/
WorkerThread.h 39 * stopThread method is called. See startWorkerThread for more
49 status_t stopThread();
WorkerThread.cpp 47 status_t WorkerThread::stopThread() {
EmulatedCameraDevice.cpp 425 status_t res = mCameraThread->stopThread();
534 if (mFrameProducer->stopThread() == NO_ERROR) {
591 status_t res = mFrameProducer->stopThread();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsTaskScheduler.java 83 stopThread(/* joinOnlyForTest=*/ false);
128 stopThread(/* joinOnlyForTest=*/ true);
131 private void stopThread(boolean joinOnlyForTest) {
  /device/linaro/hikey/bluetooth/
async_fd_watcher.h 47 int stopThread();
async_fd_watcher.cc 63 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); }
85 int AsyncFdWatcher::stopThread() {
  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.h 47 int stopThread();
async_fd_watcher.cc 68 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); }
90 int AsyncFdWatcher::stopThread() {
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.h 47 int stopThread();
async_fd_watcher.cc 65 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); }
87 int AsyncFdWatcher::stopThread() {
  /external/ltp/testcases/realtime/stress/pi-tests/
testpi-3.c 95 void stopThread(Thread * thr);
305 void stopThread(Thread * thr)
400 stopThread(&arg1);
401 stopThread(&arg2);
402 stopThread(&arg3);
403 stopThread(&arg4);
404 stopThread(&arg5);
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 129 int stopThread() {
308 int stopThread() {
487 fdWatcher_p_->stopThread();
488 taskManager_p_->stopThread();
  /frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
SvcMonitor.java 49 stopThread();
72 stopThread();
77 private void stopThread() {
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DynamicXYPlotActivity.java 122 data.stopThread();
153 public void stopThread() {
TouchZoomExampleActivity.java 122 boolean stopThread = false;
130 stopThread = true;
  /frameworks/native/services/sensorservice/hidl/
SensorManager.cpp 143 std::thread pollThread{[&stopThread = mStopThread, looper = mLooper, javaVm = mJavaVm] {
171 if (stopThread == true) {
  /hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp 78 std::shared_ptr<bool> stopThread;
100 if (stopThread) {
101 *stopThread = true;
192 stopThread = std::shared_ptr<bool>(new bool(false));
193 pollThread = std::thread(pollingThread, this, stopThread);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 385 milliseconds