Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp217 Return<void> DrmPlugin::getPropertyString(const hidl_string& propertyName, in getPropertyString()
226 Return<void> DrmPlugin::getPropertyByteArray(const hidl_string& propertyName, in getPropertyByteArray()
235 Return<Status> DrmPlugin::setPropertyString(const hidl_string& propertyName, in setPropertyString()
244 const hidl_string& propertyName, const hidl_vec<uint8_t>& value) { in setPropertyByteArray()
/hardware/interfaces/audio/core/4.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp228 void testAccessors(const string& propertyName, const Initial expectedInitial, in testAccessors()