Home
last modified time | relevance | path

Searched refs:channelInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_dec_defs.h162 } channelInfo; typedef
170 channelInfo ch[2];
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java526 int reason, byte[] message, List<NanDataPathChannelInfo> channelInfo) { in onDataPathConfirm() argument
531 + ", channelInfo=" + channelInfo); in onDataPathConfirm()
561 nnri.channelInfo = channelInfo; in onDataPathConfirm()
736 List<NanDataPathChannelInfo> channelInfo) { in onDataPathSchedUpdate() argument
739 + ", ndpIds=" + ndpIds + ", channelInfo=" + channelInfo); in onDataPathSchedUpdate()
756 nnriE.getValue().channelInfo = channelInfo; in onDataPathSchedUpdate()
1178 public List<NanDataPathChannelInfo> channelInfo; field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation
1417 channelInfo).append(", equivalentSpecifiers=["); in toString()
DWifiAwareNativeCallback.java516 event.channelInfo); in eventDataPathConfirm_1_2()
531 event.ndpInstanceIds, event.channelInfo); in eventDataPathScheduleUpdate()
DWifiAwareStateManager.java1144 byte[] message, List<NanDataPathChannelInfo> channelInfo) { in onDataPathConfirmNotification() argument
1152 msg.obj = channelInfo; in onDataPathConfirmNotification()
1172 List<NanDataPathChannelInfo> channelInfo) { in onDataPathScheduleUpdateNotification() argument
1177 msg.obj = channelInfo; in onDataPathScheduleUpdateNotification()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java477 sb.append(", mChannelInfo=" + mRouterFingerPrintProto.channelInfo); in toString()
1239 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.channelInfo = in updateMetricsFromScanResult()