Searched refs:mCb (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 57 final IInputMethodCallback mCb; field in IInputMethodSessionWrapper.InputMethodEventCallbackWrapper 59 mCb = cb; in InputMethodEventCallbackWrapper() 63 mCb.finishedEvent(seq, handled); in finishedEvent()
|
D | IInputMethodWrapper.java | 82 final IInputMethodCallback mCb; field in IInputMethodWrapper.InputMethodSessionCallbackWrapper 85 mCb = cb; in InputMethodSessionCallbackWrapper() 92 mCb.sessionCreated(wrap); in sessionCreated() 94 mCb.sessionCreated(null); in sessionCreated()
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 798 private IBinder mCb; // To be notified of client's death field in AudioService.SetModeDeathHandler 803 mCb = cb; in SetModeDeathHandler() 815 newModeOwnerPid = setModeInt(AudioSystem.MODE_NORMAL, mCb, mPid); in binderDied() 838 return mCb; in getBinder() 1310 private IBinder mCb; // To be notified of client's death field in AudioService.ScoClient 1315 mCb = cb; in ScoClient() 1338 mCb.linkToDeath(this, 0); in incCount() 1341 Log.w(TAG, "ScoClient incCount() could not link to "+mCb+" binder death"); in incCount() 1356 mCb.unlinkToDeath(this, 0); in decCount() 1370 mCb.unlinkToDeath(this, 0); in clearCount() [all …]
|
/frameworks/base/media/libmediaplayerservice/ |
D | MediaPlayerService.h | 59 notify_callback_f mCb; variable
|
D | MediaPlayerService.cpp | 1123 mExit(false), mActive(false), mClient(client), mCb(cb) in Antagonizer() 1143 p->mCb(p->mClient, 0, 0, 0); in callbackThread()
|