/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | ipc_helper.h | 139 std::vector<ChannelInfo<FileHandleType>> channels; variable 155 std::vector<ChannelInfo<FileHandleType>> channels; variable
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanTestUtil.java | 51 public static WifiScanner.ScanSettings createRequest(WifiScanner.ChannelSpec[] channels, in createRequest() 151 int period, int reportEvents, WifiScanner.ChannelSpec... channels) { in addBucketWithChannels() 160 int period, int reportEvents, int... channels) { in addBucketWithChannels() 224 int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels() 233 int nativeScanType, int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels() 359 public static WifiScanner.ChannelSpec[] channelsToSpec(int... channels) { in channelsToSpec() 443 public static WifiNative.ChannelSettings[] channelsToNativeSettings(int... channels) { in channelsToNativeSettings()
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_Process.cpp | 79 LVM_INT32 channels = pInstance->Params.NrChannels; in LVCS_Process_CS() local 215 LVM_INT32 channels = pInstance->Params.NrChannels; in LVCS_Process() local
|
/frameworks/base/core/proto/android/app/ |
D | notification_channel_group.proto | 38 repeated NotificationChannelProto channels = 5; field
|
/frameworks/av/services/audioflinger/ |
D | BufLog.cpp | 75 size_t BufLog::write(int streamid, const char *tag, int format, int channels, in write() 114 unsigned int channels, in BufLogStream()
|
/frameworks/av/media/libmediahelper/ |
D | TypeConverter.cpp | 450 audio_channel_mask_t channels; in channelMaskFromString() local 459 const std::string &channels, const char *del) in channelMasksFromString()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
D | ChannelHelper.java | 262 private static String toString(WifiScanner.ChannelSpec[] channels) { in toString() 279 private static String toString(WifiNative.ChannelSettings[] channels, int numChannels) { in toString()
|
D | KnownBandsChannelHelper.java | 68 WifiScanner.ChannelSpec[] channelSpec, int offset, int[] channels) { in copyChannels()
|
/frameworks/av/media/libstagefright/foundation/tests/OpusHeader/ |
D | OpusHeaderTest.cpp | 99 int32_t channels = get<0>(params); in TEST_P() local 264 int32_t channels = get<1>(params); in TEST_P() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | RadioAccessSpecifier.java | 73 public RadioAccessSpecifier(int ran, int[] bands, int[] channels) { in RadioAccessSpecifier()
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
D | AudioCodec.java | 117 String channels = clue.substring(codec.rtpmap.length()); in getCodec() local
|
/frameworks/av/services/mediaanalytics/ |
D | statsd_audiorecord.cpp | 77 int32_t channels = -1; in statsd_audiorecord() local
|
/frameworks/av/cmds/stagefright/ |
D | audioloop.cpp | 56 static const int channels = 1; // not permitted to be stereo now in main() local
|
/frameworks/av/media/libaudiofoundation/include/media/ |
D | AudioProfile.h | 48 bool supportsChannels(audio_channel_mask_t channels) const in supportsChannels()
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | OpusHeader.h | 61 int channels; member
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ChannelEditorListView.kt | 46 var channels = mutableListOf<NotificationChannel>() in <lambda>() variable
|
D | ChannelEditorDialogController.kt | 147 val channels = groupList in <lambda>() constant
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | resampler_tests.cpp | 56 void resample(int channels, void *output, in resample() 89 void testBufferIncrement(size_t channels, bool useFloat, in testBufferIncrement() 180 void testStopbandDownconversion(size_t channels, in testStopbandDownconversion() 249 size_t channels, unsigned inputFreq, unsigned outputFreq, in testFilterResponse()
|
D | test-mixer.cpp | 55 uint32_t sampleRate, uint32_t channels, size_t frames, bool isBufferFloat) { in writeFile()
|
/frameworks/ml/nn/common/operations/ |
D | ResizeImageOps.cpp | 71 const int channels = getSizeOfDimension(inputShape, 3); in resizeNearestNeighbor() local 238 uint32_t channels = getSizeOfDimension(input, useNchw ? 1 : 3); in prepare() local
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.h | 33 int channels; member
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputConsumerImpl.java | 59 InputChannel[] channels = InputChannel.openInputChannelPair(name); in InputConsumerImpl() local
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 429 uint32_t channels = getSizeOfDimension(input, 3); in depthToSpacePrepare() local 448 uint32_t channels = getSizeOfDimension(input, 3); in spaceToDepthPrepare() local 543 uint32_t channels = getSizeOfDimension(input, 3); in batchToSpacePrepare() local 576 uint32_t channels = getSizeOfDimension(input, 3); in spaceToBatchPrepare() local
|
/frameworks/native/services/vr/bufferhubd/ |
D | buffer_hub.cpp | 38 auto channels = GetChannels<BufferHubChannel>(); in DumpState() local
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | MultiClientInputMethodServiceDelegateImpl.java | 172 final InputChannel[] channels = InputChannel.openInputChannelPair("MSIMS-session"); in acceptClient() local
|