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