Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp552 static AudioRenderExtImpl *implBase = new AudioRenderExtImpl(); in GetRenderImplExt() local
553 if (implBase == nullptr) { in GetRenderImplExt()
556 return implBase; in GetRenderImplExt()
H A Daudio_capture_ext_impl.cpp403 static AudioCaptureExtImpl *implBase = new AudioCaptureExtImpl(); in GetCaptureImplExt() local
404 return implBase; in GetCaptureImplExt()