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

  /toolchain/binutils/binutils-2.25/binutils/
coffdump.c 103 int online = 0; local
112 online++;
114 if (online > 6)
118 online = 0;
  /device/htc/flounder/thermal/
thermal.c 33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online"
144 int vals, cpu_num, online; local
194 // Read online CPU information.
197 online = 0;
203 if (1 != fscanf(cpu_file, "%d", &online)) {
204 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__,
216 .is_online = online
  /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__,
149 .is_online = online
  /system/core/adb/
transport.h 77 bool online = false; member in class:atransport
  /device/google/marlin/thermal/
thermal.c 33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online"
179 int vals, cpu_num, online; local
229 // Read online CPU information.
232 online = 0;
238 if (1 != fscanf(cpu_file, "%d", &online)) {
239 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__,
251 .is_online = online
  /device/huawei/angler/thermal/
thermal.c 33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online"
178 int vals, cpu_num, online; local
228 // Read online CPU information.
231 online = 0;
237 if (1 != fscanf(cpu_file, "%d", &online)) {
238 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__,
250 .is_online = online
  /device/lge/bullhead/thermal/
thermal.c 35 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online"
180 int vals, cpu_num, online; local
230 // Read online CPU information.
233 online = 0;
239 if (1 != fscanf(cpu_file, "%d", &online)) {
240 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__,
252 .is_online = online
  /device/moto/shamu/thermal/
thermal.c 33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online"
170 int vals, cpu_num, online; local
220 // Read online CPU information.
223 online = 0;
229 if (1 != fscanf(cpu_file, "%d", &online)) {
230 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__,
242 .is_online = online
  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 135 bool online = state && !strcmp(state, "ONLINE"); local
137 ALOGV("card %d initial state %s %d", card, state, online);
142 s->status = online ? CARD_STATUS_ONLINE : CARD_STATUS_OFFLINE;
371 else if (strstr(rd_buf, "ONLINE"))
391 status == CARD_STATUS_ONLINE ? "ONLINE" : "OFFLINE");
  /external/valgrind/include/vki/
vki-xen-domctl.h 267 vki_uint8_t online; /* currently online (not hotplugged)? */ member in struct:vki_xen_domctl_getvcpuinfo
  /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/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 1691 cam_pp_online_src_config_t online; member in union:__anon4843::__anon4844
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 2166 cam_pp_online_src_config_t online; member in union:__anon3499::__anon3500
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h 2166 cam_pp_online_src_config_t online; member in union:__anon4051::__anon4052
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 2614 cam_pp_online_src_config_t online; member in union:__anon31595::__anon31596
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
cam_types.h 2648 cam_pp_online_src_config_t online; member in union:__anon32248::__anon32249
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 1627 milliseconds