Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/all-versions/default/
DVisualizerEffect.cpp225 Result retval = mEffect->sendCommandReturningData(VISUALIZER_CMD_CAPTURE, "VISUALIZER_CAPTURE", in capture()
242 Result retval = mEffect->sendCommandReturningData(VISUALIZER_CMD_MEASURE, "VISUALIZER_MEASURE", in measure()
DEffect.h214 Result sendCommandReturningData(int commandCode, const char* commandName, uint32_t* replySize,
216 Result sendCommandReturningData(int commandCode, const char* commandName, uint32_t size,
DEffect.cpp420 Result Effect::sendCommandReturningData(int commandCode, const char* commandName, in sendCommandReturningData() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
422 return sendCommandReturningData(commandCode, commandName, 0, NULL, replySize, replyData); in sendCommandReturningData()
425 Result Effect::sendCommandReturningData(int commandCode, const char* commandName, uint32_t size, in sendCommandReturningData() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
523 Result retval = sendCommandReturningData(EFFECT_CMD_SET_VOLUME, "SET_VOLUME", halDataSize, in setAndGetVolume()