Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codechdi_fuzzer/
H A Dcodec_fuzzer.cpp67 …sptr<CodecComponentManagerStub> codecComponentManager = new CodecComponentManagerStub(g_codecCompo… in DoSomethingInterestingWithMyAPI() local
68 if (codecComponentManager == nullptr) { in DoSomethingInterestingWithMyAPI()
72 int32_t ret = codecComponentManager->OnRemoteRequest(code, data, reply, option); in DoSomethingInterestingWithMyAPI()