/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalZoneMonitor.java | 32 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/ |
D | LocThread.cpp | 47 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()
|
D | LocTimer.h | 66 bool stop();
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocThread.cpp | 46 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()
|
D | LocTimer.h | 66 bool stop();
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocThread.cpp | 46 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()
|
D | LocTimer.h | 66 bool stop();
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocThread.cpp | 47 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()
|
D | LocTimer.h | 66 bool stop();
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | workqueue.cpp | 24 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/ |
D | android.hardware.bluetooth@1.0-service.rc | 9 stop vendor.bluetooth-1-0 11 stop vendor.bluetooth-1-0
|
/hardware/interfaces/broadcastradio/common/tests/ |
D | WorkerThread_test.cpp | 41 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/ |
D | Stream.h | 97 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/ |
D | GnssBatching.cpp | 38 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/ |
D | GnssBatching.cpp | 38 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/ |
D | IBluetoothAudioHost.hal | 28 * 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/ |
D | IThermalCallback.hal | 26 * Send a thermal throttling start/stop event to all ThermalService 30 * start/stop event
|
/hardware/interfaces/wifi/1.0/ |
D | IWifi.hal | 66 @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);
|
D | IWifiEventCallback.hal | 27 * 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/ |
D | bundle.c | 147 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/ |
D | RecurrentTimer.h | 48 stop(); in ~RecurrentTimer() 129 void stop() { in stop() function
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | CommBase.h | 42 virtual void stop() {} in stop() function
|
D | FakeValueGenerator.h | 48 virtual StatusCode stop(const VehiclePropValue& request) = 0;
|
D | SocketComm.cpp | 47 stop(); in ~SocketComm() 141 void SocketComm::stop() { in stop() function in android::hardware::automotive::vehicle::V2_0::impl::SocketComm
|
D | SocketComm.h | 67 void stop() override;
|