Home
last modified time | relevance | path

Searched refs:hValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/drm/libmediadrm/
DDrmHalHidl.cpp1199 toHidlString(name), [&](Status status, const hidl_string& hValue) { in getPropertyStringInternal() argument
1201 value = toString8(hValue); in getPropertyStringInternal()
1223 toHidlString(name), [&](Status status, const hidl_vec<uint8_t>& hValue) { in getPropertyByteArrayInternal() argument
1225 value = toVector(hValue); in getPropertyByteArrayInternal()