Home
last modified time | relevance | path

Searched refs:reply (Results 1101 - 1125 of 2879) sorted by relevance

1...<<41424344454647484950>>...116

/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c47 xGLXGetTexImageReply reply; in __indirect_glGetCompressedTexImage() local
56 image_bytes = reply.width; in __indirect_glGetCompressedTexImage()
57 assert(image_bytes <= ((4 * reply.length) - 0)); in __indirect_glGetCompressedTexImage()
58 assert(image_bytes >= ((4 * reply.length) - 3)); in __indirect_glGetCompressedTexImage()
62 if (image_bytes < (4 * reply.length)) { in __indirect_glGetCompressedTexImage()
63 _XEatData(dpy, (4 * reply.length) - image_bytes); in __indirect_glGetCompressedTexImage()
/base/location/frameworks/native/locator_sdk/source/
H A Dswitch_callback_proxy.cpp33 MessageParcel reply; in OnSwitchChange() local
39 int error = Remote()->SendRequest(RECEIVE_SWITCH_STATE_EVENT, data, reply, option); in OnSwitchChange()
H A Dcountry_code_callback_host.cpp22 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
37 IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
21 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
H A Dlocation_switch_callback_host.cpp22 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
36 IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
21 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/base/hiviewdfx/hidumper/services/zidl/include/
H A Ddump_broker_cpu_stub.h28 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
30 int DumpCpuUsageOnly(MessageParcel& data, MessageParcel& reply);
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_authorization_extension_stub.h30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
33 ErrCode ProcStartAuthorization(MessageParcel &data, MessageParcel &reply);
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/faults/
H A Dremote_object_interface_stub.cpp23 MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
31 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
22 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/base/account/os_account/frameworks/domain_account/include/
H A Ddomain_account_callback_stub.h31 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
34 ErrCode ProcOnResult(MessageParcel &data, MessageParcel &reply);
/base/powermgr/display_manager/state_manager/interfaces/inner_api/native/include/
H A Ddisplay_brightness_callback_stub.h27 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override;
32 int32_t OnNotifyApsLightBrightnessChangeStub(MessageParcel& data, MessageParcel& reply);
H A Ddisplay_power_callback_stub.h27 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
30 int32_t OnDisplayStateChangedStub(MessageParcel& data, MessageParcel& reply);
/base/powermgr/power_manager/interfaces/inner_api/native/include/shutdown/
H A Dtakeover_shutdown_callback_stub.h32 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override;
40 int32_t OnTakeOverShutdownCallbackStub(MessageParcel& data, MessageParcel& reply);
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_dialog_callback_proxy.cpp40 MessageParcel reply; in OnDialogStatusChanged() local
42 int error = remote->SendRequest(ON_DIALOG_STATUS_CHANGED, data, reply, option); in OnDialogStatusChanged()
/base/request/request/services/src/service/command/
H A Dunsub_runcount.rs21 pub(crate) fn unsubscribe_run_count(&self, reply: &mut MsgParcel) -> IpcResult<()> {
26 reply.write(&(ret as i32))?;
/base/security/device_auth/frameworks/inc/standard/
H A Dipc_callback_stub.h28 MessageParcel &reply, MessageOption &option) override;
30 MessageParcel &dataParcel, MessageParcel &reply, MessageOption &option) override;
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_callback_stub.cpp25 MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
40 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
24 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/base/telephony/sms_mms/test/unittest/
H A Dsms_send_callback_test.cpp30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
35 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
29 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dsms_delivery_callback_test.cpp28 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
33 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
27 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/common/
H A Dscreenlock_service_fuzz_utils.cpp32 MessageParcel reply; in OnRemoteRequestTest() local
34 ScreenLockSystemAbility::GetInstance()->OnRemoteRequest(code, data, reply, option); in OnRemoteRequestTest()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_callback_proxy.cpp31 MessageParcel reply; in OnCallBack() local
41 int32_t errorCode = Remote()->SendRequest(ON_CALLBACK, data, reply, option); in OnCallBack()
/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_service_cb_stub.h31 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
35 int32_t HandleOnCall(MessageParcel &data, MessageParcel &reply);
/base/useriam/face_auth/frameworks/ipc/inc/
H A Dface_auth_stub.h33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
37 int32_t FaceAuthSetBufferProducer(MessageParcel &data, MessageParcel &reply);
/base/useriam/pin_auth/frameworks/ipc/inc/
H A Dinputer_set_data_stub.h32 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
35 void OnSetDataStub(MessageParcel &data, MessageParcel &reply);
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Dwidget_callback_stub.h29 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
32 int32_t OnSendCommandStub(MessageParcel &data, MessageParcel &reply);
/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_auth_event_listener_stub.h29 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
32 int32_t OnNotifyAuthSuccessEventStub(MessageParcel &data, MessageParcel &reply);
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dcommctrl.c948 struct aac_srb_reply reply; in aac_send_raw_srb() local
950 memset(&reply, 0, sizeof(reply)); in aac_send_raw_srb()
951 reply.status = ST_OK; in aac_send_raw_srb()
954 reply.srb_status = SRB_STATUS_SUCCESS; in aac_send_raw_srb()
955 reply.scsi_status = 0; in aac_send_raw_srb()
956 reply.data_xfer_length = byte_count; in aac_send_raw_srb()
957 reply.sense_data_size = 0; in aac_send_raw_srb()
958 memset(reply.sense_data, 0, AAC_SENSE_BUFFERSIZE); in aac_send_raw_srb()
960 reply in aac_send_raw_srb()
975 struct aac_srb_reply *reply; aac_send_raw_srb() local
[all...]

Completed in 14 milliseconds

1...<<41424344454647484950>>...116