/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/ |
D | SystemPropertiesHelper.java | 44 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
|
D | DeviceConfigHelper.java | 49 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/ |
D | directory_layout.md | 15 * 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/ |
D | mock_btif_hf.h | 50 std::function<bluetooth::headset::Interface*()> body{ 52 bluetooth::headset::Interface* operator()() { return body(); }; in operator()
|
D | mock_btif_hf.cc | 45 Interface* GetInterface() { in GetInterface()
|
D | mock_legacy_hci_interface.cc | 28 const Interface& GetInterface() { return *testing::interface_; } in GetInterface()
|
D | mock_legacy_hci_interface.h | 24 class MockInterface : public Interface {
|
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.h | 36 HfpIntf(headset::Interface* intf) : intf_(intf){}; in HfpIntf() 57 headset::Interface* intf_;
|
D | hfp_shim.cc | 144 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/ |
D | bluetooth_headset_interface.h | 32 class Interface { 34 virtual ~Interface() = default;
|
/packages/modules/Virtualization/compos/composd/src/ |
D | service.rs | 30 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/ |
D | AbstractDeviceSupportHelper.java | 49 private final SystemPropertiesHelper.Interface mSystemProperties; 52 RealLogger logger, SystemPropertiesHelper.Interface systemProperties) { in AbstractDeviceSupportHelper()
|
D | AbstractAdServicesSystemPropertiesDumperRule.java | 30 RealLogger logger, SystemPropertiesHelper.Interface helper) { in AbstractAdServicesSystemPropertiesDumperRule()
|
/packages/modules/Virtualization/virtualizationservice/src/ |
D | remote_provisioning.rs | 31 BinderFeatures, ExceptionCode, Interface, IntoBinderResult, Result as BinderResult, Status, 48 impl Interface for AvfRemotelyProvisionedComponent {}
|
/packages/modules/Virtualization/microdroid_manager/src/ |
D | vm_payload_service.rs | 24 use binder::{Interface, BinderFeatures, ExceptionCode, Strong, IntoBinderResult, Status}; 102 impl Interface for VmPayloadService {}
|
/packages/modules/Virtualization/authfs/service/src/ |
D | main.rs | 39 use binder::{self, BinderFeatures, ExceptionCode, Interface, Status, Strong}; 49 impl Interface for AuthFsService {}
|
D | authfs.rs | 34 use binder::{self, BinderFeatures, Interface, ParcelFileDescriptor, Status, Strong}; 49 impl Interface for AuthFs {}
|
/packages/modules/Virtualization/compos/composd_cmd/ |
D | composd_cmd.rs | 29 wait_for_interface, BinderFeatures, DeathRecipient, IBinder, Interface, ProcessState, 81 impl Interface for Callback {}
|
/packages/modules/Virtualization/compos/src/ |
D | compsvc.rs | 37 BinderFeatures, ExceptionCode, Interface, IntoBinderResult, Result as BinderResult, Strong, 65 impl Interface for CompOsService {}
|
/packages/modules/Virtualization/virtualizationservice/vmnic/src/ |
D | aidl.rs | 19 use binder::{self, Interface, IntoBinderResult, ParcelFileDescriptor}; 91 impl Interface for Vmnic {}
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_hcic_layer.cc | 109 class MockInterface : public Interface { 130 const Interface& GetInterface() { return interface_; } in GetInterface()
|
/packages/modules/Virtualization/virtualizationservice/vfio_handler/src/ |
D | aidl.rs | 22 use binder::{self, BinderFeatures, ExceptionCode, Interface, IntoBinderResult, Strong}; 42 impl Interface for BoundDevice {} 77 impl Interface for VfioHandler {}
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_hf.h | 32 Interface* GetInterface();
|
/packages/modules/AdServices/shared/libraries/host-side/java/com/android/adservices/shared/testing/ |
D | HostSideDeviceConfigHelper.java | 24 public final class HostSideDeviceConfigHelper extends DeviceConfigHelper.Interface {
|
/packages/modules/Bluetooth/system/stack/include/ |
D | hcimsgs.h | 44 class Interface { 54 virtual ~Interface() = default; 57 const Interface& GetInterface();
|