Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DConversionHelperHidl.h39 static status_t keysFromHal(const String8& keys, hidl_vec<hidl_string> *hidlKeys);
H A DConversionHelperHidl.cpp33 status_t ConversionHelperHidl::keysFromHal(const String8& keys, hidl_vec<hidl_string> *hidlKeys) { in keysFromHal() function in android::CPP_VERSION::ConversionHelperHidl
H A DDeviceHalHidl.cpp157 status_t status = keysFromHal(keys, &hidlKeys); in getParameters()
H A DStreamHalHidl.cpp122 status_t status = keysFromHal(keys, &hidlKeys); in getParameters()