HomeSort by relevance Sort by last modified time
    Searched defs:channelInfo (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 162 } channelInfo;
170 channelInfo ch[2];
  /external/curl/lib/vtls/
nss.c 735 SSLChannelInfo channelInfo;
743 if(SSL_GetChannelInfo(sock, &channelInfo, sizeof(channelInfo)) != SECSuccess)
746 if(SSL_GetCipherSuiteInfo(channelInfo.cipherSuite, &cipherInfo,
753 if(channelInfo.protocolVersion != SSL_LIBRARY_VERSION_TLS_1_2)
    [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelDataManagerTest.java 39 import com.android.tv.testing.ChannelInfo;
143 List<ChannelInfo> channelInfoList = new ArrayList<>();
145 channelInfoList.add(ChannelInfo.create(getContext(), i));
150 for (ChannelInfo channelInfo : channelInfoList) {
151 if (TextUtils.equals(channelInfo.name, channel.getDisplayName())
152 && TextUtils.equals(channelInfo.name, channel.getDisplayName())) {
154 channelInfoList.remove(channelInfo);
297 ChannelInfo testChannelInfo = ChannelInfo.create(getContext(), (int) testChannelId)
    [all...]

Completed in 155 milliseconds