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

1 2 3

  /frameworks/native/cmds/installd/
system_properties.h 51 const std::string* GetProperty(const std::string& key) const {
  /system/core/init/
host_init_stubs.cpp 27 std::string GetProperty(const std::string&, const std::string& default_value) {
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value)
UpdateCallback.cpp 317 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
405 return Archive->GetProperty(ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, propID, value);
  /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...]
  /system/bt/test/suite/adapter/
bluetooth_test.cc 82 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) {
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_debugger.cpp 199 debug_handler_.GetProperty(IDLE_TIME_PROP, &value);
204 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) {
215 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_debugger.cpp 164 debug_handler_.GetProperty("sdm.idle_time", &value);
169 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) {
180 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
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/msm8998/sdm/libs/hwc2/
hwc_debugger.cpp 166 debug_handler_.GetProperty("sdm.idle_time", &value);
171 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) {
182 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) {
  /build/blueprint/parser/
ast.go 273 // GetProperty looks for a property with the given name.
275 func (x *Map) GetProperty(name string) (Property *Property, found bool) {
289 // GetProperty removes the property with the given name, if it exists.
  /external/drm_hwcomposer/
drmresources.cpp 388 int DrmResources::GetProperty(uint32_t obj_id, uint32_t obj_type,
414 return GetProperty(plane.id(), DRM_MODE_OBJECT_PLANE, prop_name, property);
419 return GetProperty(crtc.id(), DRM_MODE_OBJECT_CRTC, prop_name, property);
425 return GetProperty(connector.id(), DRM_MODE_OBJECT_CONNECTOR, prop_name,
  /external/libmojo/mojo/public/c/system/
thunks.h 159 MojoResult (*GetProperty)(MojoPropertyType type, void* value);
  /external/pdfium/fxjs/xfa/
cjx_object.h 99 T* GetProperty(int32_t index, XFA_Element eType) const {
  /hardware/qcom/display/msm8909/sdm/include/utils/
debug.h 84 static bool GetProperty(const char *property_name, char *value);
102 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) {
105 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) {
  /hardware/qcom/display/msm8909/sdm/libs/utils/
debug.cpp 45 debug_.debug_handler_->GetProperty(COMPOSITION_MASK_PROP, &value);
52 debug_.debug_handler_->GetProperty(HDMI_CONFIG_INDEX_PROP, &value);
60 debug_.debug_handler_->GetProperty(IDLE_TIME_PROP, &active_val);
61 debug_.debug_handler_->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val);
69 debug_.debug_handler_->GetProperty(BOOT_ANIMATION_LAYER_COUNT_PROP, &value);
76 debug_.debug_handler_->GetProperty(DISABLE_ROTATOR_DOWNSCALE_PROP, &value);
83 debug_.debug_handler_->GetProperty(DISABLE_DECIMATION_PROP, &value);
92 debug_.debug_handler_->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value);
95 debug_.debug_handler_->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value);
98 debug_.debug_handler_->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value)
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
debug.h 83 static bool GetProperty(const char *property_name, char *value);
101 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) {
104 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
debug.cpp 45 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value);
52 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value);
61 debug_.debug_handler_->GetProperty("sdm.idle_time", &active_val);
62 debug_.debug_handler_->GetProperty("sdm.idle_time.inactive", &inactive_val);
70 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value);
77 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value);
84 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value);
93 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value);
96 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value);
99 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value)
    [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/msm8998/sdm/include/utils/
debug.h 84 static bool GetProperty(const char *property_name, char *value);
102 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) {
105 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) {
  /hardware/qcom/display/msm8998/sdm/libs/utils/
debug.cpp 45 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value);
52 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value);
61 debug_.debug_handler_->GetProperty("sdm.idle_time", &active_val);
62 debug_.debug_handler_->GetProperty("sdm.idle_time.inactive", &inactive_val);
70 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value);
77 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value);
84 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value);
93 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value);
96 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value);
99 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certmod.h 63 virtual HRESULT WINAPI GetProperty(const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty) = 0;
77 HRESULT (WINAPI *GetProperty)(ICertManageModule *This,const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty);
93 #define ICertManageModule_GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl->GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty)
  /system/core/base/
properties.cpp 34 std::string GetProperty(const std::string& key, const std::string& default_value) {
53 std::string value = GetProperty(key, "");
65 std::string value = GetProperty(key, "");
73 std::string value = GetProperty(key, "");
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 138 RINOK(volumeCallback->GetProperty(kpidName, &prop));
192 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
226 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 442 STDMETHODIMP CDNSSD::GetProperty(BSTR prop, VARIANT * value )

Completed in 661 milliseconds

1 2 3