Home
last modified time | relevance | path

Searched refs:reply (Results 426 - 450 of 575) sorted by relevance

1...<<11121314151617181920>>...23

/drivers/hdf_core/framework/support/platform/include/i2c/
H A Di2c_msg.h21 int32_t I2cMsgsWriteToSbuf(struct I2cMsg *msgs, int16_t count, struct HdfSBuf *reply);
/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_callback_stub.h28 OHOS::MessageParcel& reply,
/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/
H A Daudio_adm_interface_test.cpp153 struct HdfSBuf *reply = nullptr; in HWTEST_F() local
172 ret = service->dispatcher->Dispatch(&service->object, STREAM_DISP_METHOD_CMD_ILLEGAL, sBuf, reply); in HWTEST_F()
187 struct HdfSBuf *reply = nullptr; in HWTEST_F() local
207 ret = service->dispatcher->Dispatch(objectNull, AUDIO_DRV_PCM_IOCTRL_HW_PARAMS, sBuf, reply); in HWTEST_F()
1178 struct HdfSBuf *reply = nullptr; in HWTEST_F() local
1196 ret = service->dispatcher->Dispatch(&service->object, AUDIO_DRV_PCM_IOCTRL_WRITE, sBufT, reply); in HWTEST_F()
1233 struct HdfSBuf *reply = HdfSbufTypedObtainCapacity(SBUF_RAW, (AUDIO_SIZE_FRAME + AUDIO_REPLY_EXTEND)); in HWTEST_F() member
1234 ASSERT_NE(nullptr, reply); in HWTEST_F()
1240 ret = service->dispatcher->Dispatch(&service->object, AUDIO_DRV_PCM_IOCTRL_READ, cardNameBuf, reply); in HWTEST_F()
1242 EXPECT_GE(HdfSbufReadUint32(reply, in HWTEST_F()
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c90 xcb_dri3_open_reply_t *reply; in wsi_dri3_open() local
97 reply = xcb_dri3_open_reply(conn, cookie, NULL); in wsi_dri3_open()
98 if (!reply) in wsi_dri3_open()
102 if (reply->nfd != 1) { in wsi_dri3_open()
103 free(reply); in wsi_dri3_open()
107 fd = xcb_dri3_open_reply_fds(conn, reply)[0]; in wsi_dri3_open()
108 free(reply); in wsi_dri3_open()
660 * wait to read the reply until after we have a visual. in x11_surface_get_capabilities()
1919 xcb_intern_atom_reply_t* reply; in wsi_x11_set_adaptive_sync_property() local
1923 reply in wsi_x11_set_adaptive_sync_property()
[all...]
/drivers/hdf_core/framework/core/shared/include/
H A Ddevhost_service_if.h23 int (*Dump)(struct IDevHostService *hostService, struct HdfSBuf *data, struct HdfSBuf *reply);
/drivers/hdf_core/framework/model/audio/dispatch/include/
H A Daudio_control_dispatch.h38 int32_t (*func)(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply);
H A Daudio_stream_dispatch.h54 int32_t (*func)(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply);
/drivers/hdf_core/framework/model/camera/dispatch/include/
H A Dcamera_dispatch.h20 int32_t (*func)(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply);
/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_dump_service.h37 int32_t ComposerDumpEvent(struct HdfSBuf *data, struct HdfSBuf *reply);
/third_party/node/src/
H A Dinspector_socket.cc504 std::vector<char> reply(accept_ws_prefix,
506 reply.insert(reply.end(), accept_string,
508 reply.insert(reply.end(), accept_ws_suffix,
510 if (WriteRaw(reply, WriteRequest::Cleanup) >= 0) {
/third_party/backends/backend/
H A Dkodakaio.c256 static unsigned char KodakEsp_v[] = {0x1b,'s','v',0,0,0,0,0}; /* reply to version?? */
939 /* gets 8 byte reply, checks reply is an Ack and returns appropriate status */ in kodakaio_expect_ack()
960 /* Sends 8 byte data to scanner and returns reply and appropriate status. */ in kodakaio_txrx()
993 Sends 8 byte data to scanner, gets 8 byte reply, checks reply is an Ack in kodakaio_txrxack()
1035 Tries to get 64 byte reply
1060 unsigned char reply[8]; in k_hello() local
1068 /* preset the reply, so I can see if it gets changed */ in k_hello()
1069 reply[ in k_hello()
1094 unsigned char reply[8]; cmd_start_scan() local
1127 unsigned char reply[8]; cmd_cancel_scan() local
1571 unsigned char reply[8]; k_lock_scanner() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c232 struct wpa_eapol_key *reply; in wpa_sm_key_request() local
261 hdrlen = sizeof(*reply) + mic_len + 2; in wpa_sm_key_request()
263 hdrlen, &rlen, (void *) &reply); in wpa_sm_key_request()
267 reply->type = (sm->proto == WPA_PROTO_RSN || in wpa_sm_key_request()
279 WPA_PUT_BE16(reply->key_info, key_info); in wpa_sm_key_request()
280 WPA_PUT_BE16(reply->key_length, 0); in wpa_sm_key_request()
281 os_memcpy(reply->replay_counter, sm->request_counter, in wpa_sm_key_request()
285 mic = (u8 *) (reply + 1); in wpa_sm_key_request()
538 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4() local
590 hdrlen = sizeof(*reply) in wpa_supplicant_send_2_of_4()
[all...]
/drivers/hdf_core/framework/model/sensor/driver/common/include/
H A Dsensor_device_manager.h41 typedef int32_t (*SensorCmdHandle)(struct SensorDeviceInfo *info, struct HdfSBuf *data, struct HdfSBuf *reply);
/drivers/hdf_core/adapter/uhdf2/ipc/include/
H A Dhdf_remote_adapter_if.h49 struct HdfRemoteService *service, int code, struct HdfSBuf *data, struct HdfSBuf *reply);
/drivers/hdf_core/framework/core/manager/include/
H A Ddevsvc_manager.h39 struct IDevSvcManager *inst, const char *interfaceDesc, struct HdfSBuf *reply);
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver.h25 typedef int32_t (*VibratorCmdHandle)(struct HdfSBuf *reqData, struct HdfSBuf *reply);
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_server.h70 typedef int32_t (*AudioAllfunc)(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply);
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-dbus.h38 DBusMessage *message, DBusMessage **reply, void *d);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c373 struct ieee80211_mgmt *reply; in send_auth_reply() local
378 rlen = IEEE80211_HDRLEN + sizeof(reply->u.auth) + ies_len; in send_auth_reply()
383 reply = (struct ieee80211_mgmt *) buf; in send_auth_reply()
384 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in send_auth_reply()
386 os_memcpy(reply->da, dst, ETH_ALEN); in send_auth_reply()
387 os_memcpy(reply->sa, hapd->own_addr, ETH_ALEN); in send_auth_reply()
388 os_memcpy(reply->bssid, bssid, ETH_ALEN); in send_auth_reply()
390 reply->u.auth.auth_alg = host_to_le16(auth_alg); in send_auth_reply()
391 reply->u.auth.auth_transaction = host_to_le16(auth_transaction); in send_auth_reply()
392 reply in send_auth_reply()
4927 struct ieee80211_mgmt reply; send_deauth() local
5051 struct ieee80211_mgmt *reply; send_assoc_resp() local
[all...]
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_key.c205 static int32_t HdfKeyDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfKeyDispatch() argument
208 if (client == NULL || data == NULL || reply == NULL) { in HdfKeyDispatch()
/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_remote_adapter_test.cpp177 HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in HWTEST_F() local
178 HdfRemoteAdapterDefaultDispatch(service, 0, data, reply); in HWTEST_F()
/drivers/hdf_core/framework/test/unittest/sensor/
H A Dhdf_sensor_test.c166 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in SensorTestDispatch()
171 (void)reply; in SensorTestDispatch()
165 SensorTestDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) SensorTestDispatch() argument
/drivers/peripheral/sensor/chipset/accel/
H A Daccel_bmi160.c144 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchBMI160()
149 (void)reply; in DispatchBMI160()
143 DispatchBMI160(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBMI160() argument
/drivers/peripheral/sensor/chipset/gyro/
H A Dgyro_bmi160.c137 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchBMI160()
142 (void)reply; in DispatchBMI160()
136 DispatchBMI160(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBMI160() argument
/drivers/peripheral/sensor/chipset/humidity/
H A Dhumidity_aht20.c146 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchAht20()
151 (void)reply; in DispatchAht20()
145 DispatchAht20(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchAht20() argument

Completed in 21 milliseconds

1...<<11121314151617181920>>...23