/aosp12/hardware/libhardware_legacy/audio/ |
H A D | AudioDumpInterface.cpp | 60 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) in openOutputStream() 126 …dioStreamIn* AudioDumpInterface::openInputStream(uint32_t devices, int *format, uint32_t *channels, in openInputStream() 263 uint32_t channels, in AudioStreamOutDump() 324 uint32_t AudioStreamOutDump::channels() const in channels() function in android::AudioStreamOutDump 424 uint32_t channels, in AudioStreamInDump() 527 uint32_t AudioStreamInDump::channels() const in channels() function in android::AudioStreamInDump
|
H A D | AudioHardwareStub.h | 35 virtual uint32_t channels() const { return AudioSystem::CHANNEL_OUT_STEREO; } in channels() function 52 virtual uint32_t channels() const { return AudioSystem::CHANNEL_IN_MONO; } in channels() function
|
H A D | AudioHardwareGeneric.h | 52 virtual uint32_t channels() const { return AudioSystem::CHANNEL_OUT_STEREO; } in channels() function 86 virtual uint32_t channels() const { return AudioSystem::CHANNEL_IN_MONO; } in channels() function
|
/aosp12/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/ |
H A D | Lineup.java | 56 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
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
H A D | ipc_helper.h | 139 std::vector<ChannelInfo<FileHandleType>> channels; variable 155 std::vector<ChannelInfo<FileHandleType>> channels; variable
|
/aosp12/packages/apps/TV/src/com/android/tv/data/ |
H A D | Lineup.java | 60 private final List<String> channels; field in Lineup 103 public Lineup(String id, int type, String name, String location, List<String> channels) { in Lineup()
|
H A D | ChannelLogoFetcher.java | 60 public static void startFetchingChannelLogos(Context context, List<Channel> channels) { in startFetchingChannelLogos() 83 private FetchLogoTask(Context context, List<Channel> channels) { in FetchLogoTask()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | ScanTestUtil.java | 61 public static WifiScanner.ScanSettings createRequest(WifiScanner.ChannelSpec[] channels, in createRequest() 175 int period, int reportEvents, WifiScanner.ChannelSpec... channels) { in addBucketWithChannels() 184 int period, int reportEvents, int... channels) { in addBucketWithChannels() 268 int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels() 277 int nativeScanType, int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels() 429 public static WifiScanner.ChannelSpec[] channelsToSpec(int... channels) { in channelsToSpec() 509 public static WifiNative.ChannelSettings[] channelsToNativeSettings(int... channels) { in channelsToNativeSettings()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
H A D | DisambigDialog.java | 62 @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()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
H A D | LVCS_Process.cpp | 75 LVM_INT32 channels = pInstance->Params.NrChannels; in LVCS_Process_CS() local 169 LVM_INT32 channels = pInstance->Params.NrChannels; in LVCS_Process() local
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | IInputFlingerQuery.aidl | 25 void getInputChannels(out InputChannel[] channels); in getInputChannels()
|
H A D | InputFlingerService_test.cpp | 106 binder::Status TestInputQuery::getInputChannels(std::vector<::android::InputChannel>* channels) { in getInputChannels() 152 binder::Status TestInputManager::getInputChannels(std::vector<::android::InputChannel>* channels) { in getInputChannels() 209 std::vector<::android::InputChannel> channels; in TEST_F() local
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/ |
H A D | Generators.cpp | 48 const auto& channels = profile->getChannels(); in generateOutputDeviceConfigParameters() local 111 const auto& channels = profile->getChannels(); in generateInputDeviceConfigParameters() local
|
/aosp12/packages/apps/TV/tests/input/src/com/android/tv/testinput/ |
H A D | TestTvInputSetupActivity.java | 56 List<ChannelInfo> channels = ChannelUtils.createChannelInfos(context, channelCount); in registerChannels() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/ |
H A D | SpeedDialUiItem.java | 128 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()
|
/aosp12/hardware/interfaces/power/stats/aidl/vts/ |
H A D | VtsHalPowerStatsTargetTest.cpp | 244 std::vector<Channel> channels; in TEST_P() local 254 std::vector<Channel> channels; in TEST_P() local 264 std::vector<Channel> channels; in TEST_P() local 272 std::vector<Channel> channels; in TEST_P() local 286 std::vector<Channel> channels; in TEST_P() local 297 std::vector<Channel> channels; in TEST_P() local
|
/aosp12/system/extras/sound/ |
H A D | playwav.c | 38 int pcm_play(unsigned rate, unsigned channels, in pcm_play() 138 void play_file(unsigned rate, unsigned channels, in play_file() 193 int wav_rec(const char *fn, unsigned channels, unsigned rate) in wav_rec() 335 unsigned channels = 1; in main() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | SoftApBackupRestore.java | 104 SparseIntArray channels = config.getChannels(); in retrieveBackupDataFromSoftApConfiguration() local 200 SparseIntArray channels = new SparseIntArray(numOfChannels); in retrieveSoftApConfigurationFromBackupData() local
|
/aosp12/frameworks/base/core/proto/android/app/ |
H A D | notification_channel_group.proto | 38 repeated NotificationChannelProto channels = 5; field
|
/aosp12/bionic/libc/kernel/uapi/linux/hsi/ |
H A D | hsi_char.h | 44 __u32 channels; member 48 __u32 channels; member
|
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
H A D | EpgTestData.java | 171 androidx.tvprovider.media.tv.Channel... channels) { in toTvChannels()
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | ALSAStreamOps.cpp | 95 uint32_t *channels, in set() 343 uint32_t ALSAStreamOps::channels() const in channels() function in android_audio_legacy::ALSAStreamOps
|
/aosp12/frameworks/av/media/libmediahelper/ |
H A D | TypeConverter.cpp | 101 audio_channel_mask_t channels; in channelMaskFromString() local 110 const std::string &channels, const char *del) in channelMasksFromString()
|
/aosp12/frameworks/native/services/inputflinger/include/ |
H A D | VibrationElement.h | 36 std::vector<std::pair<int32_t /*vibratorId*/, uint8_t /*amplitude*/>> channels; member
|
/aosp12/packages/apps/TV/src/com/android/tv/recommendation/ |
H A D | NotificationService.java | 287 List<Channel> channels = recommendChannels(); in showRecommendation() local 318 List<Channel> channels = recommendChannels(); in changeRecommendation() local 334 List channels = mRecommender.recommendChannels(); in recommendChannels() local
|