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

  /hardware/interfaces/wifi/1.2/
types.hal 93 vec<NanDataPathChannelInfo> channelInfo;
111 vec<NanDataPathChannelInfo> channelInfo;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 162 } channelInfo;
170 channelInfo ch[2];
  /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...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncAdapter.java 37 import com.example.android.sampletvinput.rich.RichTvInputService.ChannelInfo;
78 List<ChannelInfo> channels = RichFeedUtil.getRichChannels(mContext);
79 LongSparseArray<ChannelInfo> channelMap = TvContractUtils.buildChannelMap(
91 * @param channelInfo {@link ChannelInfo} instance which includes program information.
93 private void insertPrograms(Uri channelUri, ChannelInfo channelInfo) {
96 for (ProgramInfo program : channelInfo.programs) {
129 int programsCount = channelInfo.programs.size();
131 ProgramInfo program = channelInfo.programs.get(j)
    [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...]
WifiAwareNativeCallback.java 514 event.channelInfo);
529 event.ndpInstanceIds, event.channelInfo);
WifiAwareStateManager.java     [all...]
  /hardware/interfaces/wifi/1.2/default/
hidl_struct_util.cpp     [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/
WifiMetrics.java 218 sb.append(", mChannelInfo=" + mRouterFingerPrintProto.channelInfo);
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 553 milliseconds