Home
last modified time | relevance | path

Searched refs:stopThread (Results 1 – 7 of 7) sorted by relevance

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc63 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); } in StopWatchingFileDescriptors()
85 int AsyncFdWatcher::stopThread() { in stopThread() function in android::hardware::bluetooth::async::AsyncFdWatcher
Dasync_fd_watcher.h47 int stopThread();
/device/generic/goldfish/camera/
DWorkerThread.h49 status_t stopThread();
DWorkerThread.cpp47 status_t WorkerThread::stopThread() { in stopThread() function in android::WorkerThread
DEmulatedCameraDevice.cpp436 status_t res = mCameraThread->stopThread(); in stopWorkerThread()
552 if (mFrameProducer->stopThread() == NO_ERROR) { in onThreadExit()
616 status_t res = mFrameProducer->stopThread(); in checkRestartRequest()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCameraDevice.cpp278 const status_t res = getWorkerThread()->stopThread(); in stopWorkerThread()
317 status_t EmulatedCameraDevice::WorkerThread::stopThread() { in stopThread() function in android::EmulatedCameraDevice::WorkerThread
DEmulatedCameraDevice.h420 status_t stopThread();