Searched refs:propertyName (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 217 Return<void> DrmPlugin::getPropertyString(const hidl_string& propertyName, in getPropertyString() argument 221 String8(propertyName.c_str()), legacyValue); in getPropertyString() 226 Return<void> DrmPlugin::getPropertyByteArray(const hidl_string& propertyName, in getPropertyByteArray() argument 230 String8(propertyName.c_str()), legacyValue); in getPropertyByteArray() 235 Return<Status> DrmPlugin::setPropertyString(const hidl_string& propertyName, in setPropertyString() argument 238 mLegacyPlugin->setPropertyString(String8(propertyName.c_str()), in setPropertyString() 244 const hidl_string& propertyName, const hidl_vec<uint8_t>& value) { in setPropertyByteArray() argument 246 mLegacyPlugin->setPropertyByteArray(String8(propertyName.c_str()), in setPropertyByteArray()
|
D | DrmPlugin.h | 91 Return<void> getPropertyString(const hidl_string& propertyName, 94 Return<void> getPropertyByteArray(const hidl_string& propertyName, 97 Return<Status> setPropertyString(const hidl_string& propertyName, 100 Return<Status> setPropertyByteArray(const hidl_string& propertyName,
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 309 * @param propertyName the name of the property 317 getPropertyString(string propertyName) 323 * @param propertyName the name of the property 331 getPropertyByteArray(string propertyName) 337 * @param propertyName the name of the property 345 setPropertyString(string propertyName, string value) 351 * @param propertyName the name of the property 359 setPropertyByteArray(string propertyName, vec<uint8_t> value )
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 449 void testAccessors(const string& propertyName, const Initial expectedInitial, 465 SCOPED_TRACE("Test " + propertyName + " getter and setter for " + 470 doc::partialTest(propertyName + " setter is not supported"); 478 doc::partialTest(propertyName + " getter is not supported"); 485 SCOPED_TRACE("Try to set " + propertyName + " with the invalid value " +
|