HomeSort by relevance Sort by last modified time
    Searched full:hardwareimpl (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 467 final TvInputHardwareImpl hardwareImpl = connection.getHardwareImplLocked();
468 if (hardwareImpl != null) {
476 boolean result = hardwareImpl.startCapture(surface, config);
481 hardwareImpl.stopCapture(config);
539 TvInputHardwareImpl hardwareImpl = mConnections.valueAt(i).getHardwareImplLocked();
540 if (hardwareImpl != null) {
541 hardwareImpl.onMediaStreamVolumeChanged();
    [all...]

Completed in 221 milliseconds