Searched refs:run (Results 1 - 25 of 72) sorted by relevance

123

/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
H A DCallback.h10 virtual void run() function in class:Callback
20 callback->run();
/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
H A DCallback.h10 virtual void run(clbk_data arg) function in class:Callback
H A Dpulsensor.cxx116 pulsensor->obj_callback->run(callback_data);
158 pulsensor->obj_callback->run(callback_data);
/hardware/bsp/intel/peripheral/libupm/src/
H A DIsrCallback.h10 virtual void run() function in class:IsrCallback
23 callback->run();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dtm1637.cxx34 bool run = true;
39 run = false;
60 while(run)
/hardware/bsp/intel/peripheral/libmraa/examples/java/
H A DIsr.java52 public void run() { System.out.println("JavaCallback.run()"); } method in class:JavaCallback
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DA110X_intrSample.java65 public void run(){ method in class:A110XISR
H A DRPR220_intrSample.java62 public void run() { method in class:RPRISR
H A DGroveButton_intrSample.java61 public void run() { method in class:ButtonISR
H A DHCSR04Sample.java69 public void run() { method in class:HCSR04ISR
H A DNRF24L01_receiverSample.java73 public void run() { method in class:ReceiverCallback
H A DNRF24L01_transmitterSample.java73 public void run() { method in class:TransmitterCallback
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dall_builds.py11 run = subprocess.Popen(command, shell=True)
12 output = run.communicate()
13 if run.returncode:
14 print "Non-zero return code: " + str(run.returncode) + " => exiting!"
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalZoneMonitor.java46 public void run() { method in class:ThermalZoneMonitor
/hardware/qcom/gps/msm8909/utils/
H A DLocThread.h46 virtual bool run() = 0;
48 // The method to be run before thread loop (conditionally repeatedly)
49 // calls run()
52 // The method to be run after thread loop (conditionally repeatedly)
53 // calls run()
60 // A utility class to create a thread and run LocRunnable
H A DMsgTask.h56 virtual bool run();
58 // The method to be run before thread loop (conditionally repeatedly)
59 // calls run()
62 // The method to be run after thread loop (conditionally repeatedly)
63 // calls run()
H A DMsgTask.cpp81 // make sure we do not run in background scheduling group
85 bool MsgTask::run() { function in class:MsgTask
/hardware/qcom/gps/msm8996/utils/
H A DLocThread.h46 virtual bool run() = 0;
48 // The method to be run before thread loop (conditionally repeatedly)
49 // calls run()
52 // The method to be run after thread loop (conditionally repeatedly)
53 // calls run()
60 // A utility class to create a thread and run LocRunnable
H A DMsgTask.h56 virtual bool run();
58 // The method to be run before thread loop (conditionally repeatedly)
59 // calls run()
62 // The method to be run after thread loop (conditionally repeatedly)
63 // calls run()
H A DMsgTask.cpp81 // make sure we do not run in background scheduling group
85 bool MsgTask::run() { function in class:MsgTask
/hardware/qcom/gps/msm8998/utils/
H A DLocThread.h46 virtual bool run() = 0;
48 // The method to be run before thread loop (conditionally repeatedly)
49 // calls run()
52 // The method to be run after thread loop (conditionally repeatedly)
53 // calls run()
60 // A utility class to create a thread and run LocRunnable
H A DMsgTask.h56 virtual bool run();
58 // The method to be run before thread loop (conditionally repeatedly)
59 // calls run()
62 // The method to be run after thread loop (conditionally repeatedly)
63 // calls run()
H A DMsgTask.cpp80 // make sure we do not run in background scheduling group
84 bool MsgTask::run() { function in class:MsgTask
/hardware/qcom/display/msm8960/libqdutils/
H A Didle_invalidator.cpp79 //Triggers the threadLoop to run, if not already running.
80 run(threadName, android::PRIORITY_AUDIO);
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
H A Dexample.rst8 may not run on python3 as this is not tested.
34 **Note:** If the python script is ended the destructors will run meaning that
35 the ISR will not run. The sleep call is there for that function.

Completed in 6510 milliseconds

123