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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
portabledeviceconnectapi.h 30 STDMETHOD_(HRESULT,OnComplete)(THIS_ HRESULT hrStatus) PURE;
38 #define IConnectionRequestCallback_OnComplete(This,hrStatus) (This)->lpVtbl->OnComplete(This,hrStatus)
napsystemhealthvalidator.h 288 virtual HRESULT STDMETHODCALLTYPE OnComplete(
313 HRESULT (STDMETHODCALLTYPE *OnComplete)(
331 #define INapServerCallback_OnComplete(This,request,errorCode) (This)->lpVtbl->OnComplete(This,request,errorCode)
345 return This->lpVtbl->OnComplete(This,request,errorCode);
  /external/webrtc/webrtc/base/
httpbase.h 55 virtual void OnComplete(HttpError err) = 0;
163 void OnComplete(HttpError err) override;
httpbase.cc 224 OnComplete(error);
877 HttpBase::OnComplete(HttpError err) {
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 125 virtual void OnComplete(const StatsReports& reports) = 0;
peerconnection.cc     [all...]
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 125 virtual void OnComplete(const StatsReports& reports) {
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm 126 void OnComplete(const StatsReports& reports) override {
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 655 void OnComplete(const StatsReports& reports) override {
658 jmethodID m = GetMethodID(jni(), *j_observer_class_, "onComplete",
    [all...]

Completed in 297 milliseconds