/system/tools/hidl/test/hidl_test/ |
D | hidl_test.h | 34 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 …]
|
D | static_test.cpp | 9 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/ |
D | HealthServiceHealthd.cpp | 29 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/ |
D | bootctl.cpp | 28 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/ |
D | ServiceManagement.h | 30 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();
|
D | HidlTransportSupport.h | 84 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()
|
D | HidlTransportUtils.h | 31 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/ |
D | generic_context_hub_v1_0.h | 25 namespace V1_0 { 31 class GenericContextHub : public GenericContextHubBase<V1_0::IContexthub> {}; 35 extern "C" V1_0::IContexthub *HIDL_FETCH_IContexthub(const char * /* name */);
|
D | generic_context_hub_v1_0.cc | 22 namespace V1_0 { namespace 25 extern "C" V1_0::IContexthub *HIDL_FETCH_IContexthub(const char * /* name */) { in HIDL_FETCH_IContexthub()
|
/system/bt/btif/src/ |
D | btif_a2dp_audio_interface.cc | 51 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/ |
D | keystore.h | 15 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/ |
D | Static.cpp | 33 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{};
|
D | InternalStatic.h | 38 extern DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, SchedPrio>> 41 extern DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, bool>> gServiceSidMap;
|
D | HidlLazyUtils.cpp | 29 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/ |
D | AshmemMapper.h | 27 namespace V1_0 { 30 using ::android::hidl::memory::V1_0::IMapper; 31 using ::android::hidl::memory::V1_0::IMemory;
|
/system/core/fastboot/device/ |
D | fastboot_device.h | 52 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/ |
D | SystemSuspendBenchmark.cpp | 26 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/ |
D | mock_boot_control_hal.h | 25 : 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/ |
D | confirmation_manager.h | 37 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/ |
D | boot_tests.cpp | 26 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/ |
D | wifi_keystore_hal_connector.cpp | 31 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/ |
D | service.cpp | 11 using android::hidl::allocator::V1_0::IAllocator; 12 using android::hidl::allocator::V1_0::implementation::AshmemAllocator;
|
/system/core/fs_mgr/libsnapshot/ |
D | device_info.cpp | 25 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/ |
D | Android.bp | 12 "[ \"$(genDir)/hidl_java_partial_test/V1_0/ExistsInJava.java\" == " + 15 "hidl_java_partial_test/V1_0/ExistsInJava.java",
|
/system/memory/libmemtrack/ |
D | memtrack.cpp | 28 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;
|