Searched refs:hardwareInputId (Results 1 – 2 of 2) sorted by relevance
2934 String hardwareInputId = proxySession.getHardwareInputId(); in handleMessage() local2935 if (TextUtils.isEmpty(hardwareInputId) || in handleMessage()2936 !isPassthroughInput(hardwareInputId)) { in handleMessage()2937 if (TextUtils.isEmpty(hardwareInputId)) { in handleMessage()2940 Log.w(TAG, "Invalid hardware input id : " + hardwareInputId); in handleMessage()2955 manager.createSession(hardwareInputId, tvAppAttributionSource, in handleMessage()
2615 String hardwareInputId = null; in captureFrame() local2625 hardwareInputId = userState.sessionStateMap.get( in captureFrame()2632 (hardwareInputId != null) ? hardwareInputId : inputId, in captureFrame()