Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DEffect.cpp142 const char* Effect::sContextCallFunction = sContextCallToCommand; member in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
650 _hidl_cb(analyzeStatus("get_descriptor", "", sContextCallFunction, status), descriptor); in getDescriptor()
741 analyzeStatus("EffectRelease", "", sContextCallFunction, EffectRelease(mHandle)); in close()
H A DEffect.h183 static const char* sContextCallFunction; member