/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/ |
D | host.proto | 28 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/ |
D | host.rs | 42 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/ |
D | data_transfer.py | 28 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
|
D | ranging.py | 26 async def controller(host: Host, peer: Host): 145 async def controlee(host: Host, peer: Host):
|
D | helper.py | 19 async def init(host: Host):
|
/aosp_15_r20/external/python/bumble/rust/src/wrapper/ |
D | host.rs | 25 pub struct Host { struct 29 impl Host { impl 78 impl ToPyObject for Host { implementation
|
/aosp_15_r20/external/python/bumble/apps/ |
D | controller_info.py | 72 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 D | Host.java | 55 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/ |
D | controller_info.py | 40 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 D | Host.java | 39 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/ |
D | debugging.md | 5 ### Host subsection 18 ### Host subsection
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/ |
H A D | CredentialView.kt | 15 interface Host { interface
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | dnsclient.go | 218 Host string member 238 Host string member
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/ |
D | host.rs | 24 pub struct Host(pub String); struct 27 impl<S> FromRequestParts<S> for Host implementation
|
/aosp_15_r20/build/soong/android/ |
H A D | arch_module_context.go | 28 Host() bool methodSpec 73 func (a *archModuleContext) Host() bool { func
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | ThreadPool.cpp | 25 Triple Host; member in ThreadPoolTest 32 Triple Host(Triple::normalize(sys::getProcessTriple())); in isUnsupportedOSOrEnvironment() local
|
/aosp_15_r20/build/soong/dexpreopt/ |
H A D | class_loader_context.go | 200 Host android.Path member 586 Host string member
|
/aosp_15_r20/tools/asuite/adevice/src/ |
H A D | adevice.rs | 28 pub trait Host { trait 116 host: &impl Host, in adevice()
|
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/ |
D | mod.rs | 109 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__.py | 43 async def get_driver_for_host(host: Host) -> Optional[Driver]:
|
/aosp_15_r20/art/tools/fuzzer/ |
H A D | README.md | 49 ## 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 D | service_ipc_host.h | 35 class Host; variable
|
/aosp_15_r20/external/perfetto/src/tracing/ipc/service/ |
H A D | service_ipc_host_impl.h | 27 class Host; variable
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/ipc/ |
H A D | service_ipc_host.h | 35 class Host; variable
|
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/ |
H A D | README.md | 14 ### Host subsection
|