Home
last modified time | relevance | path

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

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codechdi_fuzzer/
H A Dcodec_fuzzer.cpp67 sptr<CodecComponentManagerStub> codecComponentManager = new CodecComponentManagerStub(g_codecComponentManager); in DoSomethingInterestingWithMyAPI() local
68 if (codecComponentManager == nullptr) { in DoSomethingInterestingWithMyAPI()
69 HDF_LOGE("%{public}s:new codecComponentManager failed.", __func__); in DoSomethingInterestingWithMyAPI()
72 int32_t ret = codecComponentManager->OnRemoteRequest(code, data, reply, option); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds