Home
last modified time | relevance | path

Searched defs:curChannel (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
H A DConflatedChannelCloseStressTest.kt13 private val curChannel = AtomicReference<Channel<Int>>(Channel(Channel.CONFLATED)) in <lambda>() constant
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar3Vm.cpp951 for (UInt32 curChannel = 0; curChannel < numChannels; curChannel++) in DeltaDecode() local
964 for (UInt32 curChannel = 0; curChannel < kNumChannels; curChannel++) in RgbDecode() local
1008 for (UInt32 curChannel = 0; curChannel < numChannels; curChannel++) in AudioDecode() local
H A DRar5Decoder.cpp847 unsigned curChannel = 0; in ExecuteFilter() local
/aosp_15_r20/external/openthread/src/core/utils/
H A Dchannel_manager.cpp349 uint8_t curChannel, newChannel; in RequestChannelSelect() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/
DMainActivity.java1316 Channel curChannel = mChannelTuner.getCurrentChannel(); in getBrowsableChannel() local