/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/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; 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/ |
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 | ServiceManagement.h | 30 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();
|
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);
|
D | HidlPassthroughSupport.h | 35 sp<::android::hidl::base::V1_0::IBase> wrapPassthroughInternal( 36 sp<::android::hidl::base::V1_0::IBase> iface);
|
D | Static.h | 37 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/ |
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 | 47 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/ |
D | keystore.h | 14 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/ |
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;
|
/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/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;
|
D | main.cpp | 41 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/ |
D | wakelock_native.cc | 37 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/ |
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;
|
D | AshmemAllocator.h | 27 namespace V1_0 { 30 using ::android::hidl::allocator::V1_0::IAllocator;
|
/system/hwservicemanager/ |
D | TokenManager.h | 29 namespace V1_0 { 32 using ::android::hidl::base::V1_0::IBase; 33 using ::android::hidl::token::V1_0::ITokenManager;
|
/system/bt/test/mock/ |
D | mock_android_hardware_audio.cc | 26 namespace V1_0 { namespace 35 std::__1::function<void(android::hidl::base::V1_0::DebugInfo const&)>) { in getDebugInfo()
|
/system/core/fs_mgr/libsnapshot/ |
D | device_info.cpp | 26 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()
|