Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_component_type_stub.h34 bool CodecComponentTypeStubConstruct(struct CodecComponentTypeStub *stub);
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c308 if (!CodecComponentTypeStubConstruct(&service->stub)) { in CodecComponentTypeServiceGet()
H A Dcodec_component_type_stub.c829 bool CodecComponentTypeStubConstruct(struct CodecComponentTypeStub *stub) in CodecComponentTypeStubConstruct() function