Searched refs:implBase (Results 1 – 2 of 2) sorted by relevance
552 static AudioRenderExtImpl *implBase = new AudioRenderExtImpl(); in GetRenderImplExt() local553 if (implBase == nullptr) { in GetRenderImplExt()556 return implBase; in GetRenderImplExt()
403 static AudioCaptureExtImpl *implBase = new AudioCaptureExtImpl(); in GetCaptureImplExt() local404 return implBase; in GetCaptureImplExt()