Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_callback_type_stub.c252 SERVICE_CONSTRUCT_FUNC serviceConstructFunc = NULL; in CodecCallbackTypeStubGetInstance() local
281serviceConstructFunc = (SERVICE_CONSTRUCT_FUNC)dlsym(stub->dlHandler, "CodecCallbackTypeServiceCon… in CodecCallbackTypeStubGetInstance()
282 if (serviceConstructFunc == NULL) { in CodecCallbackTypeStubGetInstance()
289 serviceConstructFunc(&stub->service); in CodecCallbackTypeStubGetInstance()