Home
last modified time | relevance | path

Searched refs:reply (Results 1301 - 1325 of 3447) sorted by relevance

1...<<51525354555657585960>>...138

/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.c82 int32_t WriteAudioSampleAttributes(struct HdfSBuf *reply, const struct AudioSampleAttributes *attrs) in WriteAudioSampleAttributes() argument
84 if (reply == NULL || attrs == NULL) { in WriteAudioSampleAttributes()
88 if (!HdfSbufWriteUint32(reply, tempAttrParam)) { in WriteAudioSampleAttributes()
92 if (!HdfSbufWriteUint32(reply, tempAttrParam)) { in WriteAudioSampleAttributes()
96 if (!HdfSbufWriteUint32(reply, tempAttrParam)) { in WriteAudioSampleAttributes()
99 if (!HdfSbufWriteUint32(reply, attrs->sampleRate)) { in WriteAudioSampleAttributes()
102 if (!HdfSbufWriteUint32(reply, attrs->channelCount)) { in WriteAudioSampleAttributes()
105 if (!HdfSbufWriteUint32(reply, attrs->period)) { in WriteAudioSampleAttributes()
108 if (!HdfSbufWriteUint32(reply, attrs->frameSize)) { in WriteAudioSampleAttributes()
112 if (!HdfSbufWriteUint32(reply, tempAttrPara in WriteAudioSampleAttributes()
229 HdiServicePositionWrite(struct HdfSBuf *reply, uint64_t frames, struct AudioTimeStamp time) HdiServicePositionWrite() argument
472 HdiServiceGetAllAdapter(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceGetAllAdapter() argument
519 HdiServiceReleaseAudioManagerObject(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceReleaseAudioManagerObject() argument
773 HdiServiceLoadAdapter(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceLoadAdapter() argument
816 HdiServiceInitAllPorts(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceInitAllPorts() argument
843 HdiServiceUnloadAdapter(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceUnloadAdapter() argument
881 HdiServiceGetPortCapability(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceGetPortCapability() argument
935 HdiServiceSetPassthroughMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceSetPassthroughMode() argument
984 HdiServiceGetPassthroughMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceGetPassthroughMode() argument
1036 HdiServiceGetDevStatusByPnp(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceGetDevStatusByPnp() argument
1431 HdiServiceAdapterSetMicMute(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceAdapterSetMicMute() argument
1468 HdiServiceAdapterGetMicMute(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceAdapterGetMicMute() argument
1508 HdiServiceAdapterSetVoiceVolume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceAdapterSetVoiceVolume() argument
1543 HdiServiceAdapterSetExtraParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceAdapterSetExtraParams() argument
1585 HdiServiceAdapterGetExtraParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceAdapterGetExtraParams() argument
1730 HdiServiceDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceDispatch() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c109 DBusMessage *reply = NULL; in wpas_dbus_handler_p2p_find() local
173 reply = wpas_dbus_error_no_p2p_mgmt_iface(message); in wpas_dbus_handler_p2p_find()
179 reply = wpas_dbus_error_unknown_error( in wpas_dbus_handler_p2p_find()
183 return reply; in wpas_dbus_handler_p2p_find()
188 reply = wpas_dbus_error_invalid_args(message, entry.key); in wpas_dbus_handler_p2p_find()
191 return reply; in wpas_dbus_handler_p2p_find()
352 DBusMessage *reply = NULL; in wpas_dbus_handler_p2p_group_add() local
391 reply = wpas_dbus_error_no_p2p_mgmt_iface(message); in wpas_dbus_handler_p2p_group_add()
409 reply = in wpas_dbus_handler_p2p_group_add()
417 reply in wpas_dbus_handler_p2p_group_add()
492 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_remove_client() local
549 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_flush() local
569 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_connect() local
737 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_invite() local
2129 DBusMessage *reply = NULL; wpas_dbus_handler_add_persistent_group() local
2215 DBusMessage *reply = NULL; wpas_dbus_handler_remove_persistent_group() local
2665 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_add_service() local
2750 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_delete_service() local
2838 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_service_sd_req() local
2932 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_service_sd_res() local
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c116 xcb_get_geometry_reply_t *reply; in x11_get_drawable_info() local
121 reply = xcb_get_geometry_reply (dri2_dpy->conn, cookie, &error); in x11_get_drawable_info()
122 if (reply == NULL) in x11_get_drawable_info()
130 *x = reply->x; in x11_get_drawable_info()
131 *y = reply->y; in x11_get_drawable_info()
132 *w = reply->width; in x11_get_drawable_info()
133 *h = reply->height; in x11_get_drawable_info()
136 free(reply); in x11_get_drawable_info()
204 xcb_get_image_reply_t *reply; in swrastGetImage() local
209 reply in swrastGetImage()
277 xcb_get_geometry_reply_t *reply; dri2_x11_create_surface() local
532 xcb_dri2_get_buffers_reply_t *reply; dri2_x11_get_buffers() local
569 xcb_dri2_get_buffers_with_format_reply_t *reply; dri2_x11_get_buffers_with_format() local
916 xcb_dri2_swap_buffers_reply_t *reply; dri2_x11_swap_buffers_msc() local
1181 xcb_dri2_get_msc_reply_t *reply; dri2_x11_get_sync_values() local
[all...]
/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dcooperate_client_test.cpp73 int32_t Enable(Intention intention, ParamBase &data, ParamBase &reply) in Enable() argument
77 int32_t Disable(Intention intention, ParamBase &data, ParamBase &reply) in Disable() argument
81 int32_t Start(Intention intention, ParamBase &data, ParamBase &reply) in Start() argument
85 int32_t Stop(Intention intention, ParamBase &data, ParamBase &reply) in Stop() argument
89 int32_t AddWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in AddWatch() argument
93 int32_t RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in RemoveWatch() argument
97 int32_t SetParam(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in SetParam() argument
101 int32_t GetParam(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in GetParam() argument
105 int32_t Control(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in Control() argument
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp115 static int32_t GetSystemAbilityTransaction(IpcIo *data, IpcIo *reply) in GetSystemAbilityTransaction() argument
121 WriteRemoteObject(reply, &sid); in GetSystemAbilityTransaction()
125 static int32_t AddRemoteSystemAbilityTransaction(IpcIo *data, IpcIo *reply) in AddRemoteSystemAbilityTransaction() argument
136 WriteInt32(reply, result); in AddRemoteSystemAbilityTransaction()
141 int32_t RemoteRequest(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in RemoteRequest() argument
147 result = GetSystemAbilityTransaction(data, reply); in RemoteRequest()
166 WriteInt32(reply, result); in RemoteRequest()
168 WriteRemoteObject(reply, &sid); in RemoteRequest()
173 result = AddRemoteSystemAbilityTransaction(data, reply); in RemoteRequest()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_service_proxy_test.cpp39 int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override
43 reply.WriteString("test1");
53 config->Marshalling(reply); in static_cast()
54 reply.WriteString("test1"); in static_cast()
69 config->Marshalling(reply); in static_cast()
73 reply.WriteString("stop"); in static_cast()
74 reply.WriteInt32(1); in static_cast()
78 reply.WriteInt32(1);
81 reply.WriteInt32(1);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/
H A Dbundle_resource_host_test.cpp158 MessageParcel reply; in HWTEST_F() local
160 auto ret = bundleResourceHost.OnRemoteRequest(code, data, reply, option); in HWTEST_F()
179 MessageParcel reply; in HWTEST_F() local
181 auto ret = bundleResourceHost.OnRemoteRequest(code, data, reply, option); in HWTEST_F()
197 MessageParcel reply; in HWTEST_F() local
198 auto ret = bundleResourceHost.HandleGetBundleResourceInfo(data, reply); in HWTEST_F()
214 MessageParcel reply; in HWTEST_F() local
215 auto ret = bundleResourceHost.HandleGetLauncherAbilityResourceInfo(data, reply); in HWTEST_F()
231 MessageParcel reply; in HWTEST_F() local
232 auto ret = bundleResourceHost.HandleGetAllBundleResourceInfo(data, reply); in HWTEST_F()
248 MessageParcel reply; HWTEST_F() local
265 MessageParcel reply; HWTEST_F() local
282 MessageParcel reply; HWTEST_F() local
299 MessageParcel reply; HWTEST_F() local
331 MessageParcel reply; HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/
H A Daudio_server_more_fuzzer.cpp53 MessageParcel reply; in AudioServerSetSpatializationSceneTypeTest() local
62 data, reply, option); in AudioServerSetSpatializationSceneTypeTest() local
70 MessageParcel reply; in AudioServerUpdateSpatialDeviceTypeTest() local
79 data, reply, option); in AudioServerUpdateSpatialDeviceTypeTest() local
93 MessageParcel reply; in AudioServerSetCaptureSilentStateTest() local
96 data, reply, option); in AudioServerSetCaptureSilentStateTest() local
144 MessageParcel reply; in AudioServerGetExtarAudioParametersTest() local
147 data, reply, option); in AudioServerGetExtarAudioParametersTest() local
174 MessageParcel reply; in AudioServerSetExtraAudioParametersTest() local
177 data, reply, optio in AudioServerSetExtraAudioParametersTest() local
197 MessageParcel reply; AudioServerUpdateRouteReqTest() local
200 data, reply, option); AudioServerUpdateRouteReqTest() local
227 MessageParcel reply; AudioServerUpdateActiveDevicesRouteTest() local
230 data, reply, option); AudioServerUpdateActiveDevicesRouteTest() local
248 MessageParcel reply; AudioServerUpdateDualToneStateTest() local
251 data, reply, option); AudioServerUpdateDualToneStateTest() local
267 MessageParcel reply; AudioServerGetTransactionIdTest() local
270 data, reply, option); AudioServerGetTransactionIdTest() local
290 MessageParcel reply; AudioGetAudioParameterTest() local
293 data, reply, option); AudioGetAudioParameterTest() local
315 MessageParcel reply; AudioSetAudioParameterTest() local
318 data, reply, option); AudioSetAudioParameterTest() local
343 MessageParcel reply; AudioCreateAudioProcessTest() local
346 data, reply, option); AudioCreateAudioProcessTest() local
374 MessageParcel reply; AudioLoadAudioEffectLibrariesTest() local
377 data, reply, option); AudioLoadAudioEffectLibrariesTest() local
[all...]
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_if.c46 static int32_t HdmiGetDataFromReply(struct HdfSBuf *reply, uint8_t *data, uint32_t size) in HdmiGetDataFromReply() argument
51 if (HdfSbufReadBuffer(reply, &rBuf, &rLen) == false) { in HdmiGetDataFromReply()
285 struct HdfSBuf *reply = NULL; in HdmiUserDeepColorGet() local
297 reply = HdfSbufObtain(sizeof(*color) + sizeof(uint64_t)); in HdmiUserDeepColorGet()
298 if (reply == NULL) { in HdmiUserDeepColorGet()
299 HDF_LOGE("HdmiUserDeepColorGet: failed to obtain reply"); in HdmiUserDeepColorGet()
304 ret = service->dispatcher->Dispatch(&service->object, HDMI_CMD_DEEP_COLOR_GET, NULL, reply); in HdmiUserDeepColorGet()
308 ret = HdmiGetDataFromReply(reply, (uint8_t *)color, sizeof(*color)); in HdmiUserDeepColorGet()
312 if (reply != NULL) { in HdmiUserDeepColorGet()
313 HdfSbufRecycle(reply); in HdmiUserDeepColorGet()
321 struct HdfSBuf *reply = NULL; HdmiUserGetSinkEdid() local
[all...]
/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_if_u.c55 static int32_t SpiMsgWriteArray(struct HdfSBuf *data, struct SpiMsg *msgs, uint32_t count, struct HdfSBuf **reply) in SpiMsgWriteArray() argument
94 *reply = (replyLen == 0) ? HdfSbufObtainDefaultSize() : HdfSbufObtain(replyLen); in SpiMsgWriteArray()
95 if (*reply == NULL) { in SpiMsgWriteArray()
96 HDF_LOGE("SpiMsgWriteArray: fail to obtain reply!"); in SpiMsgWriteArray()
126 static int32_t SpiMsgReadArray(struct HdfSBuf *reply, struct SpiMsg *msgs, uint32_t count) in SpiMsgReadArray() argument
135 ret = SpiMsgReadBack(reply, &msgs[i]); in SpiMsgReadArray()
148 struct HdfSBuf *reply = NULL; in SpiTransfer() local
169 ret = SpiMsgWriteArray(data, msgs, count, &reply); in SpiTransfer()
181 ret = service->dispatcher->Dispatch(&service->object, SPI_IO_TRANSFER, data, reply); in SpiTransfer()
187 ret = SpiMsgReadArray(reply, msg in SpiTransfer()
273 struct HdfSBuf *reply = NULL; SpiGetCfg() local
[all...]
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_device_manager.c344 struct HdfSBuf *reply = HdfSbufObtain(HDF_USB_INFO_MAX_SIZE); in DdkDevMgrForEachDeviceSafe() local
345 if (reply == NULL) { in DdkDevMgrForEachDeviceSafe()
346 HDF_LOGE("%{public}s: HdfSbufObtain reply failed", __func__); in DdkDevMgrForEachDeviceSafe()
351 int32_t ret = g_usbPnpSrv->dispatcher->Dispatch(&g_usbPnpSrv->object, USB_PNP_DRIVER_GETDEVICES, NULL, reply); in DdkDevMgrForEachDeviceSafe()
354 HdfSbufRecycle(reply); in DdkDevMgrForEachDeviceSafe()
360 if (!HdfSbufReadInt32(reply, &count)) { in DdkDevMgrForEachDeviceSafe()
361 HDF_LOGE("%{public}s: failed to read count from reply", __func__); in DdkDevMgrForEachDeviceSafe()
362 HdfSbufRecycle(reply); in DdkDevMgrForEachDeviceSafe()
370 if (!HdfSbufReadBuffer(reply, (const void **)(&info), &infoSize) || info == NULL) { in DdkDevMgrForEachDeviceSafe()
372 HdfSbufRecycle(reply); in DdkDevMgrForEachDeviceSafe()
392 struct HdfSBuf *reply = HdfSbufObtain(HDF_USB_INFO_MAX_SIZE); DdkDevMgrGetGadgetStatus() local
[all...]
/drivers/external_device_manager/services/zidl/include/
H A Ddriver_ext_mgr_callback_stub.h32 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
35 int32_t StubOnConnect(MessageParcel &data, MessageParcel &reply, MessageOption &option);
36 int32_t StubOnDisconnect(MessageParcel &data, MessageParcel &reply, MessageOption &option);
37 int32_t StubOnUnBind(MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dremote_mission_listener_stub.h36 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
40 int32_t NotifyMissionsChangedInner(MessageParcel &data, MessageParcel &reply);
41 int32_t NotifySnapshotInner(MessageParcel &data, MessageParcel &reply);
42 int32_t NotifyNetDisconnectInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dability_debug_response_stub.h32 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
35 int32_t HandleOnAbilitysDebugStarted(MessageParcel &data, MessageParcel &reply);
36 int32_t HandleOnAbilitysDebugStoped(MessageParcel &data, MessageParcel &reply);
37 int32_t HandleOnAbilitysAssertDebugChange(MessageParcel &data, MessageParcel &reply);
H A Dchild_scheduler_stub.h34 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
37 int32_t HandleScheduleLoadChild(MessageParcel &data, MessageParcel &reply);
38 int32_t HandleScheduleExitProcessSafely(MessageParcel &data, MessageParcel &reply);
39 int32_t HandleScheduleRunNativeProc(MessageParcel &data, MessageParcel &reply);
H A Dquick_fix_callback_stub.h33 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
36 int32_t HandleOnLoadPatchDoneInner(MessageParcel &data, MessageParcel &reply);
37 int32_t HandleOnUnloadPatchDoneInner(MessageParcel &data, MessageParcel &reply);
38 int32_t HandleOnReloadPageDoneInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_replica_stub.h32 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
34 int32_t PassPrimaryInner(MessageParcel &data, MessageParcel &reply);
36 int32_t ReverseContinuationInner(MessageParcel &data, MessageParcel &reply);
38 int32_t NotifyReverseResultInner(MessageParcel &data, MessageParcel &reply);
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Dcast_stub_helper.h41 #define RETRUEN_IF_WRONG_TASK(code, data, reply, option) \
46 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); \
50 #define EXECUTE_SINGLE_STUB_TASK(code, data, reply) (this->*taskMap_[code])(data, reply)
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dprepare_terminate_callback_stub.cpp30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
38 return DoPrepareTerminateInner(data, reply); in OnRemoteRequest()
42 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
45 int32_t PrepareTerminateCallbackStub::DoPrepareTerminateInner(MessageParcel &data, MessageParcel &reply) in DoPrepareTerminateInner() argument
29 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/
H A Dquick_fix_status_callback_host.h32 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
35 void HandleOnPatchDeployed(MessageParcel &data, MessageParcel &reply);
36 void HandleOnPatchSwitched(MessageParcel &data, MessageParcel &reply);
37 void HandleOnPatchDeleted(MessageParcel &data, MessageParcel &reply);
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_state_observer_stub.cpp28 MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
39 return HandleOnStateChanged(data, reply); in OnRemoteRequest()
41 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
45 MessageParcel &reply) in HandleOnStateChanged()
27 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
44 HandleOnStateChanged(MessageParcel &data, MessageParcel &reply) HandleOnStateChanged() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_resource_manager_observer_stub.h32 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
36 MessageParcel &data, MessageParcel &reply);
38 MessageParcel &data, MessageParcel &reply);
41 MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_opp_observer_stub.h31 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
35 MessageParcel &data, MessageParcel &reply);
37 MessageParcel &data, MessageParcel &reply);
40 MessageParcel &data, MessageParcel &reply);
/foundation/multimedia/camera_framework/services/camera_service/binder/server/include/
H A Dhcamera_device_stub.h27 int OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override;
33 int32_t HandleGetStatus(MessageParcel& data, MessageParcel& reply);
34 int32_t HandleGetEnabledResults(MessageParcel& reply);
37 int32_t HandleOpenSecureCameraResults(MessageParcel& data, MessageParcel& reply);
/foundation/multimodalinput/input/common/anco/comm/include/
H A Danco_channel_stub.h36 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& options) override;
39 int32_t StubSyncPointerEvent(MessageParcel &data, MessageParcel &reply);
40 int32_t StubSyncKeyEvent(MessageParcel &data, MessageParcel &reply);
41 int32_t StubUpdateWindowInfo(MessageParcel &data, MessageParcel &reply);

Completed in 18 milliseconds

1...<<51525354555657585960>>...138