Home
last modified time | relevance | path

Searched defs:Host (Results 1 – 25 of 220) sorted by relevance

123456789

/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/
Dhost.proto28 service Host { service
35 rpc FactoryReset(google.protobuf.Empty) returns (google.protobuf.Empty);
38 rpc Reset(google.protobuf.Empty) returns (google.protobuf.Empty);
41 rpc ReadLocalAddress(google.protobuf.Empty) returns (ReadLocalAddressResponse);
53 rpc Connect(ConnectRequest) returns (ConnectResponse);
57 rpc WaitConnection(WaitConnectionRequest) returns (WaitConnectionResponse);
61 rpc ConnectLE(ConnectLERequest) returns (ConnectLEResponse);
66 rpc WaitConnectionUpdate(WaitConnectionUpdateRequest) returns (WaitConnectionUpdateResponse);
68 … GetConnectionParameters(GetConnectionParametersRequest) returns (GetConnectionParametersResponse);
71 rpc Disconnect(DisconnectRequest) returns (google.protobuf.Empty);
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/url/src/
Dhost.rs42 pub enum Host<S = String> { enum
62 impl<'a> Host<&'a str> { impl
73 impl Host<String> { impl
170 impl<S: AsRef<str>> fmt::Display for Host<S> { implementation
184 impl<S, T> PartialEq<Host<T>> for Host<S> implementation
/aosp_15_r20/external/rust/pica/tests/
Ddata_transfer.py28 async def controller(host: Host, peer: Host, file: Path):
155 async def controlee(host: Host, peer: Host, file: Path):
289 host: Host, dst_mac_address: bytes, file: Path, session_id: int
Dranging.py26 async def controller(host: Host, peer: Host):
145 async def controlee(host: Host, peer: Host):
Dhelper.py19 async def init(host: Host):
/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dhost.rs25 pub struct Host { struct
29 impl Host { impl
78 impl ToPyObject for Host { implementation
/aosp_15_r20/external/python/bumble/apps/
Dcontroller_info.py72 async def get_classic_info(host: Host) -> None:
93 async def get_le_info(host: Host) -> None:
150 async def get_acl_flow_control_info(host: Host) -> None:
175 async def get_codecs_info(host: Host) -> None:
/aosp_15_r20/external/nist-sip/java/gov/nist/core/
H A DHost.java55 public class Host extends GenericObject { class
85 public Host() { in Host() method in Host
94 public Host(String hostName) throws IllegalArgumentException { in Host() method in Host
108 public Host(String name, int addrType) { in Host() method in Host
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dcontroller_info.py40 class Host: class
92 async def br_edr_properties(host: Host):
118 async def le_properties(host: Host):
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/model/
H A DHost.java39 public final class Host { class
47 private Host() { in Host() method in Host
51 private Host(Builder builder) { in Host() method in Host
/aosp_15_r20/packages/modules/adb/docs/dev/
Ddebugging.md5 ### Host subsection
18 ### Host subsection
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DCredentialView.kt15 interface Host { interface
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Ddnsclient.go218 Host string member
238 Host string member
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/
Dhost.rs24 pub struct Host(pub String); struct
27 impl<S> FromRequestParts<S> for Host implementation
/aosp_15_r20/build/soong/android/
H A Darch_module_context.go28 Host() bool methodSpec
73 func (a *archModuleContext) Host() bool { func
/aosp_15_r20/external/llvm/unittests/Support/
H A DThreadPool.cpp25 Triple Host; member in ThreadPoolTest
32 Triple Host(Triple::normalize(sys::getProcessTriple())); in isUnsupportedOSOrEnvironment() local
/aosp_15_r20/build/soong/dexpreopt/
H A Dclass_loader_context.go200 Host android.Path member
586 Host string member
/aosp_15_r20/tools/asuite/adevice/src/
H A Dadevice.rs28 pub trait Host { trait
116 host: &impl Host, in adevice()
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/
Dmod.rs109 host: Option<Host>, in new()
270 pub fn host(&mut self) -> PyResult<Option<Host>> { in host()
/aosp_15_r20/external/python/bumble/bumble/drivers/
D__init__.py43 async def get_driver_for_host(host: Host) -> Optional[Driver]:
/aosp_15_r20/art/tools/fuzzer/
H A DREADME.md49 ## Host section in Building the ART Fuzzer
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/tracing/ipc/
H A Dservice_ipc_host.h35 class Host; variable
/aosp_15_r20/external/perfetto/src/tracing/ipc/service/
H A Dservice_ipc_host_impl.h27 class Host; variable
/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/ipc/
H A Dservice_ipc_host.h35 class Host; variable
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/
H A DREADME.md14 ### Host subsection

123456789