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