HomeSort by relevance Sort by last modified time
    Searched defs:online (Results 1 - 20 of 20) sorted by null

  /external/walt/ios/WALT/
MIDIEndpoint.h 24 @property (readonly, nonatomic, getter=isOnline) BOOL online; variable
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
cpuinfo.h 6 int online; /* is this CPU online */ member in struct:cpuinfo
libcpuset.c 1103 * Return 1 if 'cpu' is online, else 0 if offline. Tests the file
1104 * /sys/devices/system/cpu/cpuN/online file for 0 or 1 contents
1110 char online; local
1114 "/sys/devices/system/cpu/cpu%d/online", cpu);
1115 if (read_flag(cpupath, &online) < 0)
1117 return online;
    [all...]
  /external/devlib/devlib/module/
hotplug.py 21 return target.path.join(cls.base_path, cpu, 'online')
27 def online(self, *args): member in class:HotplugModule
29 self.hotplug(cpu, online=True)
33 self.hotplug(cpu, online=False)
35 def hotplug(self, cpu, online):
39 value = 1 if online else 0
  /toolchain/binutils/binutils-2.27/binutils/
coffdump.c 103 int online = 0; local
112 online++;
114 if (online > 6)
118 online = 0;
  /hardware/libhardware/modules/thermal/
thermal.c 36 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online"
87 int vals, cpu_num, online; local
126 // Read online CPU information.
129 online = 0;
132 // /sys/devices/system/cpu/cpu0/online is missing on some systems, because cpu0 can't
134 online = cpu_num == 0;
135 } else if (1 != fscanf(cpu_file, "%d", &online)) {
136 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__,
150 .is_online = online
  /system/core/adb/
transport.h 134 bool online = false; member in class:atransport
  /device/google/wahoo/thermal/
thermal-helper.cpp 190 int vals, cpu_num, online; local
242 // Read online CPU information.
245 online = 0;
251 if (1 != fscanf(cpu_file, "%d", &online)) {
252 PLOG(ERROR) << "fillCpuUsages: failed to read CPU online information from file ("
263 (*cpuUsages)[size].isOnline = static_cast<bool>(online);
266 << active << " " << total << " " << online; local
  /system/extras/simpleperf/
cpu_hotplug_test.cpp 93 std::string filename = android::base::StringPrintf("/sys/devices/system/cpu/cpu%d/online", cpu);
105 static bool SetCpuOnline(int cpu, bool online) {
111 if (ret == online) {
114 std::string filename = android::base::StringPrintf("/sys/devices/system/cpu/cpu%d/online", cpu);
115 std::string content = online ? "1" : "0";
122 if (online == ret) {
128 // Kernel needs time to offline/online cpus, so use a loop to wait here.
135 if (ret == online) {
138 LOG(ERROR) << "reading cpu retry count = " << retry_count << ", requested = " << online
141 LOG(ERROR) << "setting cpu " << cpu << (online ? " online" : " offline") << " seems not to take effect"
183 bool online = IsCpuOnline(cpu, &has_error); local
    [all...]
  /external/ltp/testcases/kernel/mem/lib/
mem.c 649 long online; local
660 snprintf(path1, BUFSIZ, "%s/online", path);
662 * if there is no online knob, then the cpu cannot
666 SAFE_FILE_SCANF(path1, "%ld", &online);
667 if (online == 0)
  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 136 bool online = state && !strcmp(state, "ONLINE"); local
138 ALOGV("card %d initial state %s %d", card, state, online);
143 s->status = online ? CARD_STATUS_ONLINE : CARD_STATUS_OFFLINE;
389 else if (strstr(rd_buf, "ONLINE"))
409 status == CARD_STATUS_ONLINE ? "ONLINE" : "OFFLINE");
  /external/valgrind/include/vki/
vki-xen-domctl.h 271 vki_uint8_t online; /* currently online (not hotplugged)? */ member in struct:vki_xen_domctl_getvcpuinfo
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-artifact-manager-2.2.1.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/
maven-artifact-manager-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h 2623 cam_pp_online_src_config_t online; member in union:__anon2369::__anon2370
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_types.h 2972 cam_pp_online_src_config_t online; member in union:__anon49156::__anon49157
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/
aws-java-sdk-opsworks-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 485 milliseconds