/frameworks/base/telephony/java/android/telephony/ |
D | RadioAccessSpecifier.java | 61 private int[] mChannels; field in RadioAccessSpecifier 81 this.mChannels = channels.clone(); in RadioAccessSpecifier() 83 this.mChannels = null; in RadioAccessSpecifier() 109 return mChannels == null ? null : mChannels.clone(); in getChannels() 134 dest.writeIntArray(mChannels); in writeToParcel() 140 mChannels = in.createIntArray(); in RadioAccessSpecifier() 159 && Arrays.equals(mChannels, ras.mChannels)); in equals() 166 + (Arrays.hashCode(mChannels)) * 39); in hashCode()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
D | KnownBandsChannelHelper.java | 141 private final ArraySet<Integer> mChannels = new ArraySet<Integer>(); field in KnownBandsChannelHelper.KnownBandsChannelCollection 154 mChannels.add(frequency); in addChannel() 164 mChannels.add(bandChannels[i].frequency); in addBand() 170 return mChannels.contains(channel); in containsChannel() 177 if (!mChannels.contains(bandChannels[i].frequency)) { in containsBand() 188 if (mChannels.contains(bandChannels[i].frequency)) { in partiallyContainsBand() 197 return mChannels.isEmpty(); in isEmpty() 203 mChannels.size(); in isAllChannels() 210 mChannels.clear(); in clear() 218 if (!mChannels.contains(bandChannels[i].frequency)) { in getMissingChannelsFromBand() [all …]
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannelGroup.java | 68 private List<NotificationChannel> mChannels = new ArrayList<>(); field in NotificationChannelGroup 102 in.readParcelableList(mChannels, NotificationChannel.class.getClassLoader()); in NotificationChannelGroup() 129 dest.writeParcelableList(mChannels, flags); in writeToParcel() 159 return mChannels; in getChannels() 194 mChannels.add(channel); in addChannel() 201 mChannels = channels; in setChannels() 329 + ", mChannels=" + mChannels in toString() 342 for (NotificationChannel channel : mChannels) { in writeToProto()
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | test_utils.h | 246 mChannels(0) 260 createChirp<T>(mAddr, mNumFrames, mChannels, mSampleRate, minfreq, maxfreq); 268 createSine<T>(mAddr, mNumFrames, mChannels, mSampleRate, freq); 294 mChannels = channels; 295 mFrameSize = mChannels * sizeof(T); 306 return mChannels; 311 uint32_t mChannels;
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.cpp | 73 mChannels.push_back(&mChannelPool[i]); in SoundPool() 88 mChannels.clear(); in ~SoundPool() 291 if (!mChannels.empty()) { in allocateChannel_l() 292 for (iter = mChannels.begin(); iter != mChannels.end(); ++iter) { in allocateChannel_l() 295 mChannels.erase(iter); in allocateChannel_l() 303 if (!channel && !mChannels.empty()) { in allocateChannel_l() 304 iter = mChannels.begin(); in allocateChannel_l() 307 mChannels.erase(iter); in allocateChannel_l() 315 for (iter = mChannels.begin(); iter != mChannels.end(); ++iter) { in allocateChannel_l() 320 mChannels.insert(iter, channel); in allocateChannel_l() [all …]
|
D | SoundPool.h | 220 List<SoundChannel*> mChannels; variable
|
/frameworks/av/services/audioflinger/ |
D | BufLog.cpp | 116 size_t maxBytes = 0) : mId(id), mFormat(format), mChannels(channels), in BufLogStream() 126 mFormat, mChannels, mSamplingRate, mMaxBytes); in BufLogStream() 138 mId, mTag, mFormat, mChannels, mSamplingRate); in BufLogStream()
|
D | BufLog.h | 142 const unsigned int mChannels; variable
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaProfiles.h | 250 mChannels(channels) {} in AudioCodec() 256 mChannels = copy.mChannels; in AudioCodec() 264 int mChannels; member
|
/frameworks/av/include/media/ |
D | MediaProfiles.h | 250 mChannels(channels) {} in AudioCodec() 256 mChannels = copy.mChannels; in AudioCodec() 264 int mChannels; member
|
/frameworks/av/media/libmedia/ |
D | MediaProfiles.cpp | 134 ALOGV("number of channels: %d", codec.mChannels); in logAudioCodec() 1052 if (!strcmp("aud.ch", name)) return mCamcorderProfiles[index]->mAudioCodec->mChannels; in getCamcorderProfileParamByName()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 2424 private final InputChannel[] mChannels; field in TvInputManagerService.SessionCallback 2428 mChannels = channels; in SessionCallback() 2441 mSessionState.inputId, mSessionState.sessionToken, mChannels[0], in onSessionCreated() 2448 mChannels[0].dispose(); in onSessionCreated()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 8579 Landroid/app/NotificationChannelGroup;->mChannels:Ljava/util/List; 68187 Landroid/service/notification/NotificationListenerService$RankingMap;->mChannels:Landroid/util/Arra… 68229 Landroid/service/notification/NotificationRankingUpdate;->mChannels:Landroid/os/Bundle; 74111 Landroid/telephony/RadioAccessSpecifier;->mChannels:[I
|