Searched refs:_reply (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java58 Parcel _reply = Parcel.obtain();
62 mRemote.transact(Stub.TRANSACTION_registerListener, _data, _reply, 0);
63 _reply.readException();
65 _reply.recycle();
75 Parcel _reply = Parcel.obtain();
79 mRemote.transact(Stub.TRANSACTION_unregisterListener, _data, _reply, 0);
80 _reply.readException();
82 _reply.recycle();
92 Parcel _reply = Parcel.obtain();
96 mRemote.transact(Stub.TRANSACTION_isUsbMassStorageConnected, _data, _reply,
[all...]
H A DIMountServiceListener.java149 Parcel _reply = Parcel.obtain();
154 _reply, android.os.IBinder.FLAG_ONEWAY);
155 _reply.readException();
157 _reply.recycle();
174 Parcel _reply = Parcel.obtain();
180 mRemote.transact(Stub.TRANSACTION_onStorageStateChanged, _data, _reply,
182 _reply.readException();
184 _reply.recycle();
193 Parcel _reply = Parcel.obtain();
199 mRemote.transact(Stub.TRANSACTION_onVolumeStateChanged, _data, _reply,
[all...]
H A DIMountShutdownObserver.java102 Parcel _reply = Parcel.obtain();
106 mRemote.transact(Stub.TRANSACTION_onShutDownComplete, _data, _reply, 0);
107 _reply.readException();
109 _reply.recycle();
H A DIObbActionListener.java109 Parcel _reply = Parcel.obtain();
115 mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
117 _reply.readException();
119 _reply.recycle();
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp406 Variable* _reply = NULL; local
408 _reply = new Variable(PARCEL_TYPE, "_reply");
409 proxy->statements->Add(new VariableDeclaration(_reply,
456 _data, _reply ? _reply : NULL_VALUE,
462 if (_reply) {
463 MethodCall* ex = new MethodCall(_reply, "readException", 0);
468 if (_reply != NULL) {
471 tryStatement->statements, _result, _reply,
[all...]

Completed in 1278 milliseconds