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