Home
last modified time | relevance | path

Searched refs:reply (Results 526 - 550 of 594) sorted by relevance

1...<<21222324

/third_party/pulseaudio/src/modules/dbus/
H A Diface-stream.c514 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 Dradius_server.c1086 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 Dradius_server.c919 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 Duart_core.h144 int32_t UartIoDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply);
/third_party/libdrm/include/drm/
H A Dvia_drm.h249 struct drm_wait_vblank_reply reply; member
/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dhdf_kevent.c306 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 Dsmq_test.cpp268 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 Dgpio_asr.c96 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 Dgpio_bes.c92 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 Daudio_control_dispatch.c546 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 Dhdf_bl.c399 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 Dsensor_als_driver.c345 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 Dsensor_hall_driver.c288 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 Dhdf_pm_driver_test.c569 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 Daccel_bmi270.c346 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 Dgyro_bmi270.c345 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 Dusbd_function.cpp121 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 Dusbhost_nosdk_speed.c424 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 Dusbhost_sdkapi_speed.c529 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 Dals_bh1745.c302 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 Dbarometer_bmp180.c323 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 Dppg_cs1262.c333 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 Dvibrator_drv2605l_driver.c271 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 Dwl_cfgvendor.c262 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 Ddisplay_composer_service.cpp633 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()

Completed in 27 milliseconds

1...<<21222324