Home
last modified time | relevance | path

Searched defs:ports (Results 51 - 75 of 75) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h580 void CreateMsgPorts(std::vector<RefPtr<WebMessagePort>>& ports) in CreateMsgPorts() argument
592 void PostWebMessage(std::string& message, std::vector<RefPtr<WebMessagePort>>& ports, std::string& uri) in PostWebMessage() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp571 std::vector<RefPtr<WebMessagePort>> ports; in CreateWebMessagePorts() local
/foundation/distributedhardware/distributed_audio/common/include/
H A Daudio_types.h76 struct AudioPort *ports; /**< List of ports supported by an audio adapter */ member
/third_party/alsa-lib/src/pcm/
H A Dpcm_ladspa.c75 snd_pcm_ladspa_array_t ports; member
[all...]
/third_party/node/src/
H A Dnode_messaging.cc1407 void SiblingGroup::Entangle(std::initializer_list<MessagePortData*> ports) { in Entangle() argument
/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c92 pa_hashmap *ports; member
666 const char **ports; in get_ports() local
689 const char **ports = NULL; in handle_get_ports() local
823 const char **ports = NULL; handle_get_all() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c1926 static void create_card_ports(struct userdata *u, pa_hashmap *ports) { in create_card_ports() argument
2027 static pa_card_profile *create_card_profile(struct userdata *u, pa_bluetooth_profile_t profile, pa_hashmap *ports) { in create_card_profile() argument
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c942 static void update_mixer_paths(pa_hashmap *ports, const char *profile) { in update_mixer_paths() argument
1007 ucm_add_port_combination( pa_hashmap *hash, pa_alsa_ucm_mapping_context *context, bool is_sink, pa_alsa_ucm_device **pdevices, int num, pa_hashmap *ports, pa_card_profile *cp, pa_core *core) ucm_add_port_combination() argument
1238 ucm_add_ports_combination( pa_hashmap *hash, pa_alsa_ucm_mapping_context *context, bool is_sink, pa_alsa_ucm_device **pdevices, int dev_num, uint32_t map_index, pa_hashmap *ports, pa_card_profile *cp, pa_core *core) ucm_add_ports_combination() argument
1298 pa_alsa_ucm_add_ports_combination( pa_hashmap *p, pa_alsa_ucm_mapping_context *context, bool is_sink, pa_hashmap *ports, pa_card_profile *cp, pa_core *core) pa_alsa_ucm_add_ports_combination() argument
2407 pa_alsa_ucm_add_ports_combination( pa_hashmap *hash, pa_alsa_ucm_mapping_context *context, bool is_sink, pa_hashmap *ports, pa_card_profile *cp, pa_core *core) pa_alsa_ucm_add_ports_combination() argument
[all...]
H A Dalsa-mixer.c5356 static pa_device_port* device_port_alsa_init(pa_hashmap *ports, /* card ports */ in device_port_alsa_init() argument
5406 pa_alsa_path_set_add_ports( pa_alsa_path_set *ps, pa_card_profile *cp, pa_hashmap *ports, pa_hashmap *extra, pa_core *core) pa_alsa_path_set_add_ports() argument
5453 pa_hashmap *ports; pa_alsa_add_ports() local
[all...]
/third_party/pulseaudio/src/utils/
H A Dpactl.c404 static const char* pa_sink_ports_to_json_array(pa_sink_port_info **ports) { in pa_sink_ports_to_json_array() argument
435 static const char* pa_source_ports_to_json_array(pa_source_port_info **ports) { in pa_source_ports_to_json_array() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.c1329 int *ports; in cred_conn_capab_missing() local
H A Dconfig.c3164 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local
3693 int *ports; wpa_config_get_cred_no_key() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dinterworking.c1340 int *ports; in cred_conn_capab_missing() local
H A Dconfig.c3588 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local
4146 int *ports; wpa_config_get_cred_no_key() local
[all...]
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp873 std::vector<std::string> ports = nativeWebviewCtl->CreateWebMessagePorts(); in FfiOHOSWebviewCtlCreateWebMessagePorts() local
901 int32_t GetSendPorts(CArrI64 ports, std::vector<std::string>& sendPorts) in GetSendPorts() argument
922 int32_t FfiOHOSWebviewCtlPostMessage(int64_t id, char* name, CArrI64 ports, char* uri) in FfiOHOSWebviewCtlPostMessage() argument
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp498 ErrCode WebviewController::PostWebMessage(std::string& message, std::vector<std::string>& ports, std::string& targetUrl) in PostWebMessage() argument
H A Dnapi_webview_controller.cpp1886 std::vector<std::string> ports = webviewController->CreateWebMessagePorts(); in CreateWebMessagePorts() local
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp392 PostWebMessage( const ArkWebString& message, const ArkWebStringVector& ports, const ArkWebString& target_uri) PostWebMessage() argument
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c316 struct rockchip_usb2phy_port ports[USB2PHY_NUM_PORTS]; member
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h331 int ports; /* maximum ports per client */ member
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp450 PostWebMessage( const std::string& message, const std::vector<std::string>& ports, const std::string& target_uri) PostWebMessage() argument
/third_party/backends/backend/
H A Dumax_pp_low.c394 char **ports = NULL; in sanei_parport_find_port() local
457 char **ports = NULL; in sanei_parport_find_device() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp467 void WebDelegate::CreateWebMessagePorts(std::vector<RefPtr<WebMessagePort>>& ports) {} in CreateWebMessagePorts() argument
468 void WebDelegate::PostWebMessage(std::string& message, std::vector<RefPtr<WebMessagePort>>& ports, std::string& uri) {} in PostWebMessage() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1273 void WebDelegate::CreateWebMessagePorts(std::vector<RefPtr<WebMessagePort>>& ports) in CreateWebMessagePorts() argument
1286 void WebDelegate::PostWebMessage(std::string& message, std::vector<RefPtr<WebMessagePort>>& ports, std::string& uri) in PostWebMessage() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h6906 uint16 ports[1]; /**< Placeholder for ports[<count>] */ member

Completed in 159 milliseconds

123