Searched refs:mCb (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java84 final IInputSessionCallback mCb; field in class:IInputMethodWrapper.InputMethodSessionCallbackWrapper
90 mCb = cb;
99 mCb.sessionCreated(wrap);
104 mCb.sessionCreated(null);
/frameworks/base/media/java/android/media/
H A DAudioService.java1034 private IBinder mCb; // To be notified of client's death field in class:AudioService.ForceControlStreamClient
1046 mCb = cb;
1062 if (mCb != null) {
1063 mCb.unlinkToDeath(this, 0);
1064 mCb = null;
1472 private IBinder mCb; // To be notified of client's death field in class:AudioService.SetModeDeathHandler
1477 mCb = cb;
1489 newModeOwnerPid = setModeInt(AudioSystem.MODE_NORMAL, mCb, mPid);
1514 return mCb;
1969 private IBinder mCb; // T field in class:AudioService.ScoClient
4368 private IBinder mCb; // To be notified of client's death field in class:AudioService.AudioFocusDeathHandler
4803 final private IBinder mCb; // To be notified of client's death field in class:AudioService.RcClientDeathHandler
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h65 notify_callback_f mCb; member in class:android::Antagonizer
H A DMediaPlayerService.cpp1146 mExit(false), mActive(false), mClient(client), mCb(cb)
1166 p->mCb(p->mClient, 0, 0, 0);
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java3670 private CallBack mCb; field in class:ConnectivityService.CheckMp.Params
3675 mCb = cb;
3680 return "{" + " url=" + mUrl + " mTimeOutMs=" + mTimeOutMs + " mCb=" + mCb + "}";
3875 if ((mParams != null) && (mParams.mCb != null)) {
3876 mParams.mCb.onComplete(result);

Completed in 149 milliseconds