HomeSort by relevance Sort by last modified time
    Searched refs:channelMap (Results 1 - 7 of 7) sorted by null

  /external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
funcs.go 59 DB *channelMap
62 func (d *dbWrapper) set(db *channelMap) {
68 func (d *dbWrapper) get() *channelMap {
79 db.set(&channelMap{
229 // channelMap is the storage data structure for channelz.
230 // Methods of channelMap can be divided in two two categories with respect to locking.
234 type channelMap struct {
244 func (c *channelMap) addServer(id int64, s *server) {
251 func (c *channelMap) addChannel(id int64, cn *channel, isTopChannel bool, pid int64, ref string) {
263 func (c *channelMap) addSubChannel(id int64, sc *subChannel, pid int64, ref string)
    [all...]
types.go 158 cm *channelMap
201 cm *channelMap
301 cm *channelMap
326 cm *channelMap
389 cm *channelMap
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncAdapter.java 79 LongSparseArray<ChannelInfo> channelMap = TvContractUtils.buildChannelMap(
81 for (int i = 0; i < channelMap.size(); ++i) {
82 Uri channelUri = TvContract.buildChannelUri(channelMap.keyAt(i));
83 insertPrograms(channelUri, channelMap.valueAt(i));
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
TvContractUtils.java 161 LongSparseArray<ChannelInfo> channelMap = new LongSparseArray<>();
172 channelMap.put(channelId, getChannelByNumber(channelNumber, channels));
182 return channelMap;
  /external/deqp/framework/common/
tcuTextureUtil.cpp     [all...]
tcuTexture.cpp     [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java     [all...]

Completed in 1885 milliseconds