Home
last modified time | relevance | path

Searched refs:online (Results 1 – 13 of 13) sorted by relevance

/hardware/libhardware/modules/thermal/
Dthermal.c87 int vals, cpu_num, online; in get_cpu_usages() local
129 online = 0; in get_cpu_usages()
134 online = cpu_num == 0; in get_cpu_usages()
135 } else if (1 != fscanf(cpu_file, "%d", &online)) { in get_cpu_usages()
150 .is_online = online in get_cpu_usages()
/hardware/qcom/sdm845/thermal/
Dthermal.c81 int vals, cpu_num, online; in get_cpu_usages() local
137 online = 0; in get_cpu_usages()
143 if (1 != fscanf(cpu_file, "%d", &online)) { in get_cpu_usages()
156 .is_online = online in get_cpu_usages()
/hardware/qcom/sm8150/thermal/
Dthermal.c81 int vals, cpu_num, online; in get_cpu_usages() local
137 online = 0; in get_cpu_usages()
143 if (1 != fscanf(cpu_file, "%d", &online)) { in get_cpu_usages()
156 .is_online = online in get_cpu_usages()
/hardware/interfaces/health/1.0/
Dtypes.hal168 /** AC charger state - 'true' if online */
171 /** USB charger state - 'true' if online */
174 /** Wireless charger state - 'true' if online */
/hardware/qcom/audio/hal/audio_extn/
Dsndmonitor.c141 bool online = state && !strcmp(state, "ONLINE"); in add_new_sndcard() local
143 ALOGV("card %d initial state %s %d", card, state, online); in add_new_sndcard()
148 s->status = online ? CARD_STATUS_ONLINE : CARD_STATUS_OFFLINE; in add_new_sndcard()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c158 …stream->s_config.stream_info->reprocess_config.online.input_stream_id = source->s_config.stream_in… in mm_app_add_reprocess_stream_from_source()
159 …stream->s_config.stream_info->reprocess_config.online.input_stream_type = source->s_config.stream_… in mm_app_add_reprocess_stream_from_source()
/hardware/interfaces/thermal/1.0/
Dtypes.hal111 * Is set to true when a core is online.
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.cpp1281 rp_cfg.online.input_stream_id = pStream->getMyServerID(); in addReprocStreamsFromSource()
1282 rp_cfg.online.input_stream_type = pStream->getMyOriginalType(); in addReprocStreamsFromSource()
1323 type = streamInfo->reprocess_config.online.input_stream_type; in addReprocStreamsFromSource()
DQCameraStream.cpp2369 mStreamInfo->reprocess_config.online.input_stream_type == type) { in isOrignalTypeOf()
2414 return mStreamInfo->reprocess_config.online.input_stream_type; in getMyOriginalType()
/hardware/interfaces/drm/1.0/
Dtypes.hal144 * Drm keys can be for offline content or for online streaming.
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h2974 cam_pp_online_src_config_t online; member
/hardware/qcom/msm8998/json-c/
DDoxyfile733 # This makes the output suitable for online browsing using a pdf viewer.
781 # This makes the output suitable for online browsing using WORD or other
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c4642 type = stream_info->reprocess_config.online.input_stream_type; in mm_stream_calc_offset_postproc()