Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 206) sorted by relevance

123456789

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZoneMonitor.java32 private boolean stop = false; field in ThermalZoneMonitor
42 stop = true; in stopMonitor()
48 while (!stop && !t.isInterrupted()) { in run()
53 if (!stop) { in run()
/hardware/qcom/gps/msm8909w_3100/utils/
DLocThread.cpp47 void stop();
52 inline void bye() { mJoinable ? stop() : destroy(); } in bye()
132 void LocThreadDelegate::stop() { in stop() function in LocThreadDelegate
223 void LocThread::stop() { in stop() function in LocThread
225 mThread->stop(); in stop()
259 thread.stop(); in main()
DLocTimer.h66 bool stop();
/hardware/qcom/gps/msm8909/utils/
DLocThread.cpp46 void stop();
51 inline void bye() { mJoinable ? stop() : destroy(); } in bye()
130 void LocThreadDelegate::stop() { in stop() function in LocThreadDelegate
221 void LocThread::stop() { in stop() function in LocThread
223 mThread->stop(); in stop()
257 thread.stop(); in main()
DLocTimer.h66 bool stop();
/hardware/qcom/gps/msm8996/utils/
DLocThread.cpp46 void stop();
51 inline void bye() { mJoinable ? stop() : destroy(); } in bye()
130 void LocThreadDelegate::stop() { in stop() function in LocThreadDelegate
221 void LocThread::stop() { in stop() function in LocThread
223 mThread->stop(); in stop()
257 thread.stop(); in main()
DLocTimer.h66 bool stop();
/hardware/qcom/gps/msm8998/utils/
DLocThread.cpp47 void stop();
52 inline void bye() { mJoinable ? stop() : destroy(); } in bye()
132 void LocThreadDelegate::stop() { in stop() function in LocThreadDelegate
223 void LocThread::stop() { in stop() function in LocThread
225 mThread->stop(); in stop()
259 thread.stop(); in main()
DLocTimer.h66 bool stop();
/hardware/intel/common/wrs_omxil_core/utils/src/
Dworkqueue.cpp24 stop = false; in WorkQueue()
54 stop = false; in StartWork()
79 stop = true; in StopWork()
111 if (stop) { in Run()
/hardware/interfaces/bluetooth/1.0/default/
Dandroid.hardware.bluetooth@1.0-service.rc9 stop vendor.bluetooth-1-0
11 stop vendor.bluetooth-1-0
/hardware/interfaces/broadcastradio/common/tests/
DWorkerThread_test.cpp41 atomic<time_point<steady_clock>> stop; in TEST() local
47 stop = steady_clock::now(); in TEST()
55 auto delta = stop.load() - start; in TEST()
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DStream.h97 Return<Result> stop() override;
127 Return<Result> stop();
146 Return<Result> StreamMmap<T>::stop() { in stop() function
147 if (mStream->stop == NULL) return Result::NOT_SUPPORTED; in stop()
148 int result = mStream->stop(mStream); in stop()
/hardware/qcom/gps/msm8998/android/
DGnssBatching.cpp38 mGnssBatching->stop(); in serviceDied()
109 Return<bool> GnssBatching::stop() { in stop() function in android::hardware::gnss::V1_0::implementation::GnssBatching
/hardware/qcom/gps/msm8909w_3100/android/
DGnssBatching.cpp38 mGnssBatching->stop(); in serviceDied()
109 Return<bool> GnssBatching::stop() { in stop() function in android::hardware::gnss::V1_0::implementation::GnssBatching
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioHost.hal28 * the start, suspend and stop of the streaming operation. These
54 * Invoked when the stop stream is requested from HAL server
56 * stop and reset the streaming procedure. There is no result
/hardware/interfaces/thermal/1.1/
DIThermalCallback.hal26 * Send a thermal throttling start/stop event to all ThermalService
30 * start/stop event
/hardware/interfaces/wifi/1.0/
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);
DIWifiEventCallback.hal27 * Called in response to a call to stop indicating that the operation
35 * Calling start again must restart Wi-Fi as if stop then start was called
/hardware/qcom/audio/post_proc/
Dbundle.c147 if (context->ops.stop) in remove_effect_from_output()
148 context->ops.stop(context, output); in remove_effect_from_output()
275 if (fx_ctxt->ops.stop) in offload_effects_bundle_hal_stop_output()
276 fx_ctxt->ops.stop(fx_ctxt, out_ctxt); in offload_effects_bundle_hal_stop_output()
347 context->ops.stop = equalizer_stop; in effect_lib_create()
364 context->ops.stop = bassboost_stop; in effect_lib_create()
381 context->ops.stop = virtualizer_stop; in effect_lib_create()
404 context->ops.stop = reverb_stop; in effect_lib_create()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h48 stop(); in ~RecurrentTimer()
129 void stop() { in stop() function
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DCommBase.h42 virtual void stop() {} in stop() function
DFakeValueGenerator.h48 virtual StatusCode stop(const VehiclePropValue& request) = 0;
DSocketComm.cpp47 stop(); in ~SocketComm()
141 void SocketComm::stop() { in stop() function in android::hardware::automotive::vehicle::V2_0::impl::SocketComm
DSocketComm.h67 void stop() override;

123456789