OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_online
(Results
1 - 10
of
10
) sorted by null
/hardware/libhardware/include/hardware/
thermal.h
131
bool
is_online
;
member in struct:__anon32270
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_device_unittest.py
31
def _GetMockDeviceUtils(self, device_serial,
is_online
=True):
33
device.IsOnline = mock.MagicMock(return_value=
is_online
)
46
self._GetMockDeviceUtils('07',
is_online
=False),
48
self._GetMockDeviceUtils('03',
is_online
=False)]
138
self._GetMockDeviceUtils('this0should0not0show',
is_online
=False),
/hardware/libhardware/modules/thermal/
thermal.c
149
.
is_online
= online
/device/google/marlin/thermal/
thermal.c
251
.
is_online
= online
/device/htc/flounder/thermal/
thermal.c
216
.
is_online
= online
/device/huawei/angler/thermal/
thermal.c
250
.
is_online
= online
/device/lge/bullhead/thermal/
thermal.c
252
.
is_online
= online
/device/moto/shamu/thermal/
thermal.c
242
.
is_online
= online
/frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp
164
if (list[i].
is_online
) {
/external/autotest/client/cros/
power_status.py
366
'
is_online
': ['online', int]
378
self.online = self.
is_online
== 1
[
all
...]
Completed in 1103 milliseconds