Searched defs:RemoveProperty (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/qcom/sm7250/display/sde-drm/ | ||
H A D | drm_property.cpp | 192 void DRMObject::RemoveProperty(DRMProperty prop) { in RemoveProperty() function in sde_drm::DRMObject |
/aosp12/system/bt/test/mock/ | ||
H A D | mock_main_shim_BtifConfigInterface.cc | 80 bool bluetooth::shim::BtifConfigInterface::RemoveProperty( in RemoveProperty() function in bluetooth::shim::BtifConfigInterface |
/aosp12/system/bt/main/shim/ | ||
H A D | config.cc | 150 bool BtifConfigInterface::RemoveProperty(const std::string& section, in RemoveProperty() function in bluetooth::shim::BtifConfigInterface |
/aosp12/system/bt/gd/storage/ | ||
H A D | config_cache.cc | 213 bool ConfigCache::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() function in bluetooth::storage::ConfigCache |
/aosp12/build/blueprint/parser/ | ||
H A D | ast.go | 293 func (x *Map) RemoveProperty(propertyName string) (removed bool) { func |