Searched refs:checkMode (Results 1 – 2 of 2) sorted by relevance
63 if (checkMode(mode, (MDS_VIDEO_ON | MDS_HDMI_CONNECTED))) in getMode()65 else if (checkMode(mode, (MDS_VIDEO_ON | MDS_WIDI_ON))) in getMode()85 if (!checkMode(mode, (MDS_VIDEO_ON | MDS_WIDI_ON))) in getDecoderOutputResolution()
56 inline bool checkMode(int value, int bit) { in checkMode() function