Searched refs:mHasPlaybackDevice (Results 1 – 2 of 2) sorted by relevance
1163 private final boolean mHasPlaybackDevice; field in HdmiControlManager1189 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK); in HdmiControlManager()1257 return mHasPlaybackDevice ? new HdmiPlaybackClient(mService) : null; in getClient()1261 == SOUNDBAR_MODE_ENABLED && mHasPlaybackDevice) in getClient()
20245 Landroid/hardware/hdmi/HdmiControlManager;->mHasPlaybackDevice:Z