Searched refs:sessionImpl (Results 1 – 4 of 4) sorted by relevance
951 TvAdService.Session sessionImpl = onCreateSession(serviceId, type); in handleMessage() local952 if (sessionImpl == null) { in handleMessage()962 new ITvAdSessionWrapper(TvAdService.this, sessionImpl, channel); in handleMessage()965 someArgs.arg1 = sessionImpl; in handleMessage()974 Session sessionImpl = (Session) args.arg1; in handleMessage() local982 if (sessionImpl != null) { in handleMessage()983 sessionImpl.initialize(cb); in handleMessage()
2918 Session sessionImpl = in handleMessage() local2920 if (sessionImpl == null) { in handleMessage()2930 sessionImpl, channel); in handleMessage()2931 if (sessionImpl instanceof HardwareSession) { in handleMessage()2933 ((HardwareSession) sessionImpl); in handleMessage()2942 sessionImpl.onRelease(); in handleMessage()2959 someArgs.arg1 = sessionImpl; in handleMessage()2970 Session sessionImpl = (Session) args.arg1; in handleMessage() local2979 if (sessionImpl != null) { in handleMessage()2980 sessionImpl.initialize(cb); in handleMessage()
96 public ITvInputSessionWrapper(Context context, TvInputService.Session sessionImpl, in ITvInputSessionWrapper() argument100 mTvInputSessionImpl = sessionImpl; in ITvInputSessionWrapper()
2405 Session sessionImpl = onCreateSession(iAppServiceId, type); in handleMessage() local2406 if (sessionImpl == null) { in handleMessage()2416 TvInteractiveAppService.this, sessionImpl, channel); in handleMessage()2419 someArgs.arg1 = sessionImpl; in handleMessage()2428 Session sessionImpl = (Session) args.arg1; in handleMessage() local2437 if (sessionImpl != null) { in handleMessage()2438 sessionImpl.initialize(cb); in handleMessage()