Searched refs:getPropertyByteArrayInternal (Results 1 – 2 of 2) sorted by relevance
246 status_t getPropertyByteArrayInternal(String8 const &name,
1239 return getPropertyByteArrayInternal(name, value); in getPropertyByteArray()1242 status_t DrmHal::getPropertyByteArrayInternal(String8 const &name, Vector<uint8_t> &value ) const { in getPropertyByteArrayInternal() function in android::DrmHal1513 getPropertyByteArrayInternal(String8("metrics"), metricsVector) == OK) { in reportPluginMetrics()