Home
last modified time | relevance | path

Searched defs:channels (Results 1 – 25 of 77) sorted by relevance

1234

/packages/modules/Bluetooth/floss/pandora/floss/
Dsox_utils.py18 def _raw_format_args(channels, bits, rate): argument
34 def _format_args(channels, bits, rate): argument
49 channels=2, argument
Dcras_utils.py61 def playback_cmd(playback_file, block_size=None, duration=None, pin_device=None, channels=2, rate=4… argument
93 channels=1, argument
125 def listen_cmd(capture_file, block_size=None, duration=10, channels=1, rate=48000): argument
160 def loopback_cmd(output_file, duration=10, channels=2, rate=48000): argument
632 channels=CHANNELS, argument
673 channels=CHANNELS, argument
707 channels=CHANNELS, argument
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler_test.cc36 SourceAudioHalAsrcTest(int channels, int bitdepth) in SourceAudioHalAsrcTest()
44 auto channels = resamplers.size(); in Resample() local
54 extern "C" void resample_i16(int channels, int bitdepth, double ratio, in resample_i16()
70 extern "C" void resample_i32(int channels, int bitdepth, double ratio, in resample_i32()
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DLineup.java56 public static Lineup createLineup(String id, int type, String name, List<String> channels) { in createLineup()
65 String channels = contentValues.getAsString(EpgContract.Lineups.COLUMN_CHANNELS); in createLineup() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java64 public static WifiScanner.ScanSettings createRequest(WifiScanner.ChannelSpec[] channels, in createRequest()
186 int period, int reportEvents, WifiScanner.ChannelSpec... channels) { in addBucketWithChannels()
195 int period, int reportEvents, int... channels) { in addBucketWithChannels()
284 int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels()
293 int nativeScanType, int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels()
447 public static WifiScanner.ChannelSpec[] channelsToSpec(int... channels) { in channelsToSpec()
528 public static WifiNative.ChannelSettings[] channelsToNativeSettings(int... channels) { in channelsToNativeSettings()
/packages/apps/TV/src/com/android/tv/data/
DLineup.java60 private final List<String> channels; field in Lineup
103 public Lineup(String id, int type, String name, String location, List<String> channels) { in Lineup()
DChannelLogoFetcher.java60 public static void startFetchingChannelLogos(Context context, List<Channel> channels) { in startFetchingChannelLogos()
83 private FetchLogoTask(Context context, List<Channel> channels) { in FetchLogoTask()
DChannelDataManager.java284 List<Channel> channels = new ArrayList<>(); in getBrowsableChannelList() local
637 protected void onPostExecute(List<Channel> channels) { in onPostExecute()
787 final List<Channel> channels; field in ChannelDataManager.ChannelData
804 List<Channel> channels) { in ChannelData()
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DDisambigDialog.java62 @VisibleForTesting public List<Channel> channels; field in DisambigDialog
82 insertOptions(container.findViewById(R.id.communication_avenue_container), channels); in onCreateDialog() local
113 private void insertOptions(LinearLayout container, List<Channel> channels) { in insertOptions()
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
DSpeedDialUiItem.java128 List<Channel> channels = new ArrayList<>(); in fromCursor() local
330 public abstract ImmutableList<Channel> channels(); in channels() method in SpeedDialUiItem
366 public abstract Builder setChannels(ImmutableList<Channel> channels); in setChannels()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DControleeInfoTest.java68 List<Integer> channels = new ArrayList<>(); in testConversion() local
123 assertEquals(uwbCapability1.mChannels.get(), channels); in testConversion() local
/packages/modules/Uwb/service/support_lib/test/
DGenericTests.java124 Integer[] channels = new Integer[] {CccParams.UWB_CHANNEL_5, CccParams.UWB_CHANNEL_9}; in testSpecificationParams() local
205 assertArrayEquals(cccSpecificationParams.getChannels().toArray(), channels); in testSpecificationParams() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApBackupRestore.java132 SparseIntArray channels = config.getChannels(); in retrieveBackupDataFromSoftApConfiguration() local
249 SparseIntArray channels = new SparseIntArray(numOfChannels); in retrieveSoftApConfigurationFromBackupData() local
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DChannelScanFragment.java174 List<Channel> channels = new ArrayList<>(); in scanChannel() local
187 private void updateChannels(List<Channel> channels) { in updateChannels()
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java287 List<Channel> channels = recommendChannels(); in showRecommendation() local
318 List<Channel> channels = recommendChannels(); in changeRecommendation() local
334 List channels = mRecommender.recommendChannels(); in recommendChannels() local
DRecommender.java191 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordLoaded() local
208 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordChanged() local
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraDecoder.java335 List<Integer> channels = new ArrayList<>(); in getFiraSpecificationParamsFromTlvBuffer() local
622 List<Integer> channels = new ArrayList<>(); in getFiraSpecificationParamsFromTlvBuffer() local
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DChannelUtils.java68 public static void updateChannels(Context context, String inputId, List<ChannelInfo> channels) { in updateChannels()
155 List<ChannelInfo> channels = new ArrayList<>(); in createChannelInfos() local
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputSetupActivity.java56 List<ChannelInfo> channels = ChannelUtils.createChannelInfos(context, channelCount); in registerChannels() local
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramTableAdapterTest.java111 List<Channel> channels = new ArrayList<>(); in buildChannelForTesting() local
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java297 private static String toString(WifiScanner.ChannelSpec[] channels) { in toString()
314 private static String toString(WifiNative.ChannelSettings[] channels, int numChannels) { in toString()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DEpgTestData.java171 androidx.tvprovider.media.tv.Channel... channels) { in toTvChannels()
/packages/apps/TV/src/com/android/tv/data/epg/
DStubEpgReader.java85 public Map<EpgChannel, Collection<Program>> getPrograms( in getPrograms()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DAppConversationListPreferenceControllerTest.java172 ConversationChannelWrapper... channels) { in conversationList()
/packages/modules/NeuralNetworks/common/cpu_operations/
DResizeImageOps.cpp66 const int channels = getSizeOfDimension(inputShape, 3); in resizeNearestNeighbor() local
183 uint32_t channels = getSizeOfDimension(input, useNchw ? 1 : 3); in prepare() local

1234