Home
last modified time | relevance | path

Searched refs:inputChannels (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java83 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() argument
89 inputChannels, in getChannels()
/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
DDriverDistractionExperimentalFeatureServiceTest.java230 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG); in testInit_bindsToServicesInXmlConfig() local
231 inputChannels[0].dispose(); in testInit_bindsToServicesInXmlConfig()
232 when(mInputMonitor.getInputChannel()).thenReturn(inputChannels[1]); in testInit_bindsToServicesInXmlConfig()
245 inputChannels[0].dispose(); in testInit_bindsToServicesInXmlConfig()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgReader.java80 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels() argument
DStubEpgReader.java65 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() argument
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_aac_encoder.cc402 p_encoder_params->input_channels_n = aac_info.inputChannels; in a2dp_aac_encoder_update()