Home
last modified time | relevance | path

Searched refs:channelList (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java129 protected void createNotificationChannels(List<Object /*NotificationChannel*/> channelList) { in createNotificationChannels() argument
130 for (Object channel : channelList) { in createNotificationChannels()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java146 List<InternalInstrumented<ChannelStats>> channelList in getRootChannels() local
151 while (iterator.hasNext() && channelList.size() < maxPageSize) { in getRootChannels()
152 channelList.add(iterator.next()); in getRootChannels()
154 return new RootChannelList(channelList, !iterator.hasNext()); in getRootChannels()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.h122 int GetChannels(std::list<int>& channelList);
Dvideo_render_agl.h104 int GetChannels(std::list<int>& channelList);
Dvideo_render_agl.cc908 int VideoRenderAGL::GetChannels(std::list<int>& channelList) in GetChannels() argument
916 channelList.push_back(it->first); in GetChannels()
Dvideo_render_nsopengl.mm914 int VideoRenderNSOpenGL::GetChannels(std::list<int>& channelList)
923 channelList.push_back(it->first);