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

<<11121314151617181920>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueTest.java 49 ReplyPacket reply = debuggeeWrapper.vmMirror local
51 checkReplyPacket(reply, "Set METHOD_EXIT_WITH_RETURN_VALUE event");
160 ReplyPacket reply = debuggeeWrapper.vmMirror local
162 checkReplyPacket(reply, "Set METHOD_EXIT_WITH_RETURN_VALUE event");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
GetValuesTest.java 214 //check reply for errors
215 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
216 checkReplyPacket(reply, "StackFrame::GetValues command");
219 int numberOfValues = reply.getNextValueAsInt();
232 Value val = reply.getNextValueAsValue();
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_privsep.c 143 u8 reply[ETH_ALEN + 1]; local
202 res = recv(l2->fd, reply, sizeof(reply), 0);
209 "registration reply");
214 wpa_printf(MSG_DEBUG, "L2: Unexpected registration reply "
217 os_memcpy(l2->own_addr, reply, ETH_ALEN);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 163 char *reply = NULL, *reply_buf = NULL; local
199 reply = reply_buf;
209 if (!reply && reply_len == 1) {
210 reply = "FAIL\n";
212 } else if (!reply && reply_len == 2) {
213 reply = "OK\n";
217 if (reply) {
218 if (sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from,
828 char *reply = NULL, *reply_buf = NULL; local
855 reply = reply_buf
    [all...]
  /frameworks/av/include/camera/
ICamera.h 123 Parcel* reply,
  /frameworks/av/include/camera/camera2/
ICameraDeviceUser.h 156 Parcel* reply,
  /frameworks/av/include/common_time/
ICommonTimeConfig.h 68 Parcel* reply, uint32_t flags = 0);
  /frameworks/av/include/media/
IAudioTrack.h 105 Parcel* reply,
IMediaRecorder.h 70 Parcel* reply,
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 76 status_t getTrackInfo(Parcel* reply) const;
77 status_t getSelectedTrack(int32_t type, Parcel* reply) const;
270 bool audio, bool video, const sp<AMessage> &reply);
276 void writeTrackInfo(Parcel* reply, const sp<AMessage> format) const;
NuPlayerDecoderPassThrough.h 76 status_t fetchInputData(sp<AMessage> &reply);
  /frameworks/av/services/medialog/
MediaLogService.h 42 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
  /frameworks/native/include/binder/
IAppOpsService.h 70 Parcel* reply,
IBinder.h 81 Parcel* reply,
IServiceManager.h 92 Parcel* reply,
  /frameworks/native/include/gui/
BitTube.h 70 status_t writeToParcel(Parcel* reply) const;
ISurfaceComposerClient.h 87 Parcel* reply, uint32_t flags = 0);
  /frameworks/native/services/surfaceflinger/
Client.h 68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
  /hardware/qcom/audio/hal/
voice.h 79 struct str_parms *reply);
  /hardware/qcom/display/msm8084/libqservice/
IQService.h 85 android::Parcel* reply,
  /hardware/qcom/display/msm8226/libqservice/
IQService.h 86 android::Parcel* reply,
  /hardware/qcom/display/msm8994/libqservice/
IQService.h 94 android::Parcel* reply,
  /hardware/qcom/wlan/qcwcn/wifi_hal/
ifaceeventhandler.h 96 virtual int handleResponse(WifiEvent &reply);
tdlsCommand.h 99 virtual int handleResponse(WifiEvent &reply);
wifiloggercmd.h 96 virtual int handleResponse(WifiEvent &reply);

Completed in 388 milliseconds

<<11121314151617181920>>