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

1 2 3 4 5 6 78 91011>>

  /frameworks/av/include/media/
IMediaMetadataRetriever.h 52 Parcel* reply,
IMediaPlayerService.h 91 virtual status_t pullBatteryData(Parcel* reply) = 0;
104 Parcel* reply,
  /frameworks/av/media/libmediaplayerservice/
StagefrightPlayer.cpp 168 status_t StagefrightPlayer::invoke(const Parcel &request, Parcel *reply) {
170 return mPlayer->invoke(request, reply);
184 status_t StagefrightPlayer::getParameter(int key, Parcel *reply) {
186 return mPlayer->getParameter(key, reply);
MidiFile.h 54 virtual status_t invoke(const Parcel& request, Parcel *reply) {
60 virtual status_t getParameter(int key, Parcel *reply) {
TestPlayerStub.h 102 virtual status_t getParameter(int key, Parcel *reply) {
103 return mPlayer->getParameter(key, reply);
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 361 android.os.Parcel reply = android.os.Parcel.obtain(); local
365 mRemote.transact(METHOD_FORCE_NETWORKLESS_MASTER_MODE, data, reply, 0);
367 return reply.readInt();
373 reply.recycle();
IBinder.java 212 * @param reply Marshalled data to be received from the target. May be
217 public boolean transact(int code, Parcel data, Parcel reply, int flags)
  /frameworks/native/include/gui/
ISurfaceComposerClient.h 75 Parcel* reply, uint32_t flags = 0);
  /hardware/qcom/display/libqservice/
IQService.h 62 android::Parcel* reply,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmsvc.h 26 int reply; /* for okay and close: */ member in struct:atmsvc_msg
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsvc.h 26 int reply; /* for okay and close: */ member in struct:atmsvc_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsvc.h 26 int reply; /* for okay and close: */ member in struct:atmsvc_msg
  /cts/tests/src/android/app/cts/
LocalService.java 47 protected boolean onTransact(int code, Parcel data, Parcel reply,
54 return super.onTransact(code, data, reply, flags);
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 118 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
122 return super.onTransact(code, data, reply, flags);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 125 protected boolean onTransact(int code, Parcel data, Parcel reply,
127 return super.onTransact(code, data, reply, flags);
NotifyingService.java 121 protected boolean onTransact(int code, Parcel data, Parcel reply,
123 return super.onTransact(code, data, reply, flags);
  /external/dnsmasq/src/
dbus.c 269 DBusMessage *reply = dbus_message_new_method_return(message); local
271 dbus_message_append_args(reply, DBUS_TYPE_STRING, &introspection_xml, DBUS_TYPE_INVALID);
272 dbus_connection_send (connection, reply, NULL);
273 dbus_message_unref (reply);
278 DBusMessage *reply = dbus_message_new_method_return(message); local
280 dbus_message_append_args(reply, DBUS_TYPE_STRING, &v, DBUS_TYPE_INVALID);
281 dbus_connection_send (connection, reply, NULL);
282 dbus_message_unref (reply);
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubManager.java 84 PubSub reply = (PubSub)sendPubsubPacket(Type.SET, new NodeExtension(PubSubElementType.CREATE)); local
85 NodeExtension elem = (NodeExtension)reply.getExtension("create", PubSubNamespace.BASIC.getXmlns());
211 Packet reply = sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.SUBSCRIPTIONS)); local
212 SubscriptionsExtension subElem = (SubscriptionsExtension)reply.getExtension(PubSubElementType.SUBSCRIPTIONS.getElementName(), PubSubElementType.SUBSCRIPTIONS.getNamespace().getXmlns());
226 PubSub reply = (PubSub)sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.AFFILIATIONS)); local
227 AffiliationsExtension listElem = (AffiliationsExtension)reply.getExtension(PubSubElementType.AFFILIATIONS);
254 PubSub reply = (PubSub)sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.DEFAULT), PubSubElementType.DEFAULT.getNamespace()); local
255 return NodeUtils.getFormFromPacket(reply, PubSubElementType.DEFAULT);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 65 // Whether this message should be dispatched when waiting for a sync reply.
143 template<typename T> bool sendSync(const T& message, const typename T::Reply& reply, uint64_t destinationID, double timeout = DefaultTimeout);
153 template<typename E, typename T, typename U> bool deprecatedSendSync(E messageID, uint64_t destinationID, const T& arguments, const U& reply, double timeout = NoTimeout);
255 // Represents a sync request for which we're waiting on a reply.
260 // The reply decoder, will be null if there was an error processing the sync
264 // Will be set to true once a reply has been received or an error occurred.
283 OwnPtr<ArgumentDecoder> reply = adoptPtr(replyDecoder); local
286 return reply.release();
343 template<typename T> bool Connection::sendSync(const T& message, const typename T::Reply& reply, uint64_t destinationID, double timeout
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessManager.cpp 48 void PluginProcessManager::getPluginProcessConnection(PluginInfoStore* pluginInfoStore, const String& pluginPath, PassRefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply> reply)
54 pluginProcess->getPluginProcessConnection(reply);
  /external/webkit/Source/WebKit2/UIProcess/
WebFullScreenManagerProxy.cpp 67 CoreIPC::SyncReplyMode WebFullScreenManagerProxy::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply)
69 return didReceiveSyncWebFullScreenManagerProxyMessage(connection, messageID, arguments, reply);
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 208 * @reply: Buffer for the response
209 * @reply_len: Reply buffer length
214 * response will be written to reply and reply_len is set to the actual length
215 * of the reply. This function will block for up to two seconds while waiting
216 * for the reply. If unsolicited messages are received, the blocking time may
230 char *reply, size_t *reply_len,
262 * @reply: Buffer for the message data
263 * @reply_len: Length of the reply buffer
268 * be written to reply and reply_len is set to the actual length of the reply
    [all...]
  /frameworks/av/include/common_time/
ICommonClock.h 38 Parcel* reply, uint32_t flags = 0);
103 Parcel* reply, uint32_t flags = 0);
  /frameworks/av/services/medialog/
MediaLogService.cpp 86 status_t MediaLogService::onTransact(uint32_t code, const Parcel& data, Parcel* reply,
89 return BnMediaLogService::onTransact(code, data, reply, flags);
  /external/qemu/android/protocol/
core-connection.c 60 * reply - String containing console's reply
62 * boolean: true if reply was "OK", or false otherwise.
65 _is_reply_ok(const char* reply, int reply_size)
67 return (reply_size < 2) ? 0 : (reply[0] == 'O' && reply[1] == 'K');
73 * reply - String containing console's reply
75 * boolean: true if reply was "KO", or false otherwise.
78 _is_reply_ko(const char* reply, int reply_size
    [all...]

Completed in 629 milliseconds

1 2 3 4 5 6 78 91011>>