Searched defs:stop (Results 1 - 25 of 64) sorted by relevance

123

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dl298-stepper.js53 myHBridge_obj.stop = function()
75 myHBridge_obj.stop();
H A Dl298.js48 myHBridge_obj.setDirection(HBridge_lib.L298.DIR_NONE); // fast stop
52 myHBridge_obj.stop = function()
75 myHBridge_obj.stop();
H A Duln200xa.js50 myUln200xa_obj.stop = function()
69 myUln200xa_obj.stop();
/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/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/bsp/intel/peripheral/libupm/src/lcd/
H A Dssd1306.cxx241 void SSD1306::startscrollright(uint8_t start, uint8_t stop){ argument
246 m_i2c_lcd_control.writeReg(LCD_CMD,stop);
253 void SSD1306::startscrollleft(uint8_t start, uint8_t stop){ argument
258 m_i2c_lcd_control.writeReg(LCD_CMD,stop);
264 void SSD1306::startscrolldiagright(uint8_t start, uint8_t stop){ argument
272 m_i2c_lcd_control.writeReg(LCD_CMD, stop);
277 void SSD1306::startscrolldiagleft(uint8_t start, uint8_t stop){ argument
285 m_i2c_lcd_control.writeReg(LCD_CMD, stop);
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG2.cpp29 stop();
55 void VideoDecoderMPEG2::stop(void) { function in class:VideoDecoderMPEG2
62 VideoDecoderBase::stop();
H A DVideoDecoderMPEG4.cpp31 stop();
53 void VideoDecoderMPEG4::stop(void) { function in class:VideoDecoderMPEG4
56 VideoDecoderBase::stop();
H A DVideoDecoderVP8.cpp28 stop();
139 void VideoDecoderVP8::stop(void) { function in class:VideoDecoderVP8
140 VideoDecoderBase::stop();
H A DVideoDecoderWMV.cpp34 stop();
56 void VideoDecoderWMV::stop(void) { function in class:VideoDecoderWMV
69 VideoDecoderBase::stop();
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.cpp63 void VideoDecoderAVCSecure::stop(void) { function in class:VideoDecoderAVCSecure
64 VideoDecoderAVC::stop();
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.cpp63 void VideoDecoderAVCSecure::stop(void) { function in class:VideoDecoderAVCSecure
64 VideoDecoderAVC::stop();
/hardware/intel/common/libmix/videoencoder/
H A DPVSoftMPEG4Encoder.h39 virtual Encode_Status stop(void) {return releaseEncoder();} function in class:PVSoftMPEG4Encoder
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_loopfilter.h112 // Apply the loop filter to [start, stop) macro block rows in frame_buffer.
115 int start, int stop, int y_only);
124 int stop; member in struct:LoopFilterWorkerData
/hardware/qcom/audio/msm8909/post_proc/
H A Dbundle.h63 int (*stop)(effect_context_t *context, output_context_t *output); member in struct:effect_ops_s
/hardware/qcom/audio/post_proc/
H A Dbundle.h60 int (*stop)(effect_context_t *context, output_context_t *output); member in struct:effect_ops_s
/hardware/qcom/gps/msm8909/utils/
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();
/hardware/qcom/gps/msm8996/utils/
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();
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h103 uint stop; /* Stop after this many tx failures */ member in struct:dhd_pktgen
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
H A Dwt5001.cxx222 bool WT5001::stop() function in class:WT5001
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_dthread.c93 int start, int stop, int y_only,
100 for (r = start; r < stop; r += num_lf_workers) {
129 lf_data->start, lf_data->stop, lf_data->y_only,
186 lf_data->stop = sb_rows;
91 loop_filter_rows_mt(const YV12_BUFFER_CONFIG *const frame_buffer, VP9_COMMON *const cm, MACROBLOCKD *const xd, int start, int stop, int y_only, VP9LfSync *const lf_sync, int num_lf_workers) argument
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp114 void ISVProcessor::stop() function in class:ISVProcessor
116 ALOGD_IF(ISV_THREAD_DEBUG, "ISVProcessor::stop");
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnPlaneManager.cpp444 int stop = mSpritePlaneCount; local
448 stop = 1;
451 for (int i = start; i < stop; i++) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnPlaneManager.cpp407 int stop = mSpritePlaneCount; local
411 stop = 1;
414 for (int i = start; i < stop; i++) {
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp101 void VideoDecoderAVCSecure::stop(void) { function in class:VideoDecoderAVCSecure
102 VideoDecoderAVC::stop();

Completed in 2880 milliseconds

123