Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_component_manager_stub.h33 bool CodecComponentManagerStubConstruct(struct CodecComponentManagerStub *stub);
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_manager_stub.c204 bool CodecComponentManagerStubConstruct(struct CodecComponentManagerStub *stub) in CodecComponentManagerStubConstruct() function
H A Dcodec_component_manager_service.c211 if (!CodecComponentManagerStubConstruct(&g_service->stub)) { in CodecComponentManagerSerivceGet()