Home
last modified time | relevance | path

Searched refs:mChannels (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DRadioAccessSpecifier.java61 private int[] mChannels; field in RadioAccessSpecifier
81 this.mChannels = channels.clone(); in RadioAccessSpecifier()
83 this.mChannels = null; in RadioAccessSpecifier()
110 return mChannels == null ? null : mChannels.clone(); in getChannels()
135 dest.writeIntArray(mChannels); in writeToParcel()
141 mChannels = in.createIntArray(); in RadioAccessSpecifier()
160 && Arrays.equals(mChannels, ras.mChannels)); in equals()
167 + (Arrays.hashCode(mChannels)) * 39); in hashCode()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DKnownBandsChannelHelper.java237 private final ArraySet<Integer> mChannels = new ArraySet<Integer>(); field in KnownBandsChannelHelper.KnownBandsChannelCollection
250 mChannels.add(frequency); in addChannel()
261 mChannels.add(bandChannels[i][j].frequency); in addBand()
268 return mChannels.contains(channel); in containsChannel()
276 if (!mChannels.contains(bandChannels[i][j].frequency)) { in containsBand()
289 if (mChannels.contains(bandChannels[i][j].frequency)) { in partiallyContainsBand()
299 return mChannels.isEmpty(); in isEmpty()
311 mChannels.clear(); in clear()
320 if (!mChannels.contains(bandChannels[i][j].frequency)) { in getMissingChannelsFromBand()
334 if (mChannels.contains(bandChannels[i][j].frequency)) { in getContainingChannelsFromBand()
[all …]
/frameworks/base/core/java/android/app/
DNotificationChannelGroup.java68 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 dumpDebug()
/frameworks/av/media/libaudioprocessing/tests/
Dtest_utils.h246 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/av/services/audioflinger/
DBufLog.cpp116 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()
DBufLog.h142 const unsigned int mChannels; variable
/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h233 mChannels(channels) {} in AudioCodec()
239 mChannels = copy.mChannels; in AudioCodec()
247 int mChannels; member
/frameworks/av/media/libmedia/
DMediaProfiles.cpp180 ALOGV("number of channels: %d", codec.mChannels); in logAudioCodec()
1098 if (!strcmp("aud.ch", name)) return mCamcorderProfiles[index]->mAudioCodec->mChannels; in getCamcorderProfileParamByName()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java2524 private final InputChannel[] mChannels; field in TvInputManagerService.SessionCallback
2528 mChannels = channels; in SessionCallback()
2541 mSessionState.inputId, mSessionState.sessionToken, mChannels[0], in onSessionCreated()
2548 mChannels[0].dispose(); in onSessionCreated()