Searched refs:SessionListenerClient (Results 1 – 4 of 4) sorted by relevance
20 SessionListenerClient::SessionListenerClient(const std::shared_ptr<SessionListener>& listener) in SessionListenerClient() function in OHOS::AVSession::SessionListenerClient26 void SessionListenerClient::OnSessionCreate(const AVSessionDescriptor& descriptor) in OnSessionCreate()37 void SessionListenerClient::OnSessionRelease(const AVSessionDescriptor& descriptor) in OnSessionRelease()45 void SessionListenerClient::OnTopSessionChange(const AVSessionDescriptor& descriptor) in OnTopSessionChange()53 void SessionListenerClient::OnAudioSessionChecked(const int32_t uid) in OnAudioSessionChecked()61 void SessionListenerClient::OnDeviceAvailable(const OutputDeviceInfo& castOutputDeviceInfo) in OnDeviceAvailable()69 void SessionListenerClient::OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) in OnDeviceLogEvent()77 void SessionListenerClient::OnDeviceOffline(const std::string& deviceId) in OnDeviceOffline()
225 sptr<ISessionListener> listenerPtr = new(std::nothrow) SessionListenerClient(listener); in GetSessionListenerClient()
25 class SessionListenerClient : public SessionListenerStub {27 explicit SessionListenerClient(const std::shared_ptr<SessionListener>& listener);
43 …sptr<SessionListenerClient> sessionListenerStubClient = new SessionListenerClient(testSessionListe… in OnRemoteRequest()