Searched refs:getConfigImpl (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/media/libaudiohal/impl/ |
H A D | EffectHalHidl.h | 89 status_t getConfigImpl(uint32_t cmdCode, uint32_t *replySize, void *pReplyData);
|
H A D | EffectHalHidl.cpp | 193 return getConfigImpl(cmdCode, replySize, pReplyData); in command() 257 status_t EffectHalHidl::getConfigImpl( in getConfigImpl() function in android::effect::CPP_VERSION::EffectHalHidl
|
/aosp12/hardware/interfaces/audio/effect/all-versions/default/ |
H A D | Effect.cpp | 281 void Effect::getConfigImpl(int commandCode, const char* commandName, GetConfigCallback cb) { in getConfigImpl() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect 590 getConfigImpl(EFFECT_CMD_GET_CONFIG, "GET_CONFIG", _hidl_cb); in getConfig() 595 getConfigImpl(EFFECT_CMD_GET_CONFIG_REVERSE, "GET_CONFIG_REVERSE", _hidl_cb); in getConfigReverse()
|
H A D | Effect.h | 212 void getConfigImpl(int commandCode, const char* commandName, GetConfigCallback cb);
|