Home
last modified time | relevance | path

Searched refs:V1_0 (Results 1 – 25 of 129) sorted by relevance

123456

/system/tools/hidl/test/hidl_test/
Dhidl_test.h34 using ::android::hardware::tests::bar::V1_0::IBar; in runOnEachServer()
35 using ::android::hardware::tests::baz::V1_0::IBaz; in runOnEachServer()
36 using ::android::hardware::tests::hash::V1_0::IHash; in runOnEachServer()
37 using ::android::hardware::tests::inheritance::V1_0::IChild; in runOnEachServer()
38 using ::android::hardware::tests::inheritance::V1_0::IFetcher; in runOnEachServer()
39 using ::android::hardware::tests::inheritance::V1_0::IParent; in runOnEachServer()
40 using ::android::hardware::tests::memory::V1_0::IMemoryTest; in runOnEachServer()
41 using ::android::hardware::tests::multithread::V1_0::IMultithread; in runOnEachServer()
42 using ::android::hardware::tests::safeunion::cpp::V1_0::ICppSafeUnion; in runOnEachServer()
43 using ::android::hardware::tests::safeunion::V1_0::ISafeUnion; in runOnEachServer()
[all …]
Dstatic_test.cpp9 using ::android::hardware::tests::bar::V1_0::IImportRules;
10 using ::android::hardware::tests::expression::V1_0::IExpression;
11 using ::android::hardware::tests::foo::V1_0::IFoo;
37 const ::android::hardware::tests::bar::V1_0::IImportRules::Outer&) override { in rule0a()
42 const ::android::hardware::tests::bar::V1_0::IImportRules::Outer&) override { in rule0a1()
47 const ::android::hardware::tests::bar::V1_0::IImportRules::Outer&) override { in rule0b()
52 const ::android::hardware::tests::bar::V1_0::IImportRules::Outer&) override { in rule0b1()
56 Return<void> rule0c(const ::android::hardware::tests::foo::V1_0::Outer&) override { in rule0c()
60 Return<void> rule0d(const ::android::hardware::tests::foo::V1_0::Outer&) override { in rule0d()
65 const ::android::hardware::tests::bar::V1_0::IImportRules::Outer::Inner&) override { in rule0e()
[all …]
/system/extras/bootctl/
Dbootctl.cpp28 using android::hardware::boot::V1_0::BoolResult;
29 using android::hardware::boot::V1_0::CommandResult;
30 using android::hardware::boot::V1_0::Slot;
34 namespace V1_0 = android::hardware::boot::V1_0;
72 static int do_hal_info(const sp<V1_0::IBootControl> module) { in do_hal_info()
79 static int do_get_number_slots(sp<V1_0::IBootControl> module) { in do_get_number_slots()
85 static int do_get_current_slot(sp<V1_0::IBootControl> module) { in do_get_current_slot()
106 static int do_mark_boot_successful(sp<V1_0::IBootControl> module) { in do_mark_boot_successful()
118 static int do_set_active_boot_slot(sp<V1_0::IBootControl> module, Slot slot_number) { in do_set_active_boot_slot()
124 static int do_set_slot_as_unbootable(sp<V1_0::IBootControl> module, Slot slot_number) { in do_set_slot_as_unbootable()
[all …]
/system/libhidl/transport/include/hidl/
DHidlTransportSupport.h84 bool setMinSchedulerPolicy(const sp<::android::hidl::base::V1_0::IBase>& service,
92 SchedPrio getMinSchedulerPolicy(const sp<::android::hidl::base::V1_0::IBase>& service);
104 bool setRequestingSid(const sp<::android::hidl::base::V1_0::IBase>& service, bool requesting);
110 bool getRequestingSid(const sp<::android::hidl::base::V1_0::IBase>& service);
117 bool interfacesEqual(const sp<::android::hidl::base::V1_0::IBase>& left,
118 const sp<::android::hidl::base::V1_0::IBase>& right);
163 using ::android::hidl::base::V1_0::IBase; in getServiceInternal()
DServiceManagement.h30 namespace V1_0 {
65 sp<::android::hidl::base::V1_0::IBase> getRawServiceInternal(const std::string& descriptor,
69 status_t registerAsServiceInternal(const sp<::android::hidl::base::V1_0::IBase>& service,
75 sp<::android::hidl::manager::V1_0::IServiceManager> defaultServiceManager();
78 sp<::android::hidl::manager::V1_0::IServiceManager> getPassthroughServiceManager();
DHidlTransportUtils.h31 Return<bool> canCastInterface(::android::hidl::base::V1_0::IBase* interface,
34 std::string getDescriptor(::android::hidl::base::V1_0::IBase* interface);
DHidlPassthroughSupport.h35 sp<::android::hidl::base::V1_0::IBase> wrapPassthroughInternal(
36 sp<::android::hidl::base::V1_0::IBase> iface);
DStatic.h37 extern DoNotDestruct<ConcurrentMap<const ::android::hidl::base::V1_0::IBase*,
48 std::function<sp<::android::hidl::base::V1_0::IBase>(void*)>>;
/system/chre/host/hal_generic/V1_0/
Dgeneric_context_hub_v1_0.h25 namespace V1_0 {
31 class GenericContextHub : public GenericContextHubBase<V1_0::IContexthub> {};
35 extern "C" V1_0::IContexthub *HIDL_FETCH_IContexthub(const char * /* name */);
Dgeneric_context_hub_v1_0.cc22 namespace V1_0 { namespace
25 extern "C" V1_0::IContexthub *HIDL_FETCH_IContexthub(const char * /* name */) { in HIDL_FETCH_IContexthub()
/system/bt/btif/src/
Dbtif_a2dp_audio_interface.cc47 using android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioOffload;
48 using android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost;
49 using android::hardware::bluetooth::a2dp::V1_0::Status;
50 using android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration;
51 using android::hardware::bluetooth::a2dp::V1_0::CodecType;
52 using android::hardware::bluetooth::a2dp::V1_0::SampleRate;
53 using android::hardware::bluetooth::a2dp::V1_0::BitsPerSample;
54 using android::hardware::bluetooth::a2dp::V1_0::ChannelMode;
161 const wp<::android::hidl::base::V1_0::IBase>& /*who*/) override { in serviceDied()
202 (::android::hardware::bluetooth::a2dp::V1_0::CodecType) in btif_a2dp_get_codec_configuration()
[all …]
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
Dkeystore.h14 namespace V1_0 {
17 using ::android::hidl::base::V1_0::DebugInfo;
18 using ::android::hidl::base::V1_0::IBase;
26 using ::android::system::wifi::keystore::V1_0::IKeystore;
/system/libhidl/transport/
DStatic.cpp33 DoNotDestruct<ConcurrentMap<const ::android::hidl::base::V1_0::IBase*,
38 DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, SchedPrio>> gServicePrioMap{};
39 DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, bool>> gServiceSidMap{};
DInternalStatic.h38 extern DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, SchedPrio>>
41 extern DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, bool>> gServiceSidMap;
/system/libhidl/transport/memory/1.0/default/
DAshmemMapper.h27 namespace V1_0 {
30 using ::android::hidl::memory::V1_0::IMapper;
31 using ::android::hidl::memory::V1_0::IMemory;
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendBenchmark.cpp26 using android::system::suspend::V1_0::ISystemSuspend;
27 using android::system::suspend::V1_0::IWakeLock;
28 using android::system::suspend::V1_0::WakeLockType;
Dmain.cpp41 using android::system::suspend::V1_0::ISystemSuspend;
42 using android::system::suspend::V1_0::SleepTimeConfig;
43 using android::system::suspend::V1_0::SuspendControlService;
44 using android::system::suspend::V1_0::SuspendControlServiceInternal;
45 using android::system::suspend::V1_0::SystemSuspend;
/system/bt/gd/os/android/
Dwakelock_native.cc37 using android::system::suspend::V1_0::ISystemSuspend;
38 using android::system::suspend::V1_0::IWakeLock;
39 using android::system::suspend::V1_0::WakeLockType;
48 …void serviceDied(uint64_t /*cookie*/, const android::wp<::android::hidl::base::V1_0::IBase>& /*who… in serviceDied()
/system/gsid/tests/
Dboot_tests.cpp26 using android::hardware::weaver::V1_0::IWeaver;
27 using android::hardware::weaver::V1_0::WeaverConfig;
28 using android::hardware::weaver::V1_0::WeaverStatus;
/system/connectivity/wificond/
Dwifi_keystore_hal_connector.cpp31 using android::system::wifi::keystore::V1_0::IKeystore;
32 using android::system::wifi::keystore::V1_0::implementation::Keystore;
/system/libhidl/transport/allocator/1.0/default/
Dservice.cpp11 using android::hidl::allocator::V1_0::IAllocator;
12 using android::hidl::allocator::V1_0::implementation::AshmemAllocator;
DAshmemAllocator.h27 namespace V1_0 {
30 using ::android::hidl::allocator::V1_0::IAllocator;
/system/hwservicemanager/
DTokenManager.h29 namespace V1_0 {
32 using ::android::hidl::base::V1_0::IBase;
33 using ::android::hidl::token::V1_0::ITokenManager;
/system/bt/test/mock/
Dmock_android_hardware_audio.cc26 namespace V1_0 { namespace
35 std::__1::function<void(android::hidl::base::V1_0::DebugInfo const&)>) { in getDebugInfo()
/system/core/fs_mgr/libsnapshot/
Ddevice_info.cpp26 using android::hardware::boot::V1_0::BoolResult;
27 using android::hardware::boot::V1_0::CommandResult;
66 auto hal = android::hardware::boot::V1_0::IBootControl::getService(); in EnsureBootHal()

123456