Searched refs:setPropertyByteArray (Results 1 – 8 of 8) sorted by relevance
668 void setPropertyByteArray(in String propertyName, in byte[] value); in setPropertyByteArray() method
71 void setPropertyByteArray(in String propertyName, in byte[] value); in setPropertyByteArray() method
242 Return<Status> DrmPlugin::setPropertyByteArray( in setPropertyByteArray() function in android::hardware::drm::V1_0::implementation::DrmPlugin245 mLegacyPlugin->setPropertyByteArray(String8(propertyName.c_str()), in setPropertyByteArray()
100 Return<Status> setPropertyByteArray(const hidl_string& propertyName,
585 Status status = drmPlugin->setPropertyByteArray("property", value); in TEST_P()
679 EXPECT_EQ(drmPlugin->setPropertyByteArray("awefijaeflijwef", value), in TEST_P()
359 setPropertyByteArray(string propertyName, vec<uint8_t> value )