Searched refs:getPropertyByteArrayInternal (Results 1 – 3 of 3) sorted by relevance
232 status_t getPropertyByteArrayInternal(String8 const &name,
1321 return getPropertyByteArrayInternal(name, value); in getPropertyByteArray()1324 status_t DrmHal::getPropertyByteArrayInternal(String8 const &name, Vector<uint8_t> &value ) const { in getPropertyByteArrayInternal() function in android::DrmHal1613 getPropertyByteArrayInternal(String8("metrics"), metricsVector) == OK) { in reportPluginMetrics()