/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-stream.c | 514 DBusMessage *reply = NULL; in handle_get_all() local 572 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all() 574 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all() 604 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all() 605 dbus_message_unref(reply); in handle_get_all()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_server.c | 1086 RADIUS_DEBUG("Failed to allocate reply message"); in radius_server_encapsulate_eap() 1370 RADIUS_DEBUG("Failed to allocate reply message"); in radius_server_macacl() 1521 struct radius_msg *reply; in radius_server_request() local 1577 RADIUS_DEBUG("No previous reply available for duplicate " in radius_server_request() 1584 reply = radius_server_macacl(data, client, sess, msg); in radius_server_request() 1585 if (reply == NULL) in radius_server_request() 1649 reply = radius_server_encapsulate_eap(data, client, sess, msg); in radius_server_request() 1652 if (reply) { in radius_server_request() 1658 radius_msg_dump(reply); in radius_server_request() 1661 switch (radius_msg_get_hdr(reply) in radius_server_request() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 919 RADIUS_DEBUG("Failed to allocate reply message"); in radius_server_encapsulate_eap() 1203 RADIUS_DEBUG("Failed to allocate reply message"); in radius_server_macacl() 1354 struct radius_msg *reply; in radius_server_request() local 1410 RADIUS_DEBUG("No previous reply available for duplicate " in radius_server_request() 1417 reply = radius_server_macacl(data, client, sess, msg); in radius_server_request() 1418 if (reply == NULL) in radius_server_request() 1482 reply = radius_server_encapsulate_eap(data, client, sess, msg); in radius_server_request() 1485 if (reply) { in radius_server_request() 1491 radius_msg_dump(reply); in radius_server_request() 1494 switch (radius_msg_get_hdr(reply) in radius_server_request() [all...] |
/drivers/hdf_core/framework/support/platform/include/uart/ |
H A D | uart_core.h | 144 int32_t UartIoDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply);
|
/third_party/libdrm/include/drm/ |
H A D | via_drm.h | 249 struct drm_wait_vblank_reply reply; member
|
/drivers/hdf_core/adapter/khdf/linux/manager/src/ |
H A D | hdf_kevent.c | 306 struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfKeventIoServiceDispatch() 309 (void)reply; in HdfKeventIoServiceDispatch() 305 HdfKeventIoServiceDispatch( struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data, struct HdfSBuf *reply) HdfKeventIoServiceDispatch() argument
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/ |
H A D | smq_test.cpp | 268 OHOS::MessageParcel reply;
in HWTEST_F() local 280 int status = sampleService->SendRequest(SAMPLE_TRANS_SMQ, data, reply, option);
in HWTEST_F()
|
/drivers/hdf_core/adapter/platform/gpio/ |
H A D | gpio_asr.c | 96 int32_t GpioDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in GpioDispatch() argument 99 if (client == NULL || client->device == NULL || data == NULL || reply == NULL) { in GpioDispatch()
|
H A D | gpio_bes.c | 92 int32_t GpioDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in GpioDispatch() argument 95 if (client == NULL || client->device == NULL || data == NULL || reply == NULL) { in GpioDispatch()
|
/drivers/hdf_core/framework/model/audio/dispatch/src/ |
H A D | audio_control_dispatch.c | 546 struct HdfSBuf *data, struct HdfSBuf *reply) in ControlDispatch() 566 return g_controlDispCmdHandle[i].func(client, data, reply); in ControlDispatch() 545 ControlDispatch(struct HdfDeviceIoClient *client, int32_t cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) ControlDispatch() argument
|
/drivers/hdf_core/framework/model/display/driver/backlight/ |
H A D | hdf_bl.c | 399 struct HdfSBuf *reply) in BacklightDispatch() 411 return blCmdHandle(client->device, data, reply); in BacklightDispatch() 398 BacklightDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) BacklightDispatch() argument
|
/drivers/hdf_core/framework/model/sensor/driver/als/ |
H A D | sensor_als_driver.c | 345 int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchAls() 350 (void)reply; in DispatchAls() 344 DispatchAls(struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchAls() argument
|
/drivers/hdf_core/framework/model/sensor/driver/hall/ |
H A D | sensor_hall_driver.c | 288 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchHall() 293 (void)reply; in DispatchHall() 287 DispatchHall(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchHall() argument
|
/drivers/hdf_core/framework/test/unittest/pm/ |
H A D | hdf_pm_driver_test.c | 569 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfPmDriverDispatch() 576 (void)reply; in HdfPmDriverDispatch() 568 HdfPmDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) HdfPmDriverDispatch() argument
|
/drivers/peripheral/sensor/chipset/accel/ |
H A D | accel_bmi270.c | 346 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchBmi270() 351 (void)reply; in DispatchBmi270() 345 DispatchBmi270(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBmi270() argument
|
/drivers/peripheral/sensor/chipset/gyro/ |
H A D | gyro_bmi270.c | 345 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchBMI270() 350 (void)reply; in DispatchBMI270() 344 DispatchBMI270(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBMI270() argument
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usbd_function.cpp | 121 OHOS::MessageParcel reply;
in SendCmdToService() local 134 int32_t ret = remote->SendRequest(cmd, data, reply, option);
in SendCmdToService()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_nosdk_speed.c | 424 struct HdfDeviceIoClient * const client, int32_t cmd, struct HdfSBuf * const data, struct HdfSBuf * const reply) in AcmDeviceDispatch() 426 (void)reply; in AcmDeviceDispatch() 423 AcmDeviceDispatch( struct HdfDeviceIoClient * const client, int32_t cmd, struct HdfSBuf * const data, struct HdfSBuf * const reply) AcmDeviceDispatch() argument
|
H A D | usbhost_sdkapi_speed.c | 529 struct HdfDeviceIoClient * const client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in AcmDeviceDispatch() 531 (void)reply; in AcmDeviceDispatch() 528 AcmDeviceDispatch( struct HdfDeviceIoClient * const client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) AcmDeviceDispatch() argument
|
/drivers/peripheral/sensor/chipset/als/ |
H A D | als_bh1745.c | 302 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchBH1745() 307 (void)reply; in DispatchBH1745() 301 DispatchBH1745(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBH1745() argument
|
/drivers/peripheral/sensor/chipset/barometer/ |
H A D | barometer_bmp180.c | 323 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchBMP180() 328 (void)reply; in DispatchBMP180() 322 DispatchBMP180(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBMP180() argument
|
/drivers/peripheral/sensor/chipset/ppg/ |
H A D | ppg_cs1262.c | 333 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchCs1262() 338 (void)reply; in DispatchCs1262() 332 DispatchCs1262(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchCs1262() argument
|
/drivers/peripheral/vibrator/chipset/drv2605l/ |
H A D | vibrator_drv2605l_driver.c | 271 int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchDrv2605l() 276 (void)reply; in DispatchDrv2605l() 270 DispatchDrv2605l(struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchDrv2605l() argument
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgvendor.c | 262 int reply; in wl_cfgvendor_get_feature_set() local 264 reply = dhd_dev_get_feature_set(bcmcfg_to_prmry_ndev(cfg)); in wl_cfgvendor_get_feature_set() 266 err = wl_cfgvendor_send_cmd_reply(wiphy, &reply, sizeof(int)); in wl_cfgvendor_get_feature_set() 268 WL_ERR(("Vendor Command reply failed ret:%d \n", err)); in wl_cfgvendor_get_feature_set() 280 int reply; in wl_cfgvendor_get_feature_set_matrix() local 301 reply = dhd_dev_get_feature_set_matrix(bcmcfg_to_prmry_ndev(cfg), i); in wl_cfgvendor_get_feature_set_matrix() 302 if (reply != WIFI_FEATURE_INVALID) { in wl_cfgvendor_get_feature_set_matrix() 304 reply); in wl_cfgvendor_get_feature_set_matrix() 315 WL_ERR(("Vendor Command reply failed ret:%d \n", err)); in wl_cfgvendor_get_feature_set_matrix() 487 dhd_pno_gscan_capabilities_t *reply in wl_cfgvendor_gscan_get_capabilities() local 1209 uint16 *reply = NULL; wl_cfgvendor_gscan_get_channel_list() local 2611 struct sk_buff *reply; wl_cfgvendor_priv_string_handler() local [all...] |
/drivers/peripheral/display/composer/hdi_service/src/ |
H A D | display_composer_service.cpp | 633 int32_t DisplayComposerService::GetCmdReply(std::shared_ptr<SharedMemQueue<int32_t>>& reply) in GetCmdReply() argument 638 ret = cmdResponserV1_1_->GetCmdReply(reply); in GetCmdReply() 640 ret = cmdResponser_->GetCmdReply(reply); in GetCmdReply()
|