Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.cpp123 static OHOS::sptr<IAudioCallback> g_callbackStub = nullptr; variable
290 g_callbackStub = OHOS::sptr<IAudioCallback>(new AudioParamCallbackImpl()); in OpenSpk()
294 int32_t ret = g_adapter->RegExtraParamObserver(g_callbackStub, 0); in OpenSpk()