HomeSort by relevance Sort by last modified time
    Searched refs:reply (Results 26 - 50 of 470) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/camera/
ICameraService.cpp 45 Parcel data, reply; local
47 remote()->transact(BnCameraService::GET_NUMBER_OF_CAMERAS, data, &reply);
48 return reply.readInt32();
54 Parcel data, reply; local
57 remote()->transact(BnCameraService::GET_CAMERA_INFO, data, &reply);
58 cameraInfo->facing = reply.readInt32();
59 cameraInfo->orientation = reply.readInt32();
60 return reply.readInt32();
67 Parcel data, reply; local
73 remote()->transact(BnCameraService::CONNECT, data, &reply);
81 Parcel data, reply; local
93 Parcel data, reply; local
102 Parcel data, reply; local
    [all...]
  /frameworks/av/media/libmedia/
ICrypto.cpp 44 Parcel data, reply; local
46 remote()->transact(INIT_CHECK, data, &reply);
48 return reply.readInt32();
52 Parcel data, reply; local
55 remote()->transact(IS_CRYPTO_SUPPORTED, data, &reply);
57 return reply.readInt32() != 0;
62 Parcel data, reply; local
71 remote()->transact(CREATE_PLUGIN, data, &reply);
73 return reply.readInt32();
77 Parcel data, reply; local
86 Parcel data, reply; local
103 Parcel data, reply; local
    [all...]
IHDCP.cpp 44 Parcel data, reply; local
52 remote()->transact(OBSERVER_NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
64 Parcel data, reply; local
67 remote()->transact(HDCP_SET_OBSERVER, data, &reply);
68 return reply.readInt32();
72 Parcel data, reply; local
76 remote()->transact(HDCP_INIT_ASYNC, data, &reply);
77 return reply.readInt32();
81 Parcel data, reply; local
83 remote()->transact(HDCP_SHUTDOWN_ASYNC, data, &reply);
90 Parcel data, reply; local
115 Parcel data, reply; local
    [all...]
IAudioPolicyService.cpp 75 Parcel data, reply; local
80 remote()->transact(SET_DEVICE_CONNECTION_STATE, data, &reply);
81 return static_cast <status_t> (reply.readInt32());
88 Parcel data, reply; local
92 remote()->transact(GET_DEVICE_CONNECTION_STATE, data, &reply);
93 return static_cast <audio_policy_dev_state_t>(reply.readInt32());
98 Parcel data, reply; local
101 remote()->transact(SET_PHONE_STATE, data, &reply);
102 return static_cast <status_t> (reply.readInt32());
107 Parcel data, reply; local
117 Parcel data, reply; local
131 Parcel data, reply; local
146 Parcel data, reply; local
159 Parcel data, reply; local
170 Parcel data, reply; local
183 Parcel data, reply; local
196 Parcel data, reply; local
205 Parcel data, reply; local
214 Parcel data, reply; local
224 Parcel data, reply; local
237 Parcel data, reply; local
250 Parcel data, reply; local
263 Parcel data, reply; local
272 Parcel data, reply; local
281 Parcel data, reply; local
294 Parcel data, reply; local
307 Parcel data, reply; local
316 Parcel data, reply; local
326 Parcel data, reply; local
336 Parcel data, reply; local
346 Parcel data, reply; local
360 Parcel data, reply; local
    [all...]
  /frameworks/base/libs/storage/
IMountShutdownObserver.cpp 27 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
31 CHECK_INTERFACE(IMountShutdownObserver, data, reply);
34 reply->writeNoException();
38 return BBinder::onTransact(code, data, reply, flags);
IObbActionListener.cpp 41 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
45 CHECK_INTERFACE(IObbActionListener, data, reply);
50 reply->writeNoException();
54 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/native/libs/binder/
IPermissionController.cpp 42 Parcel data, reply; local
47 remote()->transact(CHECK_PERMISSION_TRANSACTION, data, &reply);
49 if (reply.readExceptionCode() != 0) return 0;
50 return reply.readInt32() != 0;
59 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
64 CHECK_INTERFACE(IPermissionController, data, reply);
69 reply->writeNoException();
70 reply->writeInt32(res ? 1 : 0);
74 return BBinder::onTransact(code, data, reply, flags);
IAppOpsService.cpp 41 Parcel data, reply; local
46 remote()->transact(CHECK_OPERATION_TRANSACTION, data, &reply);
48 if (reply.readExceptionCode() != 0) return MODE_ERRORED;
49 return reply.readInt32();
53 Parcel data, reply; local
58 remote()->transact(NOTE_OPERATION_TRANSACTION, data, &reply);
60 if (reply.readExceptionCode() != 0) return MODE_ERRORED;
61 return reply.readInt32();
65 Parcel data, reply; local
70 remote()->transact(START_OPERATION_TRANSACTION, data, &reply);
77 Parcel data, reply; local
87 Parcel data, reply; local
96 Parcel data, reply; local
    [all...]
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 56 Parcel data, reply; local
63 remote()->transact(CREATE_SURFACE, data, &reply);
64 *handle = reply.readStrongBinder();
65 *gbp = interface_cast<IGraphicBufferProducer>(reply.readStrongBinder());
66 return reply.readInt32();
70 Parcel data, reply; local
73 remote()->transact(DESTROY_SURFACE, data, &reply);
74 return reply.readInt32();
83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
87 CHECK_INTERFACE(ISurfaceComposerClient, data, reply);
    [all...]
IGraphicBufferProducer.cpp 55 Parcel data, reply; local
58 status_t result =remote()->transact(REQUEST_BUFFER, data, &reply);
62 bool nonNull = reply.readInt32();
65 reply.read(**buf);
67 result = reply.readInt32();
73 Parcel data, reply; local
76 status_t result =remote()->transact(SET_BUFFER_COUNT, data, &reply);
80 result = reply.readInt32();
86 Parcel data, reply; local
92 status_t result = remote()->transact(DEQUEUE_BUFFER, data, &reply);
111 Parcel data, reply; local
125 Parcel data, reply; local
133 Parcel data, reply; local
146 Parcel data, reply; local
158 Parcel data, reply; local
171 Parcel data, reply; local
    [all...]
ISurfaceComposer.cpp 56 Parcel data, reply; local
58 remote()->transact(BnSurfaceComposer::CREATE_CONNECTION, data, &reply);
59 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder());
65 Parcel data, reply; local
67 remote()->transact(BnSurfaceComposer::CREATE_GRAPHIC_BUFFER_ALLOC, data, &reply);
68 return interface_cast<IGraphicBufferAlloc>(reply.readStrongBinder());
76 Parcel data, reply; local
95 remote()->transact(BnSurfaceComposer::SET_TRANSACTION_STATE, data, &reply);
100 Parcel data, reply; local
102 remote()->transact(BnSurfaceComposer::BOOT_FINISHED, data, &reply);
111 Parcel data, reply; local
127 Parcel data, reply; local
161 Parcel data, reply; local
182 Parcel data, reply; local
192 Parcel data, reply; local
201 Parcel data, reply; local
209 Parcel data, reply; local
217 Parcel data, reply; local
    [all...]
IGraphicBufferAlloc.cpp 47 Parcel data, reply; local
53 remote()->transact(CREATE_GRAPHIC_BUFFER, data, &reply);
55 status_t result = reply.readInt32();
58 result = reply.read(*graphicBuffer);
59 // reply.readStrongBinder();
73 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
90 CHECK_INTERFACE(IGraphicBufferAlloc, data, reply);
98 reply->writeInt32(error);
100 reply->write(*result);
107 reply->writeStrongBinder( new BufferReference(result) )
    [all...]
  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 51 android.os.Parcel reply = android.os.Parcel.obtain(); local
57 mRemote.transact(method_code, data, reply, 0);
59 res = reply.readInt();
60 ret_val = (0 == res) ? reply.readInt() : error_ret_val;
63 reply.recycle();
72 android.os.Parcel reply = android.os.Parcel.obtain(); local
77 mRemote.transact(method_code, data, reply, 0);
79 return reply.readInt();
85 reply.recycle();
93 android.os.Parcel reply = android.os.Parcel.obtain() local
114 android.os.Parcel reply = android.os.Parcel.obtain(); local
135 android.os.Parcel reply = android.os.Parcel.obtain(); local
156 android.os.Parcel reply = android.os.Parcel.obtain(); local
177 android.os.Parcel reply = android.os.Parcel.obtain(); local
234 android.os.Parcel reply = android.os.Parcel.obtain(); local
    [all...]
ServiceManagerNative.java 52 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
60 reply.writeStrongBinder(service);
68 reply.writeStrongBinder(service);
84 reply.writeStringArray(list);
120 Parcel reply = Parcel.obtain(); local
123 mRemote.transact(GET_SERVICE_TRANSACTION, data, reply, 0);
124 IBinder binder = reply.readStrongBinder();
125 reply.recycle();
132 Parcel reply = Parcel.obtain(); local
135 mRemote.transact(CHECK_SERVICE_TRANSACTION, data, reply, 0)
145 Parcel reply = Parcel.obtain(); local
160 Parcel reply = Parcel.obtain(); local
187 Parcel reply = Parcel.obtain(); local
    [all...]
Binder.java 255 protected boolean onTransact(int code, Parcel data, Parcel reply,
258 reply.writeString(getInterfaceDescriptor());
275 if (reply != null) {
276 reply.writeNoException();
341 public final boolean transact(int code, Parcel data, Parcel reply,
347 boolean r = onTransact(code, data, reply, flags);
348 if (reply != null) {
349 reply.setDataPosition(0);
382 Parcel reply = Parcel.obtain(replyObj); local
388 res = onTransact(code, data, reply, flags)
426 Parcel reply = Parcel.obtain(); local
440 Parcel reply = Parcel.obtain(); local
    [all...]
  /frameworks/av/drm/common/
IDrmManagerService.cpp 115 Parcel data, reply; local
118 remote()->transact(ADD_UNIQUEID, data, &reply);
119 return reply.readInt32();
124 Parcel data, reply; local
127 remote()->transact(REMOVE_UNIQUEID, data, &reply);
131 Parcel data, reply; local
134 remote()->transact(ADD_CLIENT, data, &reply);
138 Parcel data, reply; local
141 remote()->transact(REMOVE_CLIENT, data, &reply);
147 Parcel data, reply; local
158 Parcel data, reply; local
171 Parcel data, reply; local
203 Parcel data, reply; local
233 Parcel data, reply; local
248 Parcel data, reply; local
299 Parcel data, reply; local
353 Parcel data, reply; local
381 Parcel data, reply; local
399 Parcel data, reply; local
413 Parcel data, reply; local
428 Parcel data, reply; local
445 Parcel data, reply; local
463 Parcel data, reply; local
479 Parcel data, reply; local
491 Parcel data, reply; local
502 Parcel data, reply; local
515 Parcel data, reply; local
549 Parcel data, reply; local
582 Parcel data, reply; local
618 Parcel data, reply; local
645 Parcel data, reply; local
671 Parcel data, reply; local
697 Parcel data, reply; local
713 Parcel data, reply; local
733 Parcel data, reply; local
766 Parcel data, reply; local
783 Parcel data, reply; local
    [all...]
IDrmServiceListener.cpp 28 Parcel data, reply; local
35 remote()->transact(NOTIFY, data, &reply);
36 return reply.readInt32();
42 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
47 CHECK_INTERFACE(IDrmServiceListener, data, reply);
53 reply->writeInt32(status);
58 return BBinder::onTransact(code, data, reply, flags);
  /external/robolectric/src/main/java/android/os/
ShadowBinderBridge.java 13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
14 return realBinder.onTransact(code, data, reply, flags);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowBinderTest.java 21 Parcel reply = Parcel.obtain(); local
22 assertTrue(testBinder.transact(2, data, reply, 3));
25 assertThat(testBinder.reply, sameInstance(reply));
32 Parcel reply; field in class:ShadowBinderTest.TestBinder
36 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
39 this.reply = reply;
  /frameworks/base/core/java/android/app/
IUserSwitchObserver.aidl 23 void onUserSwitching(int newUserId, IRemoteCallback reply);
  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 38 Parcel data, reply; local
41 status_t ret = am->transact(OPEN_CONTENT_URI_TRANSACTION, data, &reply);
43 int32_t exceptionCode = reply.readExceptionCode();
47 if (reply.readInt32() != 0) {
48 fd = dup(reply.readFileDescriptor());
  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 85 * Sets the connection ID header to include in the reply packets.
117 * reply must be specified in the <code>reply</code> argument.
120 * @param reply the headers that should be sent in the reply;
121 * <code>reply</code> will never be <code>null</code>
127 public int onConnect(HeaderSet request, HeaderSet reply) {
136 * reply must be specified in the <code>reply</code> argument.
139 * @param reply the headers that should be sent in the reply
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 36 DBusMessage **reply)
46 *reply = wpas_dbus_error_invalid_args(message,
57 *reply = wpas_dbus_error_invalid_args(message, val);
67 DBusMessage **reply)
77 *reply = wpas_dbus_error_invalid_args(message,
89 *reply = wpas_dbus_error_invalid_args(message, val);
99 DBusMessage **reply)
110 *reply = wpas_dbus_error_invalid_args(
119 *reply = wpas_dbus_error_invalid_args(message,
130 DBusMessage **reply)
226 DBusMessage *reply = NULL; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 186 char reply[10], cmd[256]; local
224 memset(reply, 0, sizeof(reply));
225 reply_len = sizeof(reply) - 1;
228 wpagui->ctrlRequest("ADD_NETWORK", reply, &reply_len);
229 if (reply[0] == 'F') {
236 id = atoi(reply);
404 reply_len = sizeof(reply);
405 wpagui->ctrlRequest(cmd, reply, &reply_len);
406 if (strncmp(reply, "OK", 2) != 0)
429 char reply[10], cmd[256]; local
508 char reply[1024], cmd[256], *pos; local
791 char reply[10], cmd[256]; local
828 char reply[256]; local
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 76 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
123 reply.writeNoException();
124 reply.writeInt(1);
125 d.writeToParcel(reply, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
133 reply.writeNoException();
134 reply.writeInt(0);
145 reply.writeNoException();
146 reply.writeString(type);
159 reply.writeNoException();
160 Uri.writeToParcel(reply, out)
355 Parcel reply = Parcel.obtain(); local
410 Parcel reply = Parcel.obtain(); local
430 Parcel reply = Parcel.obtain(); local
451 Parcel reply = Parcel.obtain(); local
474 Parcel reply = Parcel.obtain(); local
497 Parcel reply = Parcel.obtain(); local
520 Parcel reply = Parcel.obtain(); local
544 Parcel reply = Parcel.obtain(); local
567 Parcel reply = Parcel.obtain(); local
591 Parcel reply = Parcel.obtain(); local
614 Parcel reply = Parcel.obtain(); local
635 Parcel reply = Parcel.obtain(); local
659 Parcel reply = Parcel.obtain(); local
    [all...]

Completed in 1525 milliseconds

12 3 4 5 6 7 8 91011>>