Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediahelper/include/media/
H A DAudioParameter.h111 String8 keysToString() const { return toStringImpl(false); } in keysToString() function
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DParametersUtil.cpp108 char* halValues = halGetParameters(keys.keysToString().string()); in getParams()