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

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 162 } channelInfo;
170 channelInfo ch[2];
  /hardware/interfaces/wifi/1.2/default/
hidl_struct_util.cpp     [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelDataManagerTest.java 45 import com.android.tv.testing.data.ChannelInfo;
169 List<ChannelInfo> channelInfoList = new ArrayList<>();
171 channelInfoList.add(ChannelInfo.create(getTargetContext(), i));
176 for (ChannelInfo channelInfo : channelInfoList) {
177 if (TextUtils.equals(channelInfo.name, channel.getDisplayName())) {
179 channelInfoList.remove(channelInfo);
317 ChannelInfo testChannelInfo = ChannelInfo.create(getTargetContext(), (int) testChannelId);
367 public ChannelInfo channelInfo
    [all...]
  /external/curl/lib/vtls/
nss.c 815 SSLChannelInfo channelInfo;
823 if(SSL_GetChannelInfo(sock, &channelInfo, sizeof(channelInfo)) != SECSuccess)
826 if(SSL_GetCipherSuiteInfo(channelInfo.cipherSuite, &cipherInfo,
833 if(channelInfo.protocolVersion != SSL_LIBRARY_VERSION_TLS_1_2)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareDataPathStateManager.java 467 * @param channelInfo Lists of channels used for this NDP.
471 int reason, byte[] message, List<NanDataPathChannelInfo> channelInfo) {
475 + ", channelInfo=" + channelInfo);
504 nnri.channelInfo = channelInfo;
594 List<NanDataPathChannelInfo> channelInfo) {
597 + ", ndpIds=" + ndpIds + ", channelInfo=" + channelInfo);
614 nnriE.getValue().channelInfo = channelInfo
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 281 milliseconds