HomeSort by relevance Sort by last modified time
    Searched refs:is_online (Results 1 - 12 of 12) sorted by null

  /external/v8/build/android/gyp/
get_device_configuration.py 41 configuration, is_online, has_root = (
44 if not is_online:
  /external/v8/build/android/gyp/util/
build_device.py 64 is_online = device.IsOnline()
65 if is_online:
86 return configuration, is_online, has_root
  /hardware/libhardware/include/hardware/
thermal.h 131 bool is_online; member in struct:__anon30970
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_device_unittest.py 32 def _GetMockDeviceUtils(self, device_serial, is_online=True):
34 device.IsOnline = mock.MagicMock(return_value=is_online)
47 self._GetMockDeviceUtils('07', is_online=False),
49 self._GetMockDeviceUtils('03', is_online=False)]
141 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 83 milliseconds