Searched refs:mProbe (Results 1 – 3 of 3) sorted by relevance
401 memcpy(ctrl, &mProbe, sizeof(struct uvc_streaming_control)); in processSetupStreamingEvent()560 setStreamingControl(&mProbe, &triplet); in processDataEvent()712 memset(&mProbe, 0, sizeof(mProbe)); in processStreamOffEvent()
167 struct uvc_streaming_control mProbe {}; struct
3201 private final Probe mProbe; field in NetworkMonitor.ProbeThread3206 mProbe = (probeType == ValidationProbeEvent.PROBE_HTTPS) in ProbeThread()3221 mResult = mProbe.sendProbe(); in run()3222 if (isConclusiveResult(mResult, mProbe.mCaptivePortalApiUrl)) { in run()