Searched refs:mRemote (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java65 mRemote = ServiceManager.getService(SERVICE_NAME);
66 if (null == mRemote)
69 mInterfaceDesc = mRemote.getInterfaceDescriptor();
70 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc);
71 mRemote.linkToDeath(mDeathHandler, 0);
100 if (null != mRemote) {
102 mRemote.unlinkToDeath(mDeathHandler, 0);
105 mRemote = null;
364 mRemote.transact(METHOD_FORCE_NETWORKLESS_MASTER_MODE, data, reply, 0);
406 return ((null == mRemote) || (nul
417 private IBinder mRemote = null; field in class:CommonTimeConfig
[all...]
H A DCancellationSignal.java27 private ICancellationSignal mRemote; field in class:CancellationSignal
72 remote = mRemote;
141 if (mRemote == remote) {
144 mRemote = remote;
H A DCommonClock.java114 mRemote = ServiceManager.getService(SERVICE_NAME);
115 if (null == mRemote)
118 mInterfaceDesc = mRemote.getInterfaceDescriptor();
119 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc);
120 mRemote.linkToDeath(mDeathHandler, 0);
151 if (null != mRemote) {
153 mRemote.unlinkToDeath(mDeathHandler, 0);
156 mRemote = null;
294 if ((null == mRemote) || (null == mUtils))
302 private IBinder mRemote field in class:CommonClock
[all...]
H A DServiceManagerNative.java111 mRemote = remote;
115 return mRemote;
123 mRemote.transact(GET_SERVICE_TRANSACTION, data, reply, 0);
135 mRemote.transact(CHECK_SERVICE_TRANSACTION, data, reply, 0);
150 mRemote.transact(ADD_SERVICE_TRANSACTION, data, reply, 0);
165 boolean res = mRemote.transact(LIST_SERVICES_TRANSACTION, data, reply, 0);
190 mRemote.transact(SET_PERMISSION_CONTROLLER_TRANSACTION, data, reply, 0);
195 private IBinder mRemote; field in class:ServiceManagerProxy
H A DCommonTimeUtils.java44 mRemote = remote;
57 mRemote.transact(method_code, data, reply, 0);
77 mRemote.transact(method_code, data, reply, 0);
99 mRemote.transact(method_code, data, reply, 0);
119 mRemote.transact(method_code, data, reply, 0);
141 mRemote.transact(method_code, data, reply, 0);
161 mRemote.transact(method_code, data, reply, 0);
183 mRemote.transact(method_code, data, reply, 0);
277 mRemote.transact(method_code, data, reply, 0);
291 private IBinder mRemote; field in class:CommonTimeUtils
[all...]
/frameworks/native/libs/binder/
H A DBinder.cpp234 : mRemote(o.get()), mRefs(NULL), mState(0)
238 if (mRemote) {
239 mRemote->incStrong(this); // Removed on first IncStrong().
240 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
246 if (mRemote) {
248 mRemote->decStrong(this);
261 if (mRemote) {
262 mRemote->decStrong(this);
268 return mRemote ? mRefs->attemptIncStrong(this) : false;
/frameworks/base/core/java/android/os/storage/
H A DIMountShutdownObserver.java80 private IBinder mRemote; field in class:IMountShutdownObserver.Stub.Proxy
83 mRemote = remote;
87 return mRemote;
106 mRemote.transact(Stub.TRANSACTION_onShutDownComplete, _data, _reply, 0);
H A DIObbActionListener.java85 private IBinder mRemote; field in class:IObbActionListener.Stub.Proxy
88 mRemote = remote;
92 return mRemote;
115 mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
H A DIMountServiceListener.java93 private IBinder mRemote; field in class:IMountServiceListener.Stub.Proxy
96 mRemote = remote;
100 return mRemote;
118 mRemote.transact(Stub.TRANSACTION_onUsbMassStorageConnectionChanged, _data,
145 mRemote.transact(Stub.TRANSACTION_onStorageStateChanged, _data, _reply, 0);
H A DIMountService.java37 private final IBinder mRemote; field in class:IMountService.Stub.Proxy
40 mRemote = remote;
44 return mRemote;
61 mRemote.transact(Stub.TRANSACTION_registerListener, _data, _reply, 0);
78 mRemote.transact(Stub.TRANSACTION_unregisterListener, _data, _reply, 0);
95 mRemote.transact(Stub.TRANSACTION_isUsbMassStorageConnected, _data, _reply, 0);
116 mRemote.transact(Stub.TRANSACTION_setUsbMassStorageEnabled, _data, _reply, 0);
134 mRemote.transact(Stub.TRANSACTION_isUsbMassStorageEnabled, _data, _reply, 0);
155 mRemote.transact(Stub.TRANSACTION_mountVolume, _data, _reply, 0);
179 mRemote
[all...]
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java141 private IBinder mRemote; field in class:BulkCursorProxy
146 mRemote = remote;
152 return mRemote;
163 mRemote.transact(GET_CURSOR_WINDOW_TRANSACTION, data, reply, 0);
184 mRemote.transact(ON_MOVE_TRANSACTION, data, reply, 0);
199 mRemote.transact(DEACTIVATE_TRANSACTION, data, reply, 0);
214 mRemote.transact(CLOSE_TRANSACTION, data, reply, 0);
229 boolean result = mRemote.transact(REQUERY_TRANSACTION, data, reply, 0);
253 mRemote.transact(GET_EXTRAS_TRANSACTION, data, reply, 0);
272 mRemote
[all...]
H A DCursorToBulkCursorAdaptor.java56 protected IContentObserver mRemote; field in class:CursorToBulkCursorAdaptor.ContentObserverProxy
60 mRemote = remoteObserver;
69 return mRemote.asBinder().unlinkToDeath(recipient, 0);
81 mRemote.onChange(selfChange, uri, android.os.Process.myUid());
/frameworks/base/core/tests/coretests/src/android/os/
H A DAidlTest.java30 private IAidlTest mRemote; field in class:AidlTest
36 mRemote = IAidlTest.Stub.asInterface(mLocal);
209 int result = mRemote.intMethod(42);
216 TestParcelable result = mRemote.parcelableIn(arg);
226 TestParcelable result = mRemote.parcelableOut(arg);
234 TestParcelable result = mRemote.parcelableInOut(arg);
245 TestParcelable result = mRemote.listParcelableLonger(list, 1);
270 int result = mRemote.listParcelableShorter(list, 2);
291 boolean[] br = mRemote.booleanArray(b0, b1, b2);
307 char[] cr = mRemote
[all...]
/frameworks/native/include/binder/
H A DBinder.h89 inline IBinder* remote() { return mRemote; }
90 inline IBinder* remote() const { return mRemote; }
96 IBinder* const mRemote; member in class:android::BpRefBase
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java685 private final IBinder mRemote; field in class:ApplicationThreadProxy
688 mRemote = remote;
692 return mRemote;
704 mRemote.transact(SCHEDULE_PAUSE_ACTIVITY_TRANSACTION, data, null,
716 mRemote.transact(SCHEDULE_STOP_ACTIVITY_TRANSACTION, data, null,
727 mRemote.transact(SCHEDULE_WINDOW_VISIBILITY_TRANSACTION, data, null,
738 mRemote.transact(SCHEDULE_SLEEPING_TRANSACTION, data, null,
752 mRemote.transact(SCHEDULE_RESUME_ACTIVITY_TRANSACTION, data, null,
763 mRemote.transact(SCHEDULE_SEND_RESULT_TRANSACTION, data, null,
797 mRemote
[all...]
H A DActivityManagerNative.java2395 mRemote = remote;
2400 return mRemote;
2429 mRemote.transact(START_ACTIVITY_TRANSACTION, data, reply, 0);
2465 mRemote.transact(START_ACTIVITY_AS_USER_TRANSACTION, data, reply, 0);
2499 mRemote.transact(START_ACTIVITY_AS_CALLER_TRANSACTION, data, reply, 0);
2534 mRemote.transact(START_ACTIVITY_AND_WAIT_TRANSACTION, data, reply, 0);
2564 mRemote.transact(START_ACTIVITY_TRANSACTION, data, reply, 0);
2598 mRemote.transact(START_ACTIVITY_INTENT_SENDER_TRANSACTION, data, reply, 0);
2633 mRemote.transact(START_VOICE_ACTIVITY_TRANSACTION, data, reply, 0);
2653 mRemote
5468 private IBinder mRemote; field in class:ActivityManagerProxy
[all...]
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java34 private final IBinder mRemote; field in class:IKeystoreService.Stub.Proxy
37 mRemote = remote;
41 return mRemote;
54 mRemote.transact(Stub.TRANSACTION_test, _data, _reply, 0);
71 mRemote.transact(Stub.TRANSACTION_get, _data, _reply, 0);
91 mRemote.transact(Stub.TRANSACTION_insert, _data, _reply, 0);
109 mRemote.transact(Stub.TRANSACTION_del, _data, _reply, 0);
127 mRemote.transact(Stub.TRANSACTION_exist, _data, _reply, 0);
145 mRemote.transact(Stub.TRANSACTION_saw, _data, _reply, 0);
170 mRemote
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java378 mRemote = remote;
383 return mRemote;
419 mRemote.transact(IContentProvider.QUERY_TRANSACTION, data, reply, 0);
452 mRemote.transact(IContentProvider.GET_TYPE_TRANSACTION, data, reply, 0);
474 mRemote.transact(IContentProvider.INSERT_TRANSACTION, data, reply, 0);
495 mRemote.transact(IContentProvider.BULK_INSERT_TRANSACTION, data, reply, 0);
518 mRemote.transact(IContentProvider.APPLY_BATCH_TRANSACTION, data, reply, 0);
542 mRemote.transact(IContentProvider.DELETE_TRANSACTION, data, reply, 0);
566 mRemote.transact(IContentProvider.UPDATE_TRANSACTION, data, reply, 0);
592 mRemote
762 private IBinder mRemote; field in class:ContentProviderProxy
[all...]
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp155 Variable* mRemote; member in class:ProxyClass
169 // IBinder mRemote
170 mRemote = new Variable(IBINDER_TYPE, "mRemote");
171 this->elements.push_back(new Field(PRIVATE, mRemote));
179 ctor->statements->Add(new Assignment(mRemote, remote));
188 asBinder->statements->Add(new ReturnStatement(mRemote));
454 MethodCall* call = new MethodCall(proxyClass->mRemote, "transact", 4,
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp118 sockaddr_storage mRemote; member in class:__anon1453::AudioStream
203 mRemote = *remote;
297 (sockaddr *)&mRemote, sizeof(mRemote));
356 sendto(mSocket, buffer, length + 12, MSG_DONTWAIT, (sockaddr *)&mRemote,
357 sizeof(mRemote));
435 mRemote = remote;

Completed in 3577 milliseconds