Home
last modified time | relevance | path

Searched refs:V1_1 (Results 1 – 25 of 31) sorted by relevance

12

/system/chre/host/hal_generic/V1_1/
Dgeneric_context_hub_v1_1.h38 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;
Dservice.cc27 using android::hardware::contexthub::V1_1::IContexthub;
28 using android::hardware::contexthub::V1_1::implementation::
Dgeneric_context_hub_v1_1.cc32 namespace V1_1 { namespace
/system/libhidl/transport/include/hidl/
DServiceManagement.h33 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/
Dservice.cc29 using ::android::hardware::bluetooth::V1_1::IBluetoothHci;
30 using ::android::hardware::bluetooth::V1_1::btlinux::BluetoothHci;
Dbluetooth_hci.h32 namespace V1_1 {
46 const ::android::sp<V1_1::IBluetoothHciCallbacks>& cb) override;
56 const ::android::sp<V1_1::IBluetoothHciCallbacks>& cb_1_1);
Dbluetooth_hci.cc69 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/
Dservice.cc30 using ::android::hardware::bluetooth::V1_1::IBluetoothHci;
31 using ::android::hardware::bluetooth::V1_1::sim::BluetoothHci;
Dbluetooth_hci.h36 namespace V1_1 {
48 const sp<V1_1::IBluetoothHciCallbacks>& cb) override;
68 const sp<V1_1::IBluetoothHciCallbacks>& cb_1_1);
Dbluetooth_hci.cc32 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/
Dbootctl.cpp31 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/
Ddevice_info.h29 using MergeStatus = android::hardware::boot::V1_1::MergeStatus;
48 android::sp<android::hardware::boot::V1_1::IBootControl> boot_control_;
Ddevice_info.cpp73 boot_control_ = android::hardware::boot::V1_1::IBootControl::castFrom(hal); in EnsureBootHal()
/system/nfc/src/include/
DNfcAdaptation.h36 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/
DNetdHwService.h27 using INetdHw = android::system::net::netd::V1_1::INetd;
28 using StatusCode = android::system::net::netd::V1_1::INetd::StatusCode;
/system/chre/
DAndroid.bp142 "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/
Dhci_layer_android.cc61 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/
Dfastboot_device.h55 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_;
Dfastboot_device.cpp76 boot1_1_ = android::hardware::boot::V1_1::IBootControl::castFrom(boot_control_hal_);
Dvariables.cpp38 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/
Dtypes.h7 namespace V1_1 {
/system/nfc/src/adaptation/
DNfcAdaptation.cc46 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/
DHidlService.h36 using ::android::hidl::manager::V1_1::IServiceManager;
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h61 namespace V1_1 {
92 using MergeStatus = android::hardware::boot::V1_1::MergeStatus;
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h39 using android::hardware::boot::V1_1::MergeStatus;

12