Searched refs:mHasPlaybackDevice (Results 1 – 1 of 1) sorted by relevance
323 private final boolean mHasPlaybackDevice; field in HdmiControlManager349 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK); in HdmiControlManager()421 return mHasPlaybackDevice ? new HdmiPlaybackClient(mService) : null; in getClient()