Home
last modified time | relevance | path

Searched refs:V1_0 (Results 1 – 25 of 128) 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/core/healthd/
DHealthServiceHealthd.cpp29 using android::hardware::health::V1_0::HealthConfig;
30 using android::hardware::health::V1_0::HealthInfo;
31 using android::hardware::health::V1_0::Result;
32 using android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
33 using android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
34 using android::hardware::health::V1_0::hal_conversion::convertFromHealthInfo;
35 using android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
37 using IHealthLegacy = android::hardware::health::V1_0::IHealth;
/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;
71 static int do_hal_info(const sp<V1_0::IBootControl> module) { in do_hal_info()
80 static int do_get_number_slots(sp<V1_0::IBootControl> module) in do_get_number_slots()
87 static int do_get_current_slot(sp<V1_0::IBootControl> module) in do_get_current_slot()
111 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, in do_set_active_boot_slot()
126 static int do_set_slot_as_unbootable(sp<V1_0::IBootControl> module, in do_set_slot_as_unbootable()
[all …]
/system/libhidl/transport/include/hidl/
DServiceManagement.h30 namespace V1_0 {
58 sp<::android::hidl::base::V1_0::IBase> getRawServiceInternal(const std::string& descriptor,
62 status_t registerAsServiceInternal(const sp<::android::hidl::base::V1_0::IBase>& service,
68 sp<::android::hidl::manager::V1_0::IServiceManager> defaultServiceManager();
71 sp<::android::hidl::manager::V1_0::IServiceManager> getPassthroughServiceManager();
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()
DHidlTransportUtils.h31 Return<bool> canCastInterface(::android::hidl::base::V1_0::IBase* interface,
34 std::string getDescriptor(::android::hidl::base::V1_0::IBase* interface);
/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.cc51 using android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioOffload;
52 using android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost;
53 using android::hardware::bluetooth::a2dp::V1_0::Status;
54 using android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration;
55 using android::hardware::bluetooth::a2dp::V1_0::CodecType;
56 using android::hardware::bluetooth::a2dp::V1_0::SampleRate;
57 using android::hardware::bluetooth::a2dp::V1_0::BitsPerSample;
58 using android::hardware::bluetooth::a2dp::V1_0::ChannelMode;
165 const wp<::android::hidl::base::V1_0::IBase>& /*who*/) override { in serviceDied()
206 (::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.h15 namespace V1_0 {
18 using ::android::hidl::base::V1_0::DebugInfo;
19 using ::android::hidl::base::V1_0::IBase;
27 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;
DHidlLazyUtils.cpp29 using ::android::hidl::base::V1_0::IBase;
71 status_t registerService(const sp<::android::hidl::base::V1_0::IBase>& service,
115 Return<void> ClientCounterCallback::onClients(const sp<::android::hidl::base::V1_0::IBase>& service, in onClients()
170 const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) { in registerService()
190 const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) { in registerService()
/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/core/fastboot/device/
Dfastboot_device.h52 android::sp<android::hardware::boot::V1_0::IBootControl> boot_control_hal() { in boot_control_hal()
56 android::sp<android::hardware::fastboot::V1_0::IFastboot> fastboot_hal() { in fastboot_hal()
67 android::sp<android::hardware::boot::V1_0::IBootControl> boot_control_hal_;
70 android::sp<android::hardware::fastboot::V1_0::IFastboot> fastboot_hal_;
/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;
/system/update_engine/
Dmock_boot_control_hal.h25 : public ::android::hardware::boot::V1_0::IBootControl {
39 ::android::hardware::Return<::android::hardware::boot::V1_0::BoolResult>(
43 ::android::hardware::Return<::android::hardware::boot::V1_0::BoolResult>(
/system/security/keystore/
Dconfirmation_manager.h37 using android::hardware::confirmationui::V1_0::IConfirmationResultCallback;
38 using ConfirmationResponseCode = android::hardware::confirmationui::V1_0::ResponseCode;
77 const android::wp<android::hidl::base::V1_0::IBase>& who) override;
100 android::sp<android::hardware::confirmationui::V1_0::IConfirmationUI> mCurrentConfirmationUI;
/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;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.cpp25 using android::hardware::boot::V1_0::BoolResult;
26 using android::hardware::boot::V1_0::CommandResult;
68 auto hal = android::hardware::boot::V1_0::IBootControl::getService(); in EnsureBootHal()
/system/tools/hidl/test/java_partial_test/
DAndroid.bp12 "[ \"$(genDir)/hidl_java_partial_test/V1_0/ExistsInJava.java\" == " +
15 "hidl_java_partial_test/V1_0/ExistsInJava.java",
/system/memory/libmemtrack/
Dmemtrack.cpp28 using android::hardware::memtrack::V1_0::IMemtrack;
29 using android::hardware::memtrack::V1_0::MemtrackType;
30 using android::hardware::memtrack::V1_0::MemtrackRecord;
31 using android::hardware::memtrack::V1_0::MemtrackFlag;
32 using android::hardware::memtrack::V1_0::MemtrackStatus;

123456