Searched refs:mChannelPool (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DSoundPool.cpp68 mChannelPool = new SoundChannel[mMaxChannels];
70 mChannelPool[i].init(this);
71 mChannels.push_back(&mChannelPool[i]);
87 if (mChannelPool)
88 delete [] mChannelPool;
189 if (mChannelPool[i].channelID() == channelID) {
190 return &mChannelPool[i];
199 if (mChannelPool[i].nextChannelID() == channelID) {
200 return &mChannelPool[i];
335 SoundChannel* channel = &mChannelPool[
[all...]
/frameworks/av/include/media/
H A DSoundPool.h221 SoundChannel* mChannelPool; member in class:android::SoundPool

Completed in 364 milliseconds