Searched refs:postprocess (Results 1 – 8 of 8) sorted by relevance
287 std::vector<effectsConfig::OutputStream>& postprocess) { in getProcessings() argument303 postprocess.emplace_back(stream); in getProcessings()325 std::vector<effectsConfig::OutputStream> postprocess; in getProcessings() local327 getConfigProcessingWithAidlProcessing(processing, preprocess, postprocess); in getProcessings()330 if (0 == preprocess.size() && 0 == postprocess.size()) { in getProcessings()336 .postprocess = std::move(postprocess)})); in getProcessings()
83 std::vector<OutputStream> postprocess; member
93 virtual void postprocess();
257 void internalPostprocess() { ListCommand::postprocess(); } in internalPostprocess()262 MOCK_METHOD0(postprocess, void());393 ON_CALL(*mockList, postprocess()).WillByDefault(Invoke([&]() { in initMockList()
259 void ListCommand::postprocess() { in postprocess() function in android::lshal::ListCommand1184 postprocess(); in main()
110 EXPECT_NE(0UL, processings->preprocess.size() + processings->postprocess.size() + in TEST()138 processingChecker(processings->postprocess); in TEST()
329 registerFailure(parseStream(xmlStream, config->effects, &config->postprocess)); in parseWithPath()
887 loadProcessingChain(processings->postprocess, mOutputStreams); in loadAudioEffectConfig_ll()