Searched refs:responderType (Results 1 – 6 of 6) sorted by relevance
210 public final int responderType; field in ResponderConfig280 this.responderType = builder.mResponderType; in ResponderConfig()316 public ResponderConfig(@NonNull MacAddress macAddress, @ResponderType int responderType, in ResponderConfig() argument325 this.responderType = responderType; in ResponderConfig()360 public ResponderConfig(@NonNull PeerHandle peerHandle, @ResponderType int responderType, in ResponderConfig() argument365 this.responderType = responderType; in ResponderConfig()404 @ResponderType int responderType, boolean supports80211mc, in ResponderConfig() argument409 this.responderType = responderType; in ResponderConfig()428 int responderType = RESPONDER_AP; in fromScanResult() local480 .setResponderType(responderType) in fromScanResult()[all …]
154 if (request.responderType == ResponderConfig.RESPONDER_AWARE) { in recordRequest()156 } else if (request.responderType == ResponderConfig.RESPONDER_AP) { in recordRequest()161 "Unexpected Responder type: " + request.responderType); in recordRequest()193 if (responder.responderType == ResponderConfig.RESPONDER_AP) { in recordResult()195 } else if (responder.responderType == ResponderConfig.RESPONDER_AWARE) { in recordResult()215 if (responder.responderType == ResponderConfig.RESPONDER_AP) { in recordResult()217 } else if (responder.responderType == ResponderConfig.RESPONDER_AWARE) { in recordResult()
556 config -> config.responderType == ResponderConfig.RESPONDER_AWARE); in startRanging()980 if (responderConfig.responderType == ResponderConfig.RESPONDER_AWARE) { in startRanging()1245 config -> config.responderType == ResponderConfig.RESPONDER_AWARE); in onRangingResults()
475 config.peer = frameworkToHalRttPeerType(responder.responderType); in convertRangingRequestToRttConfigs()555 private static int frameworkToHalRttPeerType(int responderType) in frameworkToHalRttPeerType() argument557 switch (responderType) { in frameworkToHalRttPeerType()570 "frameworkToHalRttPeerType: bad " + responderType); in frameworkToHalRttPeerType()
626 config.peer = halRttPeerTypeFromResponderType(responder.responderType); in convertRangingRequestToRttConfigs()711 config.peer = halRttPeerTypeFromResponderType(responder.responderType); in convertRangingRequestToRttConfigs14()778 config.peer = halRttPeerTypeFromResponderType(responder.responderType); in convertRangingRequestToRttConfigs16()824 private static int halRttPeerTypeFromResponderType(int responderType) { in halRttPeerTypeFromResponderType() argument825 switch (responderType) { in halRttPeerTypeFromResponderType()838 "halRttPeerTypeFromResponderType: bad " + responderType); in halRttPeerTypeFromResponderType()
1712 field public final int responderType;