Home
last modified time | relevance | path

Searched refs:g_codecComponentManager (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codechdi_fuzzer/
H A Dcodec_fuzzer.cpp62 sptr<ICodecComponentManager> g_codecComponentManager = ICodecComponentManager::Get(true); in DoSomethingInterestingWithMyAPI() local
63 if (g_codecComponentManager == nullptr) { in DoSomethingInterestingWithMyAPI()
67 sptr<CodecComponentManagerStub> codecComponentManager = new CodecComponentManagerStub(g_codecComponentManager); in DoSomethingInterestingWithMyAPI()
83 ret = g_codecComponentManager->DestroyComponent(componentId); in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds