Home | History | Annotate | Download | only in os

Lines Matching refs:mRemote

122         mRemote = ServiceManager.getService(SERVICE_NAME);
123 if (null == mRemote)
126 mInterfaceDesc = mRemote.getInterfaceDescriptor();
127 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc);
128 mRemote.linkToDeath(mDeathHandler, 0);
159 if (null != mRemote) {
161 mRemote.unlinkToDeath(mDeathHandler, 0);
164 mRemote = null;
302 if ((null == mRemote) || (null == mUtils))
310 private IBinder mRemote = null;
358 mRemote.transact(METHOD_REGISTER_LISTENER, data, reply, 0);
374 mRemote = null;
389 mRemote.transact(METHOD_UNREGISTER_LISTENER, data, reply, 0);