Home
last modified time | relevance | path

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

1234

/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/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/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/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/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/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/intel/common/omx-components/videocodec/
DOMXComponentDefines.h23 static OMX_ERRORTYPE Get##FUNC(void *inst, OMX_PTR pStructure) {\
24 return ((CLASS*)inst)->Get##FUNC(pStructure);\
29 OMX_ERRORTYPE Get##FUNC(OMX_PTR pStructure);\
/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/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/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/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()
Dhwc_display_primary.cpp61 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width); in Create()
62 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height); in Create()
93 cpu_hint_.Init(static_cast<HWCDebugHandler*>(HWCDebugHandler::Get())); in Init()
97 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in Init()
275 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()
/hardware/intel/common/libva/test/basic/
Dtestplan.txt15 - Get Config attributes for all profiles / entrypoints
23 - Get config attributes of various possible configs
88 - Get image data
/hardware/interfaces/wifi/1.0/
DIWifiIface.hal24 * Get the type of this iface.
35 * Get the name of this iface.
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp78 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create()
211 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &underscan_width_); in GetUnderScanConfig()
212 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &underscan_height_); in GetUnderScanConfig()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_external.cpp78 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create()
148 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width); in ApplyScanAdjustment()
150 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height); in ApplyScanAdjustment()
Dhwc_display_primary.cpp65 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width); in Create()
66 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height); in Create()
98 if (cpu_hint_->Init(static_cast<HWCDebugHandler *>(HWCDebugHandler::Get())) != kErrorNone) { in Init()
105 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in Init()
333 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_primary.cpp65 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width); in Create()
66 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height); in Create()
98 if (cpu_hint_->Init(static_cast<HWCDebugHandler *>(HWCDebugHandler::Get())) != kErrorNone) { in Init()
105 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in Init()
116 HWCDebugHandler::Get()->GetProperty("vendor.display.enable_default_color_mode", in Init()
342 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()
Dhwc_display_external.cpp79 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create()
275 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &underscan_width_); in GetUnderScanConfig()
276 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &underscan_height_); in GetUnderScanConfig()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_primary.cpp65 HWCDebugHandler::Get()->GetProperty(FB_WIDTH_PROP, &width); in Create()
66 HWCDebugHandler::Get()->GetProperty(FB_HEIGHT_PROP, &height); in Create()
98 if (cpu_hint_->Init(static_cast<HWCDebugHandler *>(HWCDebugHandler::Get())) != kErrorNone) { in Init()
105 HWCDebugHandler::Get()->GetProperty(DISABLE_METADATA_DYNAMIC_FPS_PROP, &disable_metadata_dynfps); in Init()
116 HWCDebugHandler::Get()->GetProperty(ENABLE_DEFAULT_COLOR_MODE, &default_mode_status_); in Init()
362 HWCDebugHandler::Get()->GetProperty(DISABLE_METADATA_DYNAMIC_FPS_PROP, &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_primary.cpp62 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width); in Create()
63 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height); in Create()
94 cpu_hint_.Init(static_cast<HWCDebugHandler*>(HWCDebugHandler::Get())); in Init()
98 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in Init()
306 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()

1234