OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSensorActiveStatus
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
RawThermalZone.java
80
mThermalSensors.get(i).
getSensorActiveStatus
()) {
VirtualThermalZone.java
123
if (ts != null && ts.
getSensorActiveStatus
()) {
180
&& mThermalSensors.get(i).
getSensorActiveStatus
()) {
ThermalZone.java
420
if (s != null && s.
getSensorActiveStatus
()) {
438
if (ts != null && ts.
getSensorActiveStatus
()) {
485
if (mThermalSensors.get(i).
getSensorActiveStatus
()) {
ThermalSensor.java
76
public boolean
getSensorActiveStatus
() {
Completed in 590 milliseconds