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

/frameworks/base/libs/binder/
H A DBinder.cpp217 : mRemote(o.get()), mRefs(NULL), mState(0)
221 if (mRemote) {
222 mRemote->incStrong(this); // Removed on first IncStrong().
223 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
229 if (mRemote) {
231 mRemote->decStrong(this);
244 if (mRemote) {
245 mRemote->decStrong(this);
251 return mRemote ? mRefs->attemptIncStrong(this) : false;
/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java108 mRemote = remote;
112 return mRemote;
120 mRemote.transact(GET_SERVICE_TRANSACTION, data, reply, 0);
132 mRemote.transact(CHECK_SERVICE_TRANSACTION, data, reply, 0);
146 mRemote.transact(ADD_SERVICE_TRANSACTION, data, reply, 0);
155 mRemote.transact(LIST_SERVICES_TRANSACTION, data, reply, 0);
168 mRemote.transact(SET_PERMISSION_CONTROLLER_TRANSACTION, data, reply, 0);
173 private IBinder mRemote; field in class:ServiceManagerProxy
/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 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);
177 mRemote
[all...]
/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/base/include/binder/
H A DBinder.h87 inline IBinder* remote() { return mRemote; }
88 inline IBinder* remote() const { return mRemote; }
94 IBinder* const mRemote; member in class:android::BpRefBase
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java418 private final IBinder mRemote; field in class:ApplicationThreadProxy
421 mRemote = remote;
425 return mRemote;
436 mRemote.transact(SCHEDULE_PAUSE_ACTIVITY_TRANSACTION, data, null,
448 mRemote.transact(SCHEDULE_STOP_ACTIVITY_TRANSACTION, data, null,
459 mRemote.transact(SCHEDULE_WINDOW_VISIBILITY_TRANSACTION, data, null,
470 mRemote.transact(SCHEDULE_RESUME_ACTIVITY_TRANSACTION, data, null,
481 mRemote.transact(SCHEDULE_SEND_RESULT_TRANSACTION, data, null,
501 mRemote.transact(SCHEDULE_LAUNCH_ACTIVITY_TRANSACTION, data, null,
523 mRemote
[all...]
H A DActivityManagerNative.java1324 mRemote = remote;
1329 return mRemote;
1350 mRemote.transact(START_ACTIVITY_TRANSACTION, data, reply, 0);
1375 mRemote.transact(START_ACTIVITY_AND_WAIT_TRANSACTION, data, reply, 0);
1401 mRemote.transact(START_ACTIVITY_TRANSACTION, data, reply, 0);
1429 mRemote.transact(START_ACTIVITY_INTENT_SENDER_TRANSACTION, data, reply, 0);
1443 mRemote.transact(START_NEXT_MATCHING_ACTIVITY_TRANSACTION, data, reply, 0);
1463 mRemote.transact(FINISH_ACTIVITY_TRANSACTION, data, reply, 0);
1478 mRemote.transact(FINISH_SUB_ACTIVITY_TRANSACTION, data, reply, 0);
1488 mRemote
2899 private IBinder mRemote; field in class:ActivityManagerProxy
[all...]
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java192 private IBinder mRemote; field in class:BulkCursorProxy
197 mRemote = remote;
203 return mRemote;
215 mRemote.transact(GET_CURSOR_WINDOW_TRANSACTION, data, reply, 0);
238 mRemote.transact(ON_MOVE_TRANSACTION, data, reply, 0);
253 boolean result = mRemote.transact(COUNT_TRANSACTION, data, reply, 0);
275 mRemote.transact(GET_COLUMN_NAMES_TRANSACTION, data, reply, 0);
298 mRemote.transact(DEACTIVATE_TRANSACTION, data, reply, 0);
312 mRemote.transact(CLOSE_TRANSACTION, data, reply, 0);
328 boolean result = mRemote
[all...]
H A DCursorToBulkCursorAdaptor.java46 protected IContentObserver mRemote; field in class:CursorToBulkCursorAdaptor.ContentObserverProxy
50 mRemote = remoteObserver;
59 return mRemote.asBinder().unlinkToDeath(recipient, 0);
71 mRemote.onChange(selfChange);
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java280 mRemote = remote;
285 return mRemote;
328 mRemote.transact(IContentProvider.QUERY_TRANSACTION, data, reply, 0);
385 mRemote.transact(IContentProvider.GET_TYPE_TRANSACTION, data, reply, 0);
406 mRemote.transact(IContentProvider.INSERT_TRANSACTION, data, reply, 0);
426 mRemote.transact(IContentProvider.BULK_INSERT_TRANSACTION, data, reply, 0);
447 mRemote.transact(IContentProvider.APPLY_BATCH_TRANSACTION, data, reply, 0);
470 mRemote.transact(IContentProvider.DELETE_TRANSACTION, data, reply, 0);
493 mRemote.transact(IContentProvider.UPDATE_TRANSACTION, data, reply, 0);
514 mRemote
571 private IBinder mRemote; field in class:ContentProviderProxy
[all...]
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp112 sockaddr_storage mRemote; member in class:__anon763::AudioStream
197 mRemote = *remote;
291 (sockaddr *)&mRemote, sizeof(mRemote));
354 sendto(mSocket, buffer, length + 12, MSG_DONTWAIT, (sockaddr *)&mRemote,
355 sizeof(mRemote));
436 mRemote = remote;
/frameworks/base/tools/aidl/
H A Dgenerate_java.cpp192 Variable* mRemote; member in class:ProxyClass
206 // IBinder mRemote
207 mRemote = new Variable(IBINDER_TYPE, "mRemote");
208 this->elements.push_back(new Field(PRIVATE, mRemote));
216 ctor->statements->Add(new Assignment(mRemote, remote));
225 asBinder->statements->Add(new ReturnStatement(mRemote));
517 MethodCall* call = new MethodCall(proxyClass->mRemote, "transact", 4,

Completed in 702 milliseconds