HomeSort by relevance Sort by last modified time
    Searched defs:reply (Results 1 - 25 of 725) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/services/batteryservice/
IBatteryPropertiesListener.cpp 34 Parcel data, reply; local
38 remote()->transact(TRANSACT_BATTERYPROPERTIESCHANGED, data, &reply, IBinder::FLAG_ONEWAY);
  /external/avahi/avahi-compat-howl/
browse-domain-test.c 33 static sw_result reply( function
69 ASSERT_SW_OKAY(sw_discovery_browse_domains(discovery, 0, reply, NULL, &oid));
  /external/avahi/avahi-compat-libdns_sd/
null-test.c 33 static void reply( function
61 DNSServiceBrowse(&ref4, 0, 0, "_simple._tcp,_gurke", NULL, reply, NULL);
  /frameworks/native/libs/input/
IInputFlinger.cpp 35 Parcel data, reply; local
37 remote()->transact(BnInputFlinger::DO_SOMETHING_TRANSACTION, data, &reply);
38 return reply.readInt32();
46 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
49 CHECK_INTERFACE(IInputFlinger, data, reply);
50 reply->writeInt32(0);
54 return BBinder::onTransact(code, data, reply, flags);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
LengthTest.java 63 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
64 checkReplyPacket(reply, "ReferenceType::Fields command");
66 int declared = reply.getNextValueAsInt();
68 long fieldID = reply.getNextValueAsFieldID();
69 String fieldName = reply.getNextValueAsString();
70 reply.getNextValueAsString();
71 reply.getNextValueAsInt();
98 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
99 checkReplyPacket(reply, "ReferenceType::GetValues command");
101 int values = reply.getNextValueAsInt()
    [all...]
  /external/avahi/avahi-daemon/
dbus-sync-address-resolver.c 60 DBusMessage *reply; local
70 reply = dbus_message_new_method_return(i->message);
72 if (!reply) {
78 reply,
87 dbus_connection_send(server->bus, reply, NULL);
88 dbus_message_unref(reply);
dbus-sync-host-name-resolver.c 60 DBusMessage *reply; local
70 reply = dbus_message_new_method_return(i->message);
72 if (!reply) {
78 reply,
87 dbus_connection_send(server->bus, reply, NULL);
88 dbus_message_unref(reply);
dbus-sync-service-resolver.c 73 DBusMessage *reply; local
98 reply = dbus_message_new_method_return(i->message);
100 if (!reply) {
106 reply,
118 avahi_dbus_append_string_list(reply, txt);
121 reply,
125 dbus_connection_send(server->bus, reply, NULL);
126 dbus_message_unref(reply);
  /external/mesa3d/src/glx/apple/
glxreply.c 35 xGLXSingleReply reply; local
37 (void) _XReply(dpy, (xReply *) & reply, 0, False);
39 if ((reply.length > 0) || reply_is_always_array) {
41 ? (4 * reply.length) : (reply.size * size);
50 (void) memcpy(dest, &(reply.pad3), size);
54 return reply.retval;
62 xGLXSingleReply reply; local
65 (void) _XReply(dpy, (xReply *) & reply, 0, False);
68 width = reply.pad3
    [all...]
  /external/valgrind/coregrind/m_mach/
mach_basics.c 54 static mach_port_t reply = 0; variable
58 if (!reply) reply = mach_reply_port();
59 return reply;
80 reply = 0;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers_wps.c 70 DBusMessage *reply = NULL; local
103 reply = dbus_message_new_method_return(message);
104 if (reply == NULL)
111 dbus_message_append_args(reply, DBUS_TYPE_STRING, &pin,
113 return reply;
  /frameworks/av/drm/common/
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);
  /frameworks/av/media/libmedia/
IAudioFlingerClient.cpp 44 Parcel data, reply; local
55 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
64 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
68 CHECK_INTERFACE(IAudioFlingerClient, data, reply);
83 return BBinder::onTransact(code, data, reply, flags);
IMediaCodecService.cpp 42 Parcel data, reply; local
44 remote()->transact(GET_OMX, data, &reply);
45 return interface_cast<IOMX>(reply.readStrongBinder());
55 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
60 CHECK_INTERFACE(IMediaCodecService, data, reply);
62 reply->writeStrongBinder(IInterface::asBinder(omx));
66 return BBinder::onTransact(code, data, reply, flags);
IMediaHTTPService.cpp 38 Parcel data, reply; local
42 remote()->transact(MAKE_HTTP, data, &reply);
44 status_t err = reply.readInt32();
51 return interface_cast<IMediaHTTPConnection>(reply.readStrongBinder());
IMediaRecorderClient.cpp 40 Parcel data, reply; local
45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
54 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
58 CHECK_INTERFACE(IMediaRecorderClient, data, reply);
66 return BBinder::onTransact(code, data, reply, flags);
  /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/av/media/utils/
ISchedulingPolicyService.cpp 42 Parcel data, reply; local
48 status_t status = remote()->transact(REQUEST_PRIORITY_TRANSACTION, data, &reply, flags);
56 if (reply.readExceptionCode() != 0) {
59 return reply.readInt32();
68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
76 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/radio/
IRadioClient.cpp 43 Parcel data, reply; local
48 &reply);
58 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 CHECK_INTERFACE(IRadioClient, data, reply);
69 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/native/libs/binder/
IAppOpsCallback.cpp 40 Parcel data, reply; local
44 remote()->transact(OP_CHANGED_TRANSACTION, data, &reply);
53 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
57 CHECK_INTERFACE(IAppOpsCallback, data, reply);
61 reply->writeNoException();
65 return BBinder::onTransact(code, data, reply, flags);
IMediaResourceMonitor.cpp 33 Parcel data, reply; local
37 remote()->transact(NOTIFY_RESOURCE_GRANTED, data, &reply, IBinder::FLAG_ONEWAY);
45 status_t BnMediaResourceMonitor::onTransact( uint32_t code, const Parcel& data, Parcel* reply,
49 CHECK_INTERFACE(IMediaResourceMonitor, data, reply);
56 return BBinder::onTransact(code, data, reply, flags);
IProcessInfoService.cpp 34 Parcel data, reply; local
38 status_t err = remote()->transact(GET_PROCESS_STATES_FROM_PIDS, data, &reply);
39 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) {
42 int32_t replyLen = reply.readInt32();
46 if (replyLen > 0 && (err = reply.read(states, length * sizeof(*states))) != NO_ERROR) {
49 return reply.readInt32();
55 Parcel data, reply; local
62 GET_PROCESS_STATES_AND_OOM_SCORES_FROM_PIDS, data, &reply);
64 || ((err = reply.readExceptionCode()) != NO_ERROR)) {
67 int32_t replyLen = reply.readInt32()
    [all...]
  /frameworks/native/libs/gui/
IProducerListener.cpp 36 Parcel data, reply; local
38 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
49 Parcel* reply, uint32_t flags) {
52 CHECK_INTERFACE(IProducerListener, data, reply);
56 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8084/libqservice/
IQClient.cpp 51 Parcel *reply = outParcel; local
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
71 CHECK_INTERFACE(IQClient, data, reply);
73 notifyCallback(command, &data, reply);
77 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8226/libqservice/
IQClient.cpp 51 Parcel *reply = outParcel; local
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
71 CHECK_INTERFACE(IQClient, data, reply);
73 notifyCallback(command, &data, reply);
77 return BBinder::onTransact(code, data, reply, flags);

Completed in 488 milliseconds

1 2 3 4 5 6 7 8 91011>>