Searched refs:mCb (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodWrapper.java | 82 final IInputMethodCallback mCb; field in class:IInputMethodWrapper.InputMethodSessionCallbackWrapper 85 mCb = cb; 92 mCb.sessionCreated(wrap); 94 mCb.sessionCreated(null);
|
H A D | IInputMethodSessionWrapper.java | 57 final IInputMethodCallback mCb; field in class:IInputMethodSessionWrapper.InputMethodEventCallbackWrapper 59 mCb = cb; 63 mCb.finishedEvent(seq, handled);
|
/frameworks/base/media/java/android/media/ |
H A D | AudioService.java | 809 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...] |
/frameworks/base/media/libmediaplayerservice/ |
H A D | MediaPlayerService.h | 59 notify_callback_f mCb; member in class:android::Antagonizer
|
H A D | MediaPlayerService.cpp | 1119 mExit(false), mActive(false), mClient(client), mCb(cb) 1139 p->mCb(p->mClient, 0, 0, 0);
|
Completed in 78 milliseconds