Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/master/
DVtsHalMediaC2V1_0TargetMasterTest.cpp78 android::Codec2Client::CreateComponentByName( in TEST_P()
/frameworks/av/media/tests/benchmark/src/native/decoder/
DC2Decoder.cpp56 if (mClient->CreateComponentByName(compName.c_str(), mListener, &mComponent, &mClient) != in createCodec2Component()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp73 if (mClient->CreateComponentByName(compName.c_str(), mListener, &mComponent, &mClient) != in createCodec2Component()
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h251 static c2_status_t CreateComponentByName(
/frameworks/av/media/codec2/hal/client/
Dclient.cpp1747 c2_status_t Codec2Client::CreateComponentByName( in CreateComponentByName() function in android::Codec2Client
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1003 c2_status_t status = Codec2Client::CreateComponentByName( in allocate()