Searched defs:mProxy (Results 1 - 6 of 6) sorted by relevance
/frameworks/av/include/media/ |
H A D | AudioRecord.h | 398 AudioRecordClientProxy* mProxy; member in class:android::AudioRecord
|
H A D | AudioTrack.h | 601 AudioTrackClientProxy* mProxy; member in class:android::AudioTrack
|
/frameworks/base/core/java/android/webkit/ |
H A D | HTML5VideoView.java | 52 protected HTML5VideoViewProxy mProxy; field in class:HTML5VideoView 89 mTimer.schedule(new TimeupdateTask(mProxy), TIMEUPDATE_PERIOD, 181 mProxy = null; 222 mProxy = proxy; 290 private HTML5VideoViewProxy mProxy; field in class:HTML5VideoView.TimeupdateTask 293 mProxy = proxy; 298 mProxy.onTimeupdate(); 306 if (mProxy != null) { 307 mProxy.onPrepared(mp); 310 pauseAndDispatch(mProxy); [all...] |
H A D | HTML5VideoViewProxy.java | 447 private final HTML5VideoViewProxy mProxy; field in class:HTML5VideoViewProxy.PosterDownloader 465 mProxy = proxy; 521 mProxy.doSetPoster(poster); 577 mRequestQueue = new RequestQueue(mProxy.getContext());
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
H A D | SipService.java | 781 private SipSessionListenerProxy mProxy = new SipSessionListenerProxy(); field in class:SipService.SipAutoReg 901 setListener(mProxy.getListener()); 917 mProxy.setListener(listener); 925 mProxy.onRegistering(mSession); 929 mProxy.onRegistrationDone(mSession, duration); 932 mProxy.onRegistrationTimeout(mSession); 934 mProxy.onRegistrationFailed(mSession, mErrorCode, 938 mProxy.onRegistrationFailed(mSession, 942 mProxy.onRegistrationFailed(mSession, 946 mProxy [all...] |
H A D | SipSessionGroup.java | 487 replacedSession.mProxy.getListener(), 490 newSession.mProxy.onCallTransferring(newSession, 497 newSession = createNewSession(event, mProxy, 500 mProxy.onRinging(newSession, newSession.mPeerProfile, 538 SipSessionListenerProxy mProxy = new SipSessionListenerProxy(); field in class:SipSessionGroup.SipSessionImpl 597 return new SipSessionImpl(mProxy.getListener()); 675 mProxy.setListener((listener instanceof SipSessionListenerProxy) 909 mProxy.onRegistrationTimeout(this); 1079 mProxy.onCalling(this); 1088 mProxy [all...] |
Completed in 106 milliseconds