HomeSort by relevance Sort by last modified time
    Searched refs:reply (Results 151 - 175 of 457) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/include/camera/
ICameraService.h 55 Parcel* reply,
  /frameworks/base/include/gui/
ISensorEventConnection.h 50 Parcel* reply,
ISensorServer.h 50 Parcel* reply,
  /frameworks/base/include/media/
IAudioRecord.h 60 Parcel* reply,
IAudioTrack.h 81 Parcel* reply,
IEffect.h 54 Parcel* reply,
IEffectClient.h 48 Parcel* reply,
IMediaPlayerService.h 72 virtual status_t pullBatteryData(Parcel* reply) = 0;
82 Parcel* reply,
  /frameworks/base/include/surfaceflinger/
IGraphicBufferAlloc.h 50 Parcel* reply,
ISurface.h 56 Parcel* reply,
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.h 38 void connect(const char *url, const sp<AMessage> &reply);
39 void disconnect(const sp<AMessage> &reply);
41 void sendRequest(const char *request, const sp<AMessage> &reply);
43 void observeBinaryData(const sp<AMessage> &reply);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 92 DBusMessage *reply; local
101 reply = dsc->getter(NULL, user_data);
102 if (!reply)
105 if (dbus_message_get_type(reply) ==
107 dbus_message_unref(reply);
111 dbus_message_iter_init(reply, &ret_iter);
124 dbus_message_unref(reply);
150 DBusMessage *reply = dbus_message_new_method_return(message); local
154 dbus_message_iter_init_append(reply, &iter);
169 dbus_message_unref(reply);
399 DBusMessage *reply; local
    [all...]
  /frameworks/base/libs/binder/
BpBinder.cpp 109 Parcel send, reply; local
112 INTERFACE_TRANSACTION, send, &reply);
114 String16 res(reply.readString16());
138 Parcel reply; local
139 status_t err = transact(PING_TRANSACTION, send, &reply);
141 if (reply.dataSize() < sizeof(status_t)) return NOT_ENOUGH_DATA;
142 return (status_t)reply.readInt32();
148 Parcel reply; local
155 status_t err = transact(DUMP_TRANSACTION, send, &reply);
160 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags
    [all...]
  /external/bluetooth/bluez/audio/
gateway.c 194 DBusMessage *reply = dbus_pending_call_steal_reply(call); local
198 DBG("RFCOMM disconnected from server before agent reply");
203 if (!dbus_set_error_from_message(&derr, reply)) {
204 DBG("Agent reply: file descriptor passed successfully");
209 DBG("Agent reply: %s", derr.message);
215 dbus_message_unref(reply);
223 DBusMessage *reply; local
248 reply = dbus_message_new_method_return(gw->msg);
250 reply = btd_error_failed(gw->msg, "Can't pass file descriptor");
252 g_dbus_send_message(dev->conn, reply);
258 DBusMessage *reply; local
338 DBusMessage *reply = btd_error_failed(gw->msg, local
415 DBusMessage *reply = NULL; local
451 DBusMessage *reply; local
    [all...]
  /external/bluetooth/bluez/health/
hdp.c 438 DBusMessage *reply; local
442 reply = dbus_message_new_method_return(msg);
443 if (!reply)
446 dbus_message_iter_init_append(reply, &iter);
470 return reply;
503 DBusMessage *reply; local
511 reply = g_dbus_create_error(dc_data->msg,
514 g_dbus_send_message(dc_data->conn, reply);
528 reply = g_dbus_create_error(dc_data->msg,
531 g_dbus_send_message(dc_data->conn, reply);
579 DBusMessage *reply; local
615 DBusMessage *reply; local
646 DBusMessage *reply; local
660 DBusMessage *reply; local
1508 DBusMessage *reply; local
1570 DBusMessage *reply; local
1651 DBusMessage *reply; local
1707 DBusMessage *reply; local
1789 DBusMessage *reply; local
1826 DBusMessage *reply; local
1861 DBusMessage *reply; local
1900 DBusMessage *reply; local
1957 DBusMessage *reply; local
1980 DBusMessage *reply; local
2009 DBusMessage *reply; local
2055 DBusMessage *reply; local
    [all...]
  /external/chromium/chrome/browser/importer/
nss_decryptor.cc 86 SECItem reply; local
87 reply.data = NULL;
88 reply.len = 0;
90 result = PK11SDR_DecryptWithSlot(slot, &request, &reply, NULL);
92 result = PK11SDR_Decrypt(&request, &reply, NULL);
95 plain.assign(reinterpret_cast<char*>(reply.data), reply.len);
97 SECITEM_FreeItem(&reply, PR_FALSE);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.c 232 int eloWaitReply(unsigned char type, unsigned char *reply, int fd) {
245 ok = eloGetPacket(reply, &reply_p, &sum, fd);
247 if (ok && reply[1] != type && type != ELO_PARAMETER) {
249 fprintf(stderr, "Wrong reply received\n");
298 int eloSendQuery(unsigned char *request, unsigned char* reply, int fd) {
302 ok = eloWaitReply(toupper(request[1]), reply, fd);
329 unsigned char reply[ELO_PACKET_SIZE]; local
376 if (!eloSendQuery(req, reply, fd)) {
384 if (eloSendQuery(req, reply, fd)) {
  /external/webkit/Source/WebKit2/UIProcess/
WebFullScreenManagerProxy.h 76 CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply);
103 CoreIPC::SyncReplyMode didReceiveSyncWebFullScreenManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply);
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 175 * @reply: Buffer for the response
176 * @reply_len: Reply buffer length
181 * response will be written to reply and reply_len is set to the actual length
182 * of the reply. This function will block for up to two seconds while waiting
183 * for the reply. If unsolicited messages are received, the blocking time may
197 char *reply, size_t *reply_len,
229 * @reply: Buffer for the message data
230 * @reply_len: Length of the reply buffer
235 * be written to reply and reply_len is set to the actual length of the reply
    [all...]
  /frameworks/base/include/binder/
Binder.h 37 Parcel* reply,
63 Parcel* reply,
IMemory.h 60 Parcel* reply,
90 Parcel* reply,
  /frameworks/base/libs/gui/
SensorChannel.cpp 81 status_t SensorChannel::writeToParcel(Parcel* reply) const
86 status_t result = reply->writeDupFileDescriptor(mReceiveFd);
  /frameworks/base/media/libmediaplayerservice/
MidiFile.h 54 virtual status_t invoke(const Parcel& request, Parcel *reply) {
60 virtual status_t getParameter(int key, Parcel *reply) {
StagefrightPlayer.h 57 virtual status_t invoke(const Parcel &request, Parcel *reply);
60 virtual status_t getParameter(int key, Parcel *reply);
  /external/ipsec-tools/src/racoon/
privsep.c 324 struct privsep_com_msg *reply; local
355 /* Prepare the reply buffer */
356 if ((reply = racoon_malloc(sizeof(*reply))) == NULL) {
358 "Cannot allocate reply buffer: %s\n",
362 bzero(reply, sizeof(*reply));
363 reply->hdr.ac_cmd = combuf->hdr.ac_cmd;
364 reply->hdr.ac_len = sizeof(*reply);
    [all...]

Completed in 5345 milliseconds

1 2 3 4 5 67 8 91011>>