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/base/media/libmediaplayerservice/
H A DMediaPlayerService.h59 notify_callback_f mCb; member in class:android::Antagonizer
/frameworks/base/media/java/android/media/
H A DAudioService.java809 private IBinder mCb; // To be notified of client's death field in class:AudioService.SetModeDeathHandler
814 mCb = cb;
826 newModeOwnerPid = setModeInt(AudioSystem.MODE_NORMAL, mCb, mPid);
849 return mCb;
1321 private IBinder mCb; // To be notified of client's death field in class:AudioService.ScoClient
1326 mCb = cb;
1349 mCb.linkToDeath(this, 0);
1352 Log.w(TAG, "ScoClient incCount() could not link to "+mCb+" binder death");
1367 mCb.unlinkToDeath(this, 0);
1381 mCb
2900 private IBinder mCb; // To be notified of client's death field in class:AudioService.AudioFocusDeathHandler
3097 private IBinder mCb; // To be notified of client's death field in class:AudioService.RcClientDeathHandler
3629 private IBinder mCb; // To be notified of client's death field in class:AudioService.RcDisplayDeathHandler
[all...]

Completed in 90 milliseconds