Searched refs:wakeupCloseCbStub (Results 1 – 1 of 1) sorted by relevance
1355 auto wakeupCloseCbStub = new(std::nothrow) AudioManagerListenerStub(); in RegisterWakeupSourceCallback() local1356 CHECK_AND_RETURN_RET_LOG(wakeupCloseCbStub != nullptr, ERROR, in RegisterWakeupSourceCallback()1358 wakeupCloseCbStub->SetWakeupSourceCallback(remoteWakeUpCallback_); in RegisterWakeupSourceCallback()1363 sptr<IRemoteObject> object = wakeupCloseCbStub->AsObject(); in RegisterWakeupSourceCallback()1366 delete wakeupCloseCbStub; in RegisterWakeupSourceCallback()