/drivers/hdf_core/framework/support/platform/include/i2c/ |
H A D | i2c_msg.h | 21 int32_t I2cMsgsWriteToSbuf(struct I2cMsg *msgs, int16_t count, struct HdfSBuf *reply);
|
/drivers/peripheral/display/hdi_service/device/include/proxy/ |
H A D | display_device_callback_stub.h | 28 OHOS::MessageParcel& reply,
|
/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/ |
H A D | audio_adm_interface_test.cpp | 153 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 D | wsi_common_x11.c | 90 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 D | devhost_service_if.h | 23 int (*Dump)(struct IDevHostService *hostService, struct HdfSBuf *data, struct HdfSBuf *reply);
|
/drivers/hdf_core/framework/model/audio/dispatch/include/ |
H A D | audio_control_dispatch.h | 38 int32_t (*func)(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply);
|
H A D | audio_stream_dispatch.h | 54 int32_t (*func)(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply);
|
/drivers/hdf_core/framework/model/camera/dispatch/include/ |
H A D | camera_dispatch.h | 20 int32_t (*func)(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply);
|
/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | display_dump_service.h | 37 int32_t ComposerDumpEvent(struct HdfSBuf *data, struct HdfSBuf *reply);
|
/third_party/node/src/ |
H A D | inspector_socket.cc | 504 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 D | kodakaio.c | 256 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 D | wpa.c | 232 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 D | sensor_device_manager.h | 41 typedef int32_t (*SensorCmdHandle)(struct SensorDeviceInfo *info, struct HdfSBuf *data, struct HdfSBuf *reply);
|
/drivers/hdf_core/adapter/uhdf2/ipc/include/ |
H A D | hdf_remote_adapter_if.h | 49 struct HdfRemoteService *service, int code, struct HdfSBuf *data, struct HdfSBuf *reply);
|
/drivers/hdf_core/framework/core/manager/include/ |
H A D | devsvc_manager.h | 39 struct IDevSvcManager *inst, const char *interfaceDesc, struct HdfSBuf *reply);
|
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_driver.h | 25 typedef int32_t (*VibratorCmdHandle)(struct HdfSBuf *reqData, struct HdfSBuf *reply);
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/include/ |
H A D | hdf_audio_server.h | 70 typedef int32_t (*AudioAllfunc)(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply);
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-dbus.h | 38 DBusMessage *message, DBusMessage **reply, void *d);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 373 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 D | hdf_key.c | 205 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 D | hdf_remote_adapter_test.cpp | 177 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 D | hdf_sensor_test.c | 166 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 D | accel_bmi160.c | 144 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 D | gyro_bmi160.c | 137 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 D | humidity_aht20.c | 146 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
|