Searched refs:mCallbackStub (Results 1 – 2 of 2) sorted by relevance
73 private MediaCommunicationServiceCallbackStub mCallbackStub; field in MediaCommunicationManager181 if (mCallbackStub == null) { in registerSessionCallback()186 mCallbackStub = callbackStub; in registerSessionCallback()206 if (mCallbackStub != null && mTokenCallbackRecords.isEmpty()) { in unregisterSessionCallback()208 mService.unregisterCallback(mCallbackStub); in unregisterSessionCallback()212 mCallbackStub = null; in unregisterSessionCallback()
502 private final ServiceCallbackStub mCallbackStub; field in MediaRoute2ProviderServiceProxy.Connection506 mCallbackStub = new ServiceCallbackStub(this); in Connection()512 mService.setCallback(mCallbackStub); in register()523 mCallbackStub.dispose(); in dispose()