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

/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java59 final IInputMethodCallback mCb; field in class:IInputMethodSessionWrapper.InputMethodEventCallbackWrapper
61 mCb = cb;
65 mCb.finishedEvent(seq, handled);
H A DIInputMethodWrapper.java83 final IInputMethodCallback mCb; field in class:IInputMethodWrapper.InputMethodSessionCallbackWrapper
86 mCb = cb;
93 mCb.sessionCreated(wrap);
95 mCb.sessionCreated(null);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h65 notify_callback_f mCb; member in class:android::Antagonizer
/frameworks/base/media/java/android/media/
H A DAudioService.java975 private IBinder mCb; // To be notified of client's death field in class:AudioService.ForceControlStreamClient
987 mCb = cb;
1003 if (mCb != null) {
1004 mCb.unlinkToDeath(this, 0);
1005 mCb = null;
1406 private IBinder mCb; // To be notified of client's death field in class:AudioService.SetModeDeathHandler
1411 mCb = cb;
1423 newModeOwnerPid = setModeInt(AudioSystem.MODE_NORMAL, mCb, mPid);
1446 return mCb;
1899 private IBinder mCb; // T field in class:AudioService.ScoClient
4165 private IBinder mCb; // To be notified of client's death field in class:AudioService.AudioFocusDeathHandler
4595 private IBinder mCb; // To be notified of client's death field in class:AudioService.RcClientDeathHandler
5292 private IBinder mCb; // To be notified of client's death field in class:AudioService.RcDisplayDeathHandler
[all...]

Completed in 185 milliseconds