Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 25 of 140) sorted by relevance

123456

/hardware/qcom/sm8150/display/sdm/libs/utils/
Ddebug.cpp40 DebugHandler::Get()->GetProperty(COMPOSITION_MASK_PROP, &value); in GetSimulationFlag()
47 DebugHandler::Get()->GetProperty(HDMI_CONFIG_INDEX_PROP, value); in GetExternalResolution()
59 DebugHandler::Get()->GetProperty(IDLE_TIME_PROP, &active_val); in GetIdleTimeoutMs()
60 DebugHandler::Get()->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()
68 DebugHandler::Get()->GetProperty(BOOT_ANIMATION_LAYER_COUNT_PROP, &value); in GetBootAnimLayerCount()
75 DebugHandler::Get()->GetProperty(DISABLE_ROTATOR_DOWNSCALE_PROP, &value); in IsRotatorDownScaleDisabled()
82 DebugHandler::Get()->GetProperty(DISABLE_DECIMATION_PROP, &value); in IsDecimationDisabled()
91 DebugHandler::Get()->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
94 DebugHandler::Get()->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
97 DebugHandler::Get()->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
[all …]
/hardware/qcom/sdm845/display/sdm/libs/utils/
Ddebug.cpp40 DebugHandler::Get()->GetProperty(COMPOSITION_MASK_PROP, &value); in GetSimulationFlag()
47 DebugHandler::Get()->GetProperty(HDMI_CONFIG_INDEX_PROP, value); in GetExternalResolution()
59 DebugHandler::Get()->GetProperty(IDLE_TIME_PROP, &active_val); in GetIdleTimeoutMs()
60 DebugHandler::Get()->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()
68 DebugHandler::Get()->GetProperty(BOOT_ANIMATION_LAYER_COUNT_PROP, &value); in GetBootAnimLayerCount()
75 DebugHandler::Get()->GetProperty(DISABLE_ROTATOR_DOWNSCALE_PROP, &value); in IsRotatorDownScaleDisabled()
82 DebugHandler::Get()->GetProperty(DISABLE_DECIMATION_PROP, &value); in IsDecimationDisabled()
91 DebugHandler::Get()->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
94 DebugHandler::Get()->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
97 DebugHandler::Get()->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
[all …]
/hardware/qcom/sm8150/display/libdebug/
Ddebug_handler.h36 display::DebugHandler::Get()->method(__CLASS__ "::%s: " format, __FUNCTION__, ##__VA_ARGS__)
55 #define DTRACE_BEGIN(custom_string) display::DebugHandler::Get()->BeginTrace( \
57 #define DTRACE_END() display::DebugHandler::Get()->EndTrace()
76 static inline DebugHandler *Get() { return debug_handler_; } in Get() function
93 T::Get()->BeginTrace(class_name, function_name, ""); in ScopeTracer()
96 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/sdm845/display/libdebug/
Ddebug_handler.h36 display::DebugHandler::Get()->method(__CLASS__ "::%s: " format, __FUNCTION__, ##__VA_ARGS__)
55 #define DTRACE_BEGIN(custom_string) display::DebugHandler::Get()->BeginTrace( \
57 #define DTRACE_END() display::DebugHandler::Get()->EndTrace()
76 static inline DebugHandler *Get() { return debug_handler_; } in Get() function
93 T::Get()->BeginTrace(class_name, function_name, ""); in ScopeTracer()
96 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_logger.h46 static DRMLogger *Get() { return s_instance; } in Get() function
53 if (drm_utils::DRMLogger::Get()) { \
54 drm_utils::DRMLogger::Get()->method(format, ##__VA_ARGS__); \
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_logger.h46 static DRMLogger *Get() { return s_instance; } in Get() function
53 if (drm_utils::DRMLogger::Get()) { \
54 drm_utils::DRMLogger::Get()->method(format, ##__VA_ARGS__); \
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_logger.h46 static DRMLogger *Get() { return s_instance; } in Get() function
53 if (drm_utils::DRMLogger::Get()) { \
54 drm_utils::DRMLogger::Get()->method(format, ##__VA_ARGS__); \
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
64 static inline DebugHandler* Get() { return debug_.debug_handler_; } in Get() function
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
64 static inline DebugHandler* Get() { return debug_.debug_handler_; } in Get() function
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
64 static inline DebugHandler* Get() { return debug_.debug_handler_; } in Get() function
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
54 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
55 #define DTRACE_END() Debug::Get()->EndTrace()
65 static inline DebugHandler* Get() { return debug_.debug_handler_; } in Get() function
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DCallback.h36 virtual sp<IBase> Get() = 0;
45 sp<IBase> Get() override { return callback_; } in Get() function
57 sp<IBase> Get() override { return callback_; } in Get() function
/hardware/qcom/sdm845/display/sdm/include/utils/
Ddebug.h45 static inline DebugHandler* Get() { return DebugHandler::Get(); } in Get() function
/hardware/qcom/sm8150/display/sdm/include/utils/
Ddebug.h45 static inline DebugHandler* Get() { return DebugHandler::Get(); } in Get() function
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetwork.hal586 * Get SSID for this network.
597 * Get the BSSID set for this network.
608 * Get whether Probe Requests are being sent for this network (hidden).
619 * Get the key mgmt mask set for the network.
631 * Get the proto mask set for the network.
642 * Get the auth alg mask set for the network.
654 * Get the group cipher mask set for the network.
667 * Get the pairwise cipher mask set for the network.
680 * Get passphrase for WPA_PSK network.
693 * Get raw psk for WPA_PSK network.
[all …]
/hardware/interfaces/health/2.0/
DIHealth.hal66 * Get battery capacity in microampere-hours(µAh).
77 * Get instantaneous battery current in microamperes(µA).
93 * Get average battery current in microamperes(µA).
109 * Get remaining battery capacity percentage of total capacity
121 * Get battery remaining energy in nanowatt-hours.
131 * Get battery charge status.
142 * Get storage info.
165 * Get Health Information.
/hardware/qcom/display/msm8998/sdm/include/core/
Ddebug_interface.h153 T::Get()->BeginTrace(class_name, function_name, ""); in ScopeTracer()
156 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/display/msm8909/sdm/include/core/
Ddebug_interface.h154 T::Get()->BeginTrace(class_name, function_name, ""); in ScopeTracer()
157 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/display/msm8996/sdm/include/core/
Ddebug_interface.h152 T::Get()->BeginTrace(class_name, function_name, ""); in ScopeTracer()
155 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Ddebug_interface.h152 T::Get()->BeginTrace(class_name, function_name, ""); in ScopeTracer()
155 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_external.cpp77 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create()
90 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_enabled", &(drc_enabled)); in Create()
93 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_reset_fps", &(drc_reset_fps_enabled)); in Create()
183 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width); in ApplyScanAdjustment()
185 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height); in ApplyScanAdjustment()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_external.cpp77 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create()
90 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_enabled", &(drc_enabled)); in Create()
93 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_reset_fps", &(drc_reset_fps_enabled)); in Create()
183 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width); in ApplyScanAdjustment()
185 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height); in ApplyScanAdjustment()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_external.cpp76 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create()
89 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_enabled", &(drc_enabled)); in Create()
179 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width); in ApplyScanAdjustment()
181 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height); in ApplyScanAdjustment()
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaNetwork.hal89 * Get the key mgmt mask set for the network.
116 * Get the pairwise cipher mask set for the network.
144 * Get the group cipher mask set for the network.
172 * Get the group management cipher mask set for the network.
214 * Get SAE password for WPA3-Personal
227 * Get SAE password ID for WPA3-Personal
/hardware/interfaces/wifi/1.0/
DIWifiIface.hal24 * Get the type of this iface.
35 * Get the name of this iface.

123456