Searched refs:cecKeycodeAndParams (Results 1 – 2 of 2) sorted by relevance
148 byte[] cecKeycodeAndParams = HdmiCecKeycode.androidKeyToCecKey(keycode); in sendKeyDown()149 if (cecKeycodeAndParams == null) { in sendKeyDown()158 mTargetAddress, cecKeycodeAndParams), new SendMessageCallback() { in sendKeyDown() local172 mTargetAddress, cecKeycodeAndParams)); in sendKeyDown() local
215 private int toAndroidKeycodeIfMatched(byte[] cecKeycodeAndParams) { in toAndroidKeycodeIfMatched() argument216 if (cecKeycodeAndParams.length < mCecKeycodeAndParams.length) { in toAndroidKeycodeIfMatched()220 System.arraycopy(cecKeycodeAndParams, 0, trimmedCecKeycodeAndParams, 0, in toAndroidKeycodeIfMatched()413 byte[] cecKeycodeAndParams = KEYCODE_ENTRIES[i].toCecKeycodeAndParamIfMatched(keycode); in androidKeyToCecKey()414 if (cecKeycodeAndParams != null) { in androidKeyToCecKey()415 return cecKeycodeAndParams; in androidKeyToCecKey()428 static int cecKeycodeAndParamsToAndroidKey(byte[] cecKeycodeAndParams) { in cecKeycodeAndParamsToAndroidKey() argument430 int androidKey = KEYCODE_ENTRIES[i].toAndroidKeycodeIfMatched(cecKeycodeAndParams); in cecKeycodeAndParamsToAndroidKey()