Searched refs:tmpListenerStub (Results 1 – 1 of 1) sorted by relevance
73 sptr<DrmListenerStub> tmpListenerStub = new(std::nothrow) DrmListenerStub(); in GetServiceProxy() local74 …DRM_CHECK_AND_RETURN_RET_LOG(tmpListenerStub != nullptr, nullptr, "failed to new DrmListenerStub o… in GetServiceProxy()76 sptr<IRemoteObject> listenerObject = tmpListenerStub->AsObject(); in GetServiceProxy()82 listenerStub_ = tmpListenerStub; in GetServiceProxy()