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