Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/display/msm8974/libqservice/
DIQService.cpp47 Parcel data, reply; in securing() local
50 remote()->transact(SECURING, data, &reply); in securing()
54 Parcel data, reply; in unsecuring() local
57 remote()->transact(UNSECURING, data, &reply); in unsecuring()
61 Parcel data, reply; in connect() local
64 remote()->transact(CONNECT, data, &reply); in connect()
68 Parcel data, reply; in screenRefresh() local
70 remote()->transact(SCREEN_REFRESH, data, &reply); in screenRefresh()
71 status_t result = reply.readInt32(); in screenRefresh()
83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument
[all …]
DIQClient.cpp45 Parcel data, reply; in notifyCallback() local
49 remote()->transact(NOTIFY_CALLBACK, data, &reply); in notifyCallback()
50 status_t result = reply.readInt32(); in notifyCallback()
60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument
64 CHECK_INTERFACE(IQClient, data, reply); in onTransact()
71 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIQClient.h46 android::Parcel* reply,
DIQService.h62 android::Parcel* reply,
/hardware/qcom/display/msm8960/libqservice/
DIQService.cpp47 Parcel data, reply; in securing() local
50 remote()->transact(SECURING, data, &reply); in securing()
54 Parcel data, reply; in unsecuring() local
57 remote()->transact(UNSECURING, data, &reply); in unsecuring()
61 Parcel data, reply; in connect() local
64 remote()->transact(CONNECT, data, &reply); in connect()
68 Parcel data, reply; in screenRefresh() local
70 remote()->transact(SCREEN_REFRESH, data, &reply); in screenRefresh()
71 status_t result = reply.readInt32(); in screenRefresh()
83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument
[all …]
DIQClient.cpp45 Parcel data, reply; in notifyCallback() local
49 remote()->transact(NOTIFY_CALLBACK, data, &reply); in notifyCallback()
50 status_t result = reply.readInt32(); in notifyCallback()
60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument
64 CHECK_INTERFACE(IQClient, data, reply); in onTransact()
71 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIQClient.h46 android::Parcel* reply,
DIQService.h62 android::Parcel* reply,
/hardware/qcom/display/msm8x26/libqservice/
DIQService.cpp47 Parcel data, reply; in securing() local
50 remote()->transact(SECURING, data, &reply); in securing()
54 Parcel data, reply; in unsecuring() local
57 remote()->transact(UNSECURING, data, &reply); in unsecuring()
61 Parcel data, reply; in connect() local
64 remote()->transact(CONNECT, data, &reply); in connect()
68 Parcel data, reply; in screenRefresh() local
70 remote()->transact(SCREEN_REFRESH, data, &reply); in screenRefresh()
71 status_t result = reply.readInt32(); in screenRefresh()
83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument
[all …]
DIQClient.cpp45 Parcel data, reply; in notifyCallback() local
49 remote()->transact(NOTIFY_CALLBACK, data, &reply); in notifyCallback()
50 status_t result = reply.readInt32(); in notifyCallback()
60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument
64 CHECK_INTERFACE(IQClient, data, reply); in onTransact()
71 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIQClient.h46 android::Parcel* reply,
DIQService.h62 android::Parcel* reply,
/hardware/libhardware_legacy/wifi/
Dwifi.c646 int wifi_send_command(const char *cmd, char *reply, size_t *reply_len) in wifi_send_command() argument
653 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), reply, reply_len, NULL); in wifi_send_command()
659 } else if (ret < 0 || strncmp(reply, "FAIL", 4) == 0) { in wifi_send_command()
663 reply[*reply_len] = '\0'; in wifi_send_command()
668 int wifi_ctrl_recv(char *reply, size_t *reply_len) in wifi_ctrl_recv() argument
685 return wpa_ctrl_recv(monitor_conn, reply, reply_len); in wifi_ctrl_recv()
806 int wifi_command(const char *command, char *reply, size_t *reply_len) in wifi_command() argument
808 return wifi_send_command(command, reply, reply_len); in wifi_command()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi.h107 int wifi_command(const char *command, char *reply, size_t *reply_len);
/hardware/ril/reference-ril/
Dreference-ril.c2242 int reply[2]; local
2244 reply[0] = s_ims_registered;
2250 reply[1] = s_ims_format;
2253 reply[0], reply[1]);
2254 if (reply[1] != -1) {
2255 RIL_onRequestComplete(t, RIL_E_SUCCESS, reply, sizeof(reply));
3024 int reply[2];
3025 reply[0] = s_ims_registered;
3026 reply[1] = s_ims_services;
3027 reply[1] = s_ims_format;
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1890 String8 reply; in checkOutputsForDevice() local
1893 reply = mpClientInterface->getParameters(output, in checkOutputsForDevice()
1896 reply.string()); in checkOutputsForDevice()
1897 value = strpbrk((char *)reply.string(), "="); in checkOutputsForDevice()
1903 reply = mpClientInterface->getParameters(output, in checkOutputsForDevice()
1906 reply.string()); in checkOutputsForDevice()
1907 value = strpbrk((char *)reply.string(), "="); in checkOutputsForDevice()
1913 reply = mpClientInterface->getParameters(output, in checkOutputsForDevice()
1916 reply.string()); in checkOutputsForDevice()
1917 value = strpbrk((char *)reply.string(), "="); in checkOutputsForDevice()
/hardware/qcom/audio/hal/
Daudio_hw.c1338 struct str_parms *reply = str_parms_create(); in out_get_parameters() local
1360 str_parms_add_str(reply, AUDIO_PARAMETER_STREAM_SUP_CHANNELS, value); in out_get_parameters()
1361 str = str_parms_to_str(reply); in out_get_parameters()
1366 str_parms_destroy(reply); in out_get_parameters()