HomeSort by relevance Sort by last modified time
    Searched refs:GetProperty (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /hardware/qcom/display/msm8996/sdm/libs/utils/
debug.cpp 43 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value);
50 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value);
57 debug_.debug_handler_->GetProperty("sdm.idle_time", &value);
64 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value);
71 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value);
78 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value);
87 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value);
90 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value);
93 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value);
104 debug_.debug_handler_->GetProperty("sdm.video_mode_panel", &value)
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/utils/
debug.cpp 43 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value);
50 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value);
57 debug_.debug_handler_->GetProperty("sdm.idle_time", &value);
64 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value);
71 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value);
78 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value);
87 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value);
90 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value);
93 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value);
104 debug_.debug_handler_->GetProperty("sdm.video_max_upscale", &value)
    [all...]
  /external/opencv3/modules/viz/src/
widget.cpp 97 actor->GetProperty()->SetInterpolationToFlat();
98 actor->GetProperty()->BackfaceCullingOn();
113 case POINT_SIZE: actor->GetProperty()->SetPointSize(float(value)); break;
114 case OPACITY: actor->GetProperty()->SetOpacity(value); break;
115 case LINE_WIDTH: actor->GetProperty()->SetLineWidth(float(value)); break;
128 case REPRESENTATION_POINTS: actor->GetProperty()->SetRepresentationToPoints(); break;
129 case REPRESENTATION_WIREFRAME: actor->GetProperty()->SetRepresentationToWireframe(); break;
130 case REPRESENTATION_SURFACE: actor->GetProperty()->SetRepresentationToSurface(); break;
138 case SHADING_FLAT: actor->GetProperty()->SetInterpolationToFlat(); break;
149 actor->GetProperty()->SetInterpolationToGouraud()
    [all...]
clouds.cpp 85 actor->GetProperty()->SetInterpolationToFlat();
86 actor->GetProperty()->BackfaceCullingOn();
125 actor->GetProperty()->SetInterpolationToFlat();
126 actor->GetProperty()->BackfaceCullingOn();
151 actor->GetProperty()->SetInterpolationToFlat();
152 actor->GetProperty()->BackfaceCullingOn();
191 actor->GetProperty()->SetInterpolationToFlat();
192 actor->GetProperty()->BackfaceCullingOn();
220 actor->GetProperty()->SetInterpolationToFlat();
221 actor->GetProperty()->BackfaceCullingOn()
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/core/
debug_interface.h 119 virtual DisplayError GetProperty(const char *property_name, int *value) = 0;
128 virtual DisplayError GetProperty(const char *property_name, char *value) = 0;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
cpuhint.cpp 43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
49 debug_handler->GetProperty("sdm.perf_hint_window", &pre_enable_window);
hwc_debugger.h 64 virtual DisplayError GetProperty(const char *property_name, int *value);
65 virtual DisplayError GetProperty(const char *property_name, char *value);
hwc_debugger.cpp 160 debug_handler_.GetProperty("sdm.idle_time", &value);
165 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) {
176 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) {
  /hardware/qcom/display/msmcobalt/sdm/include/core/
debug_interface.h 119 virtual DisplayError GetProperty(const char *property_name, int *value) = 0;
128 virtual DisplayError GetProperty(const char *property_name, char *value) = 0;
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
cpuhint.cpp 43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
49 debug_handler->GetProperty("sdm.perf_hint_window", &pre_enable_window);
hwc_debugger.h 64 virtual DisplayError GetProperty(const char *property_name, int *value);
65 virtual DisplayError GetProperty(const char *property_name, char *value);
hwc_display_external.cpp 77 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled);
90 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_enabled", &(drc_enabled));
93 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_reset_fps", &(drc_reset_fps_enabled));
183 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width);
185 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height);
hwc_debugger.cpp 160 debug_handler_.GetProperty("sdm.idle_time", &value);
165 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) {
176 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) {
  /system/nativepower/daemon/
system_property_setter_stub.cc 25 std::string SystemPropertySetterStub::GetProperty(
system_property_setter_stub.h 37 std::string GetProperty(const std::string& key) const;
power_manager_unittest.cc 145 property_setter_->GetProperty(ANDROID_RB_PROPERTY));
150 property_setter_->GetProperty(ANDROID_RB_PROPERTY));
155 EXPECT_EQ("", property_setter_->GetProperty(ANDROID_RB_PROPERTY));
161 property_setter_->GetProperty(ANDROID_RB_PROPERTY));
168 property_setter_->GetProperty(ANDROID_RB_PROPERTY));
173 EXPECT_EQ("", property_setter_->GetProperty(ANDROID_RB_PROPERTY));
  /system/connectivity/shill/
property_store_unittest.h 74 // Convenience overloads for GetProperty. Normally, we don't overload
76 static bool GetProperty(const PropertyStore& store, const std::string& name,
81 static bool GetProperty(const PropertyStore& store, const std::string& name,
86 static bool GetProperty(const PropertyStore& store, const std::string& name,
91 static bool GetProperty(const PropertyStore& store, const std::string& name,
96 static bool GetProperty(const PropertyStore& store, const std::string& name,
101 static bool GetProperty(const PropertyStore& store, const std::string& name,
106 static bool GetProperty(const PropertyStore& store, const std::string& name,
111 static bool GetProperty(const PropertyStore& store, const std::string& name,
116 static bool GetProperty(const PropertyStore& store, const std::string& name
    [all...]
  /system/bt/test/suite/adapter/
adapter_unittest.cpp 82 bt_property_t *name_property = GetProperty(BT_PROPERTY_BDNAME);
94 EXPECT_TRUE(GetProperty(BT_PROPERTY_BDNAME))
96 EXPECT_TRUE(property_equals(GetProperty(BT_PROPERTY_BDNAME), new_name))
98 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name
105 EXPECT_TRUE(property_equals(GetProperty(BT_PROPERTY_BDNAME), old_name_property))
107 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name
  /external/v8/test/cctest/compiler/
test-run-jsobjects.cc 19 Handle<Object> length = Object::GetProperty(arguments, l).ToHandleChecked();
32 Handle<Object> length = Object::GetProperty(arguments, l).ToHandleChecked();
45 Handle<Object> length = Object::GetProperty(arguments, l).ToHandleChecked();
  /external/v8/test/cctest/
test-heap-profiler.cc 110 static const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node,
189 GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "a2");
191 CHECK(GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "b2_1"));
192 CHECK(GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "b2_2"));
193 CHECK(GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "c2"));
220 GetProperty(global, v8::HeapGraphEdge::kProperty, "x");
223 GetProperty(x, v8::HeapGraphEdge::kProperty, "a");
226 GetProperty(x, v8::HeapGraphEdge::kProperty, "b");
248 GetProperty(global, v8::HeapGraphEdge::kProperty, "boundFunction");
252 GetProperty(f, v8::HeapGraphEdge::kInternal, "bindings")
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 77 static bool GetProperty(const char *property_name, char *value);
95 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) {
98 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) {
  /hardware/qcom/display/msmcobalt/sdm/include/utils/
debug.h 80 static bool GetProperty(const char *property_name, char *value);
98 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) {
101 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) {
  /frameworks/native/cmds/installd/
otapreopt.cpp 120 int GetProperty(const char* key, char* value, const char* default_value) const {
121 const std::string* prop_value = system_properties_.GetProperty(key);
188 if (system_properties_.GetProperty(kAndroidDataPathPropertyName) == nullptr) {
191 android_data_ = *system_properties_.GetProperty(kAndroidDataPathPropertyName);
193 if (system_properties_.GetProperty(kAndroidRootPathPropertyName) == nullptr) {
196 android_root_ = *system_properties_.GetProperty(kAndroidRootPathPropertyName);
198 if (system_properties_.GetProperty(kBootClassPathPropertyName) == nullptr) {
201 boot_classpath_ = *system_properties_.GetProperty(kBootClassPathPropertyName);
203 if (system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME) == nullptr) {
206 asec_mountpoint_ = *system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME)
    [all...]
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 99 RINOK(_archiveHandler->GetProperty(index, kpidPath, &propVariantName));
114 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop));
124 RINOK(_archiveHandler->GetProperty(index, kpidIsDir, &prop));
130 RINOK(_archiveHandler->GetProperty(index, kpidIsAnti, &propTemp));
135 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop));
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 89 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Color);
120 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Pattern);
131 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Stipple);
144 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Linear);
157 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Radial);
176 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Pattern);
177 CXFA_Node* pColor = pNode->GetProperty(0, XFA_ELEMENT_Color);
186 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Stipple);
187 CXFA_Node* pColor = pNode->GetProperty(0, XFA_ELEMENT_Color);
196 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Linear);
    [all...]

Completed in 1242 milliseconds

1 2 3 4 5 6