/system/chre/host/hal_generic/V1_1/ |
D | generic_context_hub_v1_1.h | 38 namespace V1_1 { 44 class GenericContextHubV1_1 : public GenericContextHubBase<V1_1::IContexthub> { 46 Return<void> onSettingChanged(V1_1::Setting setting, 47 V1_1::SettingValue newValue) override;
|
D | service.cc | 27 using android::hardware::contexthub::V1_1::IContexthub; 28 using android::hardware::contexthub::V1_1::implementation::
|
D | generic_context_hub_v1_1.cc | 32 namespace V1_1 { namespace
|
/system/libhidl/transport/include/hidl/ |
D | ServiceManagement.h | 33 namespace V1_1 { 69 sp<::android::hidl::manager::V1_1::IServiceManager> defaultServiceManager1_1(); 72 sp<::android::hidl::manager::V1_1::IServiceManager> getPassthroughServiceManager1_1();
|
/system/bt/vendor_libs/linux/interface/ |
D | service.cc | 29 using ::android::hardware::bluetooth::V1_1::IBluetoothHci; 30 using ::android::hardware::bluetooth::V1_1::btlinux::BluetoothHci;
|
D | bluetooth_hci.h | 32 namespace V1_1 { 46 const ::android::sp<V1_1::IBluetoothHciCallbacks>& cb) override; 56 const ::android::sp<V1_1::IBluetoothHciCallbacks>& cb_1_1);
|
D | bluetooth_hci.cc | 69 namespace V1_1 { namespace 272 const ::android::sp<V1_1::IBluetoothHciCallbacks>& cb) { in initialize_1_1() 278 const ::android::sp<V1_1::IBluetoothHciCallbacks>& cb_1_1) { in initialize_impl()
|
/system/bt/test/rootcanal/ |
D | service.cc | 30 using ::android::hardware::bluetooth::V1_1::IBluetoothHci; 31 using ::android::hardware::bluetooth::V1_1::sim::BluetoothHci;
|
D | bluetooth_hci.h | 36 namespace V1_1 { 48 const sp<V1_1::IBluetoothHciCallbacks>& cb) override; 68 const sp<V1_1::IBluetoothHciCallbacks>& cb_1_1);
|
D | bluetooth_hci.cc | 32 namespace V1_1 { namespace 80 const sp<V1_1::IBluetoothHciCallbacks>& cb) { in initialize_1_1() 86 const sp<V1_1::IBluetoothHciCallbacks>& cb_1_1) { in initialize_impl()
|
/system/extras/bootctl/ |
D | bootctl.cpp | 31 using android::hardware::boot::V1_1::IBootControl; 32 using android::hardware::boot::V1_1::MergeStatus; 35 namespace V1_1 = android::hardware::boot::V1_1; 169 static int do_set_snapshot_merge_status(sp<V1_1::IBootControl> module, BootCtlVersion bootVersion, in do_set_snapshot_merge_status() 207 static int do_get_snapshot_merge_status(sp<V1_1::IBootControl> module) { in do_get_snapshot_merge_status() 248 sp<V1_1::IBootControl> v1_1_module; in main() 256 v1_1_module = V1_1::IBootControl::castFrom(v1_0_module); in main()
|
/system/core/fs_mgr/libsnapshot/ |
D | device_info.h | 29 using MergeStatus = android::hardware::boot::V1_1::MergeStatus; 48 android::sp<android::hardware::boot::V1_1::IBootControl> boot_control_;
|
D | device_info.cpp | 73 boot_control_ = android::hardware::boot::V1_1::IBootControl::castFrom(hal); in EnsureBootHal()
|
/system/nfc/src/include/ |
D | NfcAdaptation.h | 36 namespace V1_1 { 109 static android::sp<android::hardware::nfc::V1_1::INfc> mHal_1_1; 111 static android::hardware::nfc::V1_1::INfcClientCallback* mCallback;
|
/system/netd/server/ |
D | NetdHwService.h | 27 using INetdHw = android::system::net::netd::V1_1::INetd; 28 using StatusCode = android::system::net::netd::V1_1::INetd::StatusCode;
|
/system/chre/ |
D | Android.bp | 142 "host/hal_generic/V1_1/generic_context_hub_v1_1.cc", 143 "host/hal_generic/V1_1/service.cc", 145 init_rc: ["host/hal_generic/V1_1/android.hardware.contexthub@1.1-service-generic.rc"], 159 vintf_fragments: ["host/hal_generic/V1_1/android.hardware.contexthub@1.1-generic.xml"],
|
/system/bt/hci/src/ |
D | hci_layer_android.cc | 61 android::sp<V1_1::IBluetoothHci> btHci_1_1; 72 class BluetoothHciCallbacks : public V1_1::IBluetoothHciCallbacks { 137 btHci_1_1 = V1_1::IBluetoothHci::getService(); in hci_initialize() 157 android::sp<V1_1::IBluetoothHciCallbacks> callbacks = in hci_initialize()
|
/system/core/fastboot/device/ |
D | fastboot_device.h | 55 android::sp<android::hardware::boot::V1_1::IBootControl> boot1_1() { return boot1_1_; } in boot1_1() 68 android::sp<android::hardware::boot::V1_1::IBootControl> boot1_1_;
|
D | fastboot_device.cpp | 76 boot1_1_ = android::hardware::boot::V1_1::IBootControl::castFrom(boot_control_hal_);
|
D | variables.cpp | 38 using ::android::hardware::boot::V1_1::MergeStatus; 42 using IBootControl1_1 = ::android::hardware::boot::V1_1::IBootControl;
|
/system/nfc/src/fuzzers/inc/android/hardware/nfc/1.1/ |
D | types.h | 7 namespace V1_1 {
|
/system/nfc/src/adaptation/ |
D | NfcAdaptation.cc | 46 using android::hardware::nfc::V1_1::PresenceCheckAlgorithm; 47 using INfcV1_1 = android::hardware::nfc::V1_1::INfc; 49 using NfcVendorConfigV1_1 = android::hardware::nfc::V1_1::NfcConfig; 51 using android::hardware::nfc::V1_1::INfcClientCallback; 115 ::android::hardware::nfc::V1_1::NfcEvent event, in sendEvent_1_1()
|
/system/hwservicemanager/ |
D | HidlService.h | 36 using ::android::hidl::manager::V1_1::IServiceManager;
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 61 namespace V1_1 { 92 using MergeStatus = android::hardware::boot::V1_1::MergeStatus;
|
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ |
D | test_helpers.h | 39 using android::hardware::boot::V1_1::MergeStatus;
|