Home
last modified time | relevance | path

Searched defs:RemoveProperty (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/sde-drm/
H A Ddrm_property.cpp192 void DRMObject::RemoveProperty(DRMProperty prop) { in RemoveProperty() function in sde_drm::DRMObject
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_BtifConfigInterface.cc80 bool bluetooth::shim::BtifConfigInterface::RemoveProperty( in RemoveProperty() function in bluetooth::shim::BtifConfigInterface
/aosp12/system/bt/main/shim/
H A Dconfig.cc150 bool BtifConfigInterface::RemoveProperty(const std::string& section, in RemoveProperty() function in bluetooth::shim::BtifConfigInterface
/aosp12/system/bt/gd/storage/
H A Dconfig_cache.cc213 bool ConfigCache::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() function in bluetooth::storage::ConfigCache
/aosp12/build/blueprint/parser/
H A Dast.go293 func (x *Map) RemoveProperty(propertyName string) (removed bool) { func