Searched defs:mProxy (Results 1 - 7 of 7) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java176 private final CameraDevice.StateListener mProxy; field in class:BlockingCameraManager.OpenListener
193 mProxy = listener;
225 if (mProxy != null) mProxy.onOpened(camera);
248 if (mProxy != null) mProxy.onDisconnected(camera);
274 if (mProxy != null) mProxy.onError(camera, error);
279 if (mProxy != null) mProxy
[all...]
H A DBlockingStateListener.java46 private final CameraDevice.StateListener mProxy; field in class:BlockingStateListener
127 mProxy = null;
131 mProxy = listener;
137 if (mProxy != null) mProxy.onOpened(camera);
143 if (mProxy != null) mProxy.onDisconnected(camera);
149 if (mProxy != null) mProxy.onError(camera, error);
155 if (mProxy !
[all...]
/frameworks/av/include/media/
H A DAudioRecord.h492 sp<AudioRecordClientProxy> mProxy; member in class:android::AudioRecord
H A DAudioTrack.h739 sp<AudioTrackClientProxy> mProxy; // primary owner of the memory member in class:android::AudioTrack
/frameworks/base/media/java/android/media/
H A DSoundPool.java450 private SoundPool mProxy; field in class:SoundPool.SoundPoolImpl
466 mProxy = proxy;
559 mEventHandler = new EventHandler(mProxy, looper);
561 mEventHandler = new EventHandler(mProxy, looper);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java781 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 DSipSessionGroup.java487 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 195 milliseconds