Searched refs:online (Results 1 – 13 of 13) sorted by relevance
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 87 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/ |
D | thermal.c | 81 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/ |
D | thermal.c | 81 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/ |
D | types.hal | 168 /** 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/ |
D | sndmonitor.c | 141 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/ |
D | mm_qcamera_reprocess.c | 158 …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/ |
D | types.hal | 111 * Is set to true when a core is online.
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraChannel.cpp | 1281 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()
|
D | QCameraStream.cpp | 2369 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/ |
D | types.hal | 144 * Drm keys can be for offline content or for online streaming.
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 2974 cam_pp_online_src_config_t online; member
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 733 # 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/ |
D | mm_camera_stream.c | 4642 type = stream_info->reprocess_config.online.input_stream_type; in mm_stream_calc_offset_postproc()
|