OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mChannels
(Results
1 - 7
of
7
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ChannelSystem.java
24
private FixedSizeArray<Channel>
mChannels
;
30
mChannels
= new FixedSizeArray<Channel>(CHANNEL_COUNT);
31
mChannels
.setComparator(sChannelComparator);
35
mChannels
.add(new Channel());
44
mChannels
.get(x).name = null;
45
mChannels
.get(x).value = null;
54
final int index =
mChannels
.find(mSearchDummy, false);
60
result =
mChannels
.get(mRegisteredChannelCount);
63
mChannels
.sort(true);
66
result =
mChannels
.get(index)
[
all
...]
/cts/apps/CtsVerifier/include/colorchecker/
testingimage.h
48
inline int getChannels() const { return
mChannels
; }
66
int
mChannels
;
/cts/tests/framework/base/windowmanager/src/android/server/wm/
TestLogService.java
48
private static Map<String, ClientChannel>
mChannels
= new HashMap<>();
71
if (
mChannels
.containsKey(logtag)) {
74
mChannels
.put(logtag, new ClientChannel(stopKey));
89
if (!
mChannels
.containsKey(logtag)) {
92
latch =
mChannels
.get(logtag).mLatch;
99
for (Map.Entry<String, String> e :
mChannels
.get(logtag).mResults.entrySet()) {
108
if (!
mChannels
.containsKey(logtag)) {
112
ClientChannel channel =
mChannels
.get(logtag);
/frameworks/av/services/audioflinger/
BufLog.h
142
const unsigned int
mChannels
;
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichSetupFragment.java
76
private List<ChannelInfo>
mChannels
= null;
126
mChannels
= RichFeedUtil.getRichChannels(getActivity());
208
if (
mChannels
== null) {
211
TvContractUtils.updateChannels(getActivity(), inputId,
mChannels
);
/frameworks/av/media/libaudioprocessing/tests/
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/av/media/libmedia/include/media/
MediaProfiles.h
250
mChannels
(channels) {}
256
mChannels
= copy.
mChannels
;
264
int
mChannels
;
Completed in 918 milliseconds