Searched refs:mCecKeycodeAndParams (Results 1 – 1 of 1) sorted by relevance
184 private final byte[] mCecKeycodeAndParams; field in HdmiCecKeycode.KeycodeEntry190 mCecKeycodeAndParams = new byte[cecParams.length + 1]; in KeycodeEntry()191 System.arraycopy(cecParams, 0, mCecKeycodeAndParams, 1, cecParams.length); in KeycodeEntry()192 mCecKeycodeAndParams[0] = (byte) (cecKeycode & 0xFF); in KeycodeEntry()209 return mCecKeycodeAndParams; in toCecKeycodeAndParamIfMatched()216 if (cecKeycodeAndParams.length < mCecKeycodeAndParams.length) { in toAndroidKeycodeIfMatched()219 byte[] trimmedCecKeycodeAndParams = new byte[mCecKeycodeAndParams.length]; in toAndroidKeycodeIfMatched()221 mCecKeycodeAndParams.length); in toAndroidKeycodeIfMatched()222 if (Arrays.equals(mCecKeycodeAndParams, trimmedCecKeycodeAndParams)) { in toAndroidKeycodeIfMatched()