Searched refs:stop (Results 1 - 25 of 122) sorted by relevance

12345

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalZoneMonitor.java32 private boolean stop = false; field in class:ThermalZoneMonitor
42 stop = true;
48 while (!stop && !t.isInterrupted()) {
52 // stop value can be changed before going to sleep
53 if (!stop) {
/hardware/qcom/gps/msm8909/utils/
H A DLocTimer.h41 // start() / stop() methods are to arm / disarm timer.
66 bool stop();
H A DLocThread.cpp46 void stop();
48 // parent must stop the spawned thread, join, and then
51 inline void bye() { mJoinable ? stop() : destroy(); }
130 void LocThreadDelegate::stop() { function in class:LocThreadDelegate
135 // thread triggers stop, with either a stop()
221 void LocThread::stop() { function in class:LocThread
223 mThread->stop();
257 thread.stop();
H A DLocThread.h73 // frees it (but must be after stop() is called, or
84 // NOTE: if this is a joinable thread, this stop may block
86 void stop();
/hardware/qcom/gps/msm8996/utils/
H A DLocTimer.h41 // start() / stop() methods are to arm / disarm timer.
66 bool stop();
H A DLocThread.cpp46 void stop();
48 // parent must stop the spawned thread, join, and then
51 inline void bye() { mJoinable ? stop() : destroy(); }
130 void LocThreadDelegate::stop() { function in class:LocThreadDelegate
135 // thread triggers stop, with either a stop()
221 void LocThread::stop() { function in class:LocThread
223 mThread->stop();
257 thread.stop();
H A DLocThread.h73 // frees it (but must be after stop() is called, or
84 // NOTE: if this is a joinable thread, this stop may block
86 void stop();
/hardware/qcom/gps/msm8998/utils/
H A DLocTimer.h41 // start() / stop() methods are to arm / disarm timer.
66 bool stop();
H A DLocThread.cpp47 void stop();
49 // parent must stop the spawned thread, join, and then
52 inline void bye() { mJoinable ? stop() : destroy(); }
132 void LocThreadDelegate::stop() { function in class:LocThreadDelegate
137 // thread triggers stop, with either a stop()
223 void LocThread::stop() { function in class:LocThread
225 mThread->stop();
259 thread.stop();
H A DLocThread.h73 // frees it (but must be after stop() is called, or
84 // NOTE: if this is a joinable thread, this stop may block
86 void stop();
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DCommBase.h42 virtual void stop() {} function in class:android::hardware::automotive::vehicle::V2_0::impl::CommBase
H A DSocketComm.h67 void stop() override;
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.h28 virtual void stop(void);
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.h28 virtual void stop(void);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderInterface.h26 virtual Encode_Status stop(void) = 0;
/hardware/interfaces/gnss/1.0/
H A DIGnssBatching.hal26 * IGnss start() & stop() - i.e. both requests must be handled independently,
135 stop() generates (bool success);
/hardware/interfaces/wifi/1.0/
H A DIWifi.hal66 @callflow(next={"registerEventCallback", "start", "stop", "getChip"})
77 * Calling stop then start is a valid way of resetting state in the HAL,
87 @callflow(next={"registerEventCallback", "start", "stop"})
88 stop() generates (WifiStatus status);
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderInterface.h28 virtual void stop(void) = 0;
H A DVideoDecoderMPEG2.h33 virtual void stop(void);
H A DVideoDecoderMPEG4.h29 virtual void stop(void);
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dworkqueue.h45 /* start & stop & pause & resume work thread */
112 int stop; member in class:WorkQueue
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dworkqueue.cpp24 stop = false;
54 stop = false;
79 stop = true;
111 if (stop) {
/hardware/qcom/gps/msm8998/android/
H A DGnssBatching.cpp38 mGnssBatching->stop();
108 Return<bool> GnssBatching::stop() { function in class:android::hardware::gnss::V1_0::implementation::GnssBatching
/hardware/interfaces/audio/2.0/default/
H A DStream.h78 Return<Result> stop() override;
104 Return<Result> stop();
123 Return<Result> StreamMmap<T>::stop() { function in class:android::hardware::audio::V2_0::implementation::StreamMmap
124 if (mStream->stop == NULL) return Result::NOT_SUPPORTED;
125 int result = mStream->stop(mStream);
126 return Stream::analyzeStatus("stop", result);
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DRecurrentTimer.h47 stop();
128 void stop() { function in class:RecurrentTimer

Completed in 553 milliseconds

12345