Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/master/
H A DVtsHalMediaC2V1_0TargetMasterTest.cpp77 android::Codec2Client::CreateComponentByName( in TEST_P()
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.cpp56 if (mClient->CreateComponentByName(compName.c_str(), mListener, &mComponent, &mClient) != in createCodec2Component()
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DC2Encoder.cpp71 if (mClient->CreateComponentByName(compName.c_str(), mListener, &mComponent, &mClient) != in createCodec2Component()
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h210 static c2_status_t CreateComponentByName(
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp1069 c2_status_t Codec2Client::CreateComponentByName( in CreateComponentByName() function in android::Codec2Client
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp748 c2_status_t status = Codec2Client::CreateComponentByName( in allocate()