HomeSort by relevance Sort by last modified time
    Searched refs:reply (Results 251 - 275 of 875) sorted by null

<<11121314151617181920>>

  /frameworks/av/include/media/
IDataSource.h 55 Parcel* reply,
IEffect.h 54 Parcel* reply,
IEffectClient.h 48 Parcel* reply,
IMediaCodecList.h 53 Parcel* reply,
IRemoteDisplayClient.h 73 Parcel* reply,
  /frameworks/av/include/radio/
IRadioService.h 53 Parcel* reply,
  /frameworks/av/include/soundtrigger/
ISoundTriggerHwService.h 53 Parcel* reply,
  /frameworks/av/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);
  /frameworks/native/include/batteryservice/
IBatteryPropertiesRegistrar.h 44 Parcel* reply, uint32_t flags = 0);
  /frameworks/native/include/binder/
IPermissionController.h 53 Parcel* reply,
  /frameworks/native/include/gui/
IConsumerListener.h 97 Parcel* reply,
IDisplayEventConnection.h 66 Parcel* reply,
IGraphicBufferAlloc.h 50 Parcel* reply,
ISensorEventConnection.h 52 Parcel* reply,
ISensorServer.h 53 Parcel* reply,
  /hardware/qcom/display/msm8084/libqservice/
IQClient.h 48 android::Parcel* reply,
  /hardware/qcom/display/msm8226/libqservice/
IQClient.h 48 android::Parcel* reply,
QService.h 51 android::Parcel* reply);
  /hardware/qcom/display/msm8960/libqservice/
IQClient.h 46 android::Parcel* reply,
  /hardware/qcom/display/msm8974/libqservice/
IQClient.h 46 android::Parcel* reply,
  /hardware/qcom/display/msm8994/libqservice/
IQClient.h 48 android::Parcel* reply,
QService.h 51 android::Parcel* reply);
  /external/openssh/
auth-pam.c 346 struct pam_response *reply; local
360 if ((reply = calloc(n, sizeof(*reply))) == NULL)
376 reply[i].resp = buffer_get_string(&buffer, NULL);
388 reply[i].resp = buffer_get_string(&buffer, NULL);
410 *resp = reply;
415 free(reply[i].resp);
417 free(reply);
559 struct pam_response *reply; local
569 if ((reply = calloc(n, sizeof(*reply))) == NULL
966 struct pam_response *reply; local
1123 struct pam_response *reply; local
    [all...]
  /frameworks/native/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
OnthrowLaunchDebugger001.java 50 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
51 logWriter.println("**> Check reply on Version command");
52 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::Version command")) {

Completed in 770 milliseconds

<<11121314151617181920>>