OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
741
SSLChannelInfo
channelInfo
;
749
if(SSL_GetChannelInfo(sock, &
channelInfo
, sizeof(
channelInfo
)) != SECSuccess)
752
if(SSL_GetCipherSuiteInfo(
channelInfo
.cipherSuite, &cipherInfo,
759
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
;
139
List<
ChannelInfo
> channelInfoList = new ArrayList<>();
141
channelInfoList.add(
ChannelInfo
.create(getContext(), i));
146
for (
ChannelInfo
channelInfo
: channelInfoList) {
147
if (TextUtils.equals(
channelInfo
.name, channel.getDisplayName())
148
&& TextUtils.equals(
channelInfo
.name, channel.getDisplayName())) {
150
channelInfoList.remove(
channelInfo
);
293
ChannelInfo
testChannelInfo =
ChannelInfo
.create(getContext(), (int) testChannelId)
[
all
...]
Completed in 856 milliseconds