/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestMeta.cpp | 39 uint32_t channels = 64; variable 76 int32_t channels = 64; variable 85 uint32_t channels = 64; variable 99 uint32_t channels = 64; variable 119 int32_t channels = 64; variable 169 auto channels = Plugin::AnyCast<uint32_t>(cap->keys[CapabilityID::AUDIO_CHANNELS]); variable
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_config_use_test.cpp | 83 std::vector<int> channels = m_apConfigUse->GetChannelFromDrvOrXmlByBand(BandType::BAND_2GHZ); variable 133 std::vector<int> channels = {36, 40, 44, 48, 52, 56}; variable 143 std::vector<int> channels = {36, 165}; variable
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_config_use.cpp | 76 std::vector<int> channels = GetChannelFromDrvOrXmlByBand(BandType::BAND_2GHZ); in GetBestChannelFor2G() local 88 std::vector<int> channels = GetChannelFromDrvOrXmlByBand(BandType::BAND_5GHZ); in GetBestChannelFor5G() local 131 std::vector<int> channels; in GetChannelFromDrvOrXmlByBand() local 300 std::set<int> channels; in ParseCountryPolicyList() local 375 std::vector<int> channels; in ParsePreferredChannelsList() local
|
/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/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/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/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
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/ |
H A D | audio_ffmpeg_flac_decoder_plugin.h | 47 int32_t channels; variable
|
H A D | audio_ffmpeg_mp3_decoder_plugin.h | 48 int channels; variable
|
H A D | audio_ffmpeg_amrnb_decoder_plugin.h | 49 int channels; variable
|
H A D | audio_ffmpeg_amrwb_decoder_plugin.h | 49 int channels; variable
|
/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
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/ |
H A D | audio_ffmpeg_flac_encoder_plugin.h | 51 int32_t channels; variable
|
/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/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/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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_common.h | 99 RowPointers(uint32_t width, uint32_t height, uint32_t channels, uint32_t channelSize) in RowPointers() 172 void VerticalFlipRowPointers(T **rowPointers, uint32_t height, uint32_t width, uint32_t channels) in VerticalFlipRowPointers() 189 void VerticalFlipRow(T *rowPointer, uint32_t width, uint32_t channels) in VerticalFlipRow()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | volume_tools_c.h | 27 uint32_t channels; // should be same with AudioStandard::AudioChannel in audio_stream_info.h member
|
/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/frameworks/base/core/proto/android/app/ |
H A D | notification_channel_group.proto | 38 repeated NotificationChannelProto channels = 5; field
|