Home
last modified time | relevance | path

Searched refs:sendCommandReturningData (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DVisualizerEffect.cpp239 Result retval = mEffect->sendCommandReturningData(VISUALIZER_CMD_CAPTURE, "VISUALIZER_CAPTURE", in capture()
256 Result retval = mEffect->sendCommandReturningData(VISUALIZER_CMD_MEASURE, "VISUALIZER_MEASURE", in measure()
H A DEffect.cpp404 Result Effect::sendCommandReturningData(int commandCode, const char* commandName, in sendCommandReturningData() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
406 return sendCommandReturningData(commandCode, commandName, 0, NULL, replySize, replyData); in sendCommandReturningData()
409 Result Effect::sendCommandReturningData(int commandCode, const char* commandName, uint32_t size, in sendCommandReturningData() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
561 Result retval = sendCommandReturningData(EFFECT_CMD_SET_VOLUME, "SET_VOLUME", halDataSize, in setAndGetVolume()
H A DEffect.h219 Result sendCommandReturningData(int commandCode, const char* commandName, uint32_t* replySize,
221 Result sendCommandReturningData(int commandCode, const char* commandName, uint32_t size,