Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp308 const char* Effect::sContextCallFunction = sContextCallToCommand; member in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
906 _hidl_cb(analyzeStatus("get_descriptor", "", sContextCallFunction, status), descriptor); in getDescriptor()
1024 Result retval = analyzeStatus("EffectRelease", "", sContextCallFunction, EffectRelease(handle)); in closeImpl()
DEffect.h195 static const char* sContextCallFunction; member