Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 50) sorted by relevance

12

/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/
DSystemPropertiesHelper.java44 private final Interface mInterface;
46 public SystemPropertiesHelper(Interface helperInterface, RealLogger logger) { in SystemPropertiesHelper()
89 + Interface.PROP_LINE_REGEX in toString()
112 public abstract static class Interface extends AbstractDeviceGateway { class in SystemPropertiesHelper
119 protected Interface(RealLogger logger) { in Interface() method in SystemPropertiesHelper.Interface
DDeviceConfigHelper.java49 private final Interface mInterface;
165 public abstract static class Interface extends AbstractDeviceGateway { class in DeviceConfigHelper
173 protected Interface(String namespace, RealLogger logger) { in Interface() method in DeviceConfigHelper.Interface
368 Interface getInterface(String namespace); in getInterface()
/packages/modules/Bluetooth/system/doc/
Ddirectory_layout.md15 * btif - *Bluetooth Interface* - JNI interface to Android.
19 * hci - *Host Controller Interface* - Communication protocol with Bluetooth chip.
22 * osi - *Operating System Interface* - General resource support for stack.
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_hf.h50 std::function<bluetooth::headset::Interface*()> body{
52 bluetooth::headset::Interface* operator()() { return body(); }; in operator()
Dmock_btif_hf.cc45 Interface* GetInterface() { in GetInterface()
Dmock_legacy_hci_interface.cc28 const Interface& GetInterface() { return *testing::interface_; } in GetInterface()
Dmock_legacy_hci_interface.h24 class MockInterface : public Interface {
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.h36 HfpIntf(headset::Interface* intf) : intf_(intf){}; in HfpIntf()
57 headset::Interface* intf_;
Dhfp_shim.cc144 static Callbacks* GetInstance(headset::Interface* headset) { in GetInstance()
149 DBusHeadsetCallbacks(headset::Interface* headset) : headset_(headset){}; in DBusHeadsetCallbacks()
311 headset::Interface* headset_;
427 auto hfpif = std::make_unique<HfpIntf>(const_cast<headset::Interface*>( in GetHfpProfile()
428 reinterpret_cast<const headset::Interface*>(btif_->get_profile_interface("handsfree")))); in GetHfpProfile()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h32 class Interface {
34 virtual ~Interface() = default;
/packages/modules/Virtualization/compos/composd/src/
Dservice.rs30 use binder::{self, BinderFeatures, ExceptionCode, Interface, Status, Strong, ThreadState};
48 impl Interface for IsolatedCompilationService {}
/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/
DAbstractDeviceSupportHelper.java49 private final SystemPropertiesHelper.Interface mSystemProperties;
52 RealLogger logger, SystemPropertiesHelper.Interface systemProperties) { in AbstractDeviceSupportHelper()
DAbstractAdServicesSystemPropertiesDumperRule.java30 RealLogger logger, SystemPropertiesHelper.Interface helper) { in AbstractAdServicesSystemPropertiesDumperRule()
/packages/modules/Virtualization/virtualizationservice/src/
Dremote_provisioning.rs31 BinderFeatures, ExceptionCode, Interface, IntoBinderResult, Result as BinderResult, Status,
48 impl Interface for AvfRemotelyProvisionedComponent {}
/packages/modules/Virtualization/microdroid_manager/src/
Dvm_payload_service.rs24 use binder::{Interface, BinderFeatures, ExceptionCode, Strong, IntoBinderResult, Status};
102 impl Interface for VmPayloadService {}
/packages/modules/Virtualization/authfs/service/src/
Dmain.rs39 use binder::{self, BinderFeatures, ExceptionCode, Interface, Status, Strong};
49 impl Interface for AuthFsService {}
Dauthfs.rs34 use binder::{self, BinderFeatures, Interface, ParcelFileDescriptor, Status, Strong};
49 impl Interface for AuthFs {}
/packages/modules/Virtualization/compos/composd_cmd/
Dcomposd_cmd.rs29 wait_for_interface, BinderFeatures, DeathRecipient, IBinder, Interface, ProcessState,
81 impl Interface for Callback {}
/packages/modules/Virtualization/compos/src/
Dcompsvc.rs37 BinderFeatures, ExceptionCode, Interface, IntoBinderResult, Result as BinderResult, Strong,
65 impl Interface for CompOsService {}
/packages/modules/Virtualization/virtualizationservice/vmnic/src/
Daidl.rs19 use binder::{self, Interface, IntoBinderResult, ParcelFileDescriptor};
91 impl Interface for Vmnic {}
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc109 class MockInterface : public Interface {
130 const Interface& GetInterface() { return interface_; } in GetInterface()
/packages/modules/Virtualization/virtualizationservice/vfio_handler/src/
Daidl.rs22 use binder::{self, BinderFeatures, ExceptionCode, Interface, IntoBinderResult, Strong};
42 impl Interface for BoundDevice {}
77 impl Interface for VfioHandler {}
/packages/modules/Bluetooth/system/btif/include/
Dbtif_hf.h32 Interface* GetInterface();
/packages/modules/AdServices/shared/libraries/host-side/java/com/android/adservices/shared/testing/
DHostSideDeviceConfigHelper.java24 public final class HostSideDeviceConfigHelper extends DeviceConfigHelper.Interface {
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h44 class Interface {
54 virtual ~Interface() = default;
57 const Interface& GetInterface();

12