Searched refs:callbackBinder (Results 1 – 3 of 3) sorted by relevance
106 IBinder callbackBinder = extras.getBinder(INPUT_CALLBACK_BINDER_KEY); in doCallbackIfPossible() local107 if (callbackBinder == null) { in doCallbackIfPossible()114 callbackBinder.transact(INPUT_CALLBACK_BINDER_CODE, dataIn, null, IBinder.FLAG_ONEWAY); in doCallbackIfPossible()
241 std::shared_ptr<StatsPullAtomCallbackInternal> callbackBinder = in AStatsManager_setPullAtomCallback() local248 mPullers[atom_tag] = callbackBinder; in AStatsManager_setPullAtomCallback()251 std::thread registerThread(registerStatsPullAtomCallbackBlocking, atom_tag, callbackBinder); in AStatsManager_setPullAtomCallback()
3260 IBinder callbackBinder = callback.asBinder(); in registerClient() local3265 verify(callbackBinder).linkToDeath(deathRecipientCaptor.capture(), eq(0)); in registerClient()3267 Pair.create(callbackBinder, deathRecipientCaptor.getValue())); in registerClient()3269 verify(callbackBinder, never()).linkToDeath(any(), anyInt()); in registerClient()