Searched defs:mCb (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java57 final IInputMethodCallback mCb; field in class:IInputMethodSessionWrapper.InputMethodEventCallbackWrapper
59 mCb = cb;
63 mCb.finishedEvent(seq, handled);
H A DIInputMethodWrapper.java82 final IInputMethodCallback mCb; field in class:IInputMethodWrapper.InputMethodSessionCallbackWrapper
85 mCb = cb;
92 mCb.sessionCreated(wrap);
94 mCb.sessionCreated(null);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h63 notify_callback_f mCb; member in class:android::Antagonizer
/frameworks/base/media/java/android/media/
H A DAudioService.java862 private IBinder mCb; // To be notified of client's death field in class:AudioService.ForceControlStreamClient
874 mCb = cb;
890 if (mCb != null) {
891 mCb.unlinkToDeath(this, 0);
892 mCb = null;
1267 private IBinder mCb; // To be notified of client's death field in class:AudioService.SetModeDeathHandler
1272 mCb = cb;
1284 newModeOwnerPid = setModeInt(AudioSystem.MODE_NORMAL, mCb, mPid);
1307 return mCb;
1738 private IBinder mCb; // T field in class:AudioService.ScoClient
3749 private IBinder mCb; // To be notified of client's death field in class:AudioService.AudioFocusDeathHandler
4168 private IBinder mCb; // To be notified of client's death field in class:AudioService.RcClientDeathHandler
4841 private IBinder mCb; // To be notified of client's death field in class:AudioService.RcDisplayDeathHandler
[all...]

Completed in 67 milliseconds