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

1 2

  /system/nativepower/daemon/
system_property_setter_stub.cc 25 std::string SystemPropertySetterStub::GetProperty(
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value)
UpdateCallback.cpp 302 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
391 return Archive->GetProperty(ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, propID, value);
LoadCodecs.cpp 707 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
838 if (GetProperty(index, NMethodPropID::kEncoder, &prop) == S_OK)
855 RINOK(GetProperty(index, NMethodPropID::kID, &prop));
866 if (GetProperty(index, NMethodPropID::kName, &prop) == S_OK)
OpenArchive.cpp 326 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
453 RINOK(arc->GetProperty(index, propID, &prop));
548 RINOK(Archive->GetProperty(curIndex, kpidName, &prop));
668 RINOK(Archive->GetProperty(index, kpidPath, &prop));
681 RINOK(Archive->GetProperty(index, kpidExtension, &prop));
713 RINOK(archive->GetProperty(index, kpidSize, &prop));
734 RINOK(Archive->GetProperty(index, kpidSize, &prop));
753 RINOK(Archive->GetProperty(index, kpidMTime, &prop));
    [all...]
  /frameworks/native/cmds/installd/
system_properties.h 51 const std::string* GetProperty(const std::string& key) const {
otapreopt.cpp 117 int GetProperty(const char* key, char* value, const char* default_value) {
118 const std::string* prop_value = system_properties_.GetProperty(key);
181 if (system_properties_.GetProperty(kRequiredProperties[i]) == nullptr) {
205 CHECK(system_properties_.GetProperty(kBootClassPathPropertyName) != nullptr);
207 *system_properties_.GetProperty(kBootClassPathPropertyName);
210 CHECK(system_properties_.GetProperty(kAndroidRootPathPropertyName) != nullptr);
212 *system_properties_.GetProperty(kAndroidRootPathPropertyName);
256 const std::string& boot_cp = *system_properties_.GetProperty(kBootClassPathPropertyName);
325 system_properties_.GetProperty("dalvik.vm.image-dex2oat-flags");
470 system_properties_.GetProperty(system_property)
    [all...]
  /system/bt/test/suite/adapter/
bluetooth_test.cpp 85 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) {
  /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/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) {
  /external/drm_hwcomposer/
drmresources.cpp 383 int DrmResources::GetProperty(uint32_t obj_id, uint32_t obj_type,
409 return GetProperty(plane.id(), DRM_MODE_OBJECT_PLANE, prop_name, property);
414 return GetProperty(crtc.id(), DRM_MODE_OBJECT_CRTC, prop_name, property);
420 return GetProperty(connector.id(), DRM_MODE_OBJECT_CONNECTOR, prop_name,
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 76 static bool GetProperty(const char *property_name, char *value);
93 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) {
96 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) {
  /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)
iedial.h 94 virtual HRESULT WINAPI GetProperty(LPCWSTR pwzProperty,LPWSTR pwzValue,DWORD dwBufSize) = 0;
108 HRESULT (WINAPI *GetProperty)(IDialEngine *This,LPCWSTR pwzProperty,LPWSTR pwzValue,DWORD dwBufSize);
124 #define IDialEngine_GetProperty(This,pwzProperty,pwzValue,dwBufSize) (This)->lpVtbl->GetProperty(This,pwzProperty,pwzValue,dwBufSize)
wbemprov.h 219 virtual HRESULT WINAPI GetProperty(__LONG32 lFlags,const BSTR strLocale,const BSTR strClassMapping,const BSTR strInstMapping,const BSTR strPropMapping,VARIANT *pvValue) = 0;
228 HRESULT (WINAPI *GetProperty)(IWbemPropertyProvider *This,__LONG32 lFlags,const BSTR strLocale,const BSTR strClassMapping,const BSTR strInstMapping,const BSTR strPropMapping,VARIANT *pvValue);
239 #define IWbemPropertyProvider_GetProperty(This,lFlags,strLocale,strClassMapping,strInstMapping,strPropMapping,pvValue) (This)->lpVtbl->GetProperty(This,lFlags,strLocale,strClassMapping,strInstMapping,strPropMapping,pvValue)
    [all...]
  /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...]
property_store.cc 241 return GetProperty(name, value, error, bool_properties_, "a bool");
247 return GetProperty(name, value, error, int16_properties_, "an int16_t");
253 return GetProperty(name, value, error, int32_properties_, "an int32_t");
259 return GetProperty(name, value, error, key_value_store_properties_,
266 return GetProperty(name, value, error, rpc_identifier_properties_,
273 return GetProperty(name, value, error, string_properties_, "a string");
279 return GetProperty(name, values, error, stringmap_properties_,
286 return GetProperty(name, values, error, stringmaps_properties_,
293 return GetProperty(name, values, error, strings_properties_, "a string list");
299 return GetProperty(name, value, error, uint8_properties_, "a uint8_t")
    [all...]
  /system/core/bootstat/
bootstat.cpp 88 std::string GetProperty(const char* key) {
149 std::string build_date_str = GetProperty("ro.build.date.utc");
201 int32_t boot_reason = BootReasonStrToEnum(GetProperty("ro.boot.bootreason"));
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 153 RINOK(volumeCallback->GetProperty(kpidName, &prop));
206 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
234 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
LzmaHandler.cpp 281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
XzHandler.cpp 381 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
832 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop));
844 RINOK(updateCallback->GetProperty(0, kpidSize, &prop));
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 542 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.cpp 9 IFDE_CSSValue* CFDE_CSSDeclaration::GetProperty(FDE_CSSPROPERTY eProperty,
    [all...]
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 105 RINOK(archive->GetProperty(index, propID, &prop));
262 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop));
282 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop));
302 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop));
321 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop));
497 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
564 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
887 archive->GetProperty(i, kpidSize, &prop);
896 archive->GetProperty(i, kpidPath, &prop);
  /external/v8/src/
objects-inl.h 1167 MaybeHandle<Object> Object::GetProperty(Handle<Object> object,
1171 return GetProperty(&it, language_mode);
    [all...]

Completed in 1320 milliseconds

1 2