Home
last modified time | relevance | path

Searched refs:findChannel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPool.cpp199 SoundChannel* SoundPool::findChannel(int channelID) in findChannel() function in android::SoundPool
341 SoundChannel* channel = findChannel(channelID); in pause()
361 SoundChannel* channel = findChannel(channelID); in resume()
394 SoundChannel* channel = findChannel(channelID); in stop()
407 SoundChannel* channel = findChannel(channelID); in setVolume()
417 SoundChannel* channel = findChannel(channelID); in setPriority()
427 SoundChannel* channel = findChannel(channelID); in setLoop()
437 SoundChannel* channel = findChannel(channelID); in setRate()
DSoundPool.h201 SoundChannel* findChannel (int channelID);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java238 private NotificationChannel findChannel(List<NotificationChannel> channels, String id) { in findChannel() method in PreferencesHelperTest
2072 compareChannels(a, findChannel(retrieved.getChannels(), a.getId())); in testGetNotificationChannelGroupWithChannels()
2073 compareChannels(c, findChannel(retrieved.getChannels(), c.getId())); in testGetNotificationChannelGroupWithChannels()
2078 compareChannels(a, findChannel(retrieved.getChannels(), a.getId())); in testGetNotificationChannelGroupWithChannels()