Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 25 of 74) sorted by relevance

123

/system/libvintf/libaidlvintf_test_helper/
DVintf.cpp24 std::vector<std::string> getAidlHalInstanceNames(const std::string& descriptor) { in getAidlHalInstanceNames()
45 std::vector<std::string> getAidlHalInstanceNames(const String16& descriptor) { in getAidlHalInstanceNames()
/system/libhidl/transport/
DHidlPassthroughSupport.cpp30 static sp<IBase> tryWrap(const std::string& descriptor, sp<IBase> iface) { in tryWrap()
59 for (const std::string& descriptor : types) { in wrapPassthroughInternal() local
DServiceManagement.cpp109 __attribute__((noinline)) static void tryShortenProcessName(const std::string& descriptor) { in tryShortenProcessName()
185 static void onRegistrationImpl(const std::string& descriptor, const std::string& instanceName) { in onRegistrationImpl()
562 std::vector<std::string> getAllHalInstanceNames(const std::string& descriptor) { in getAllHalInstanceNames()
576 void preloadPassthroughService(const std::string &descriptor) { in preloadPassthroughService()
711 bool handleCastError(const Return<bool>& castReturn, const std::string& descriptor, in handleCastError()
738 sp<::android::hidl::base::V1_0::IBase> getRawServiceInternal(const std::string& descriptor, in getRawServiceInternal()
846 const std::string descriptor = getDescriptor(service.get()); in registerAsServiceInternal() local
DLegacySupport.cpp49 [&actualName](const hidl_string& descriptor) { actualName = descriptor; }); in registerPassthroughServiceImplementation()
DHidlLazyUtils.cpp136 const std::string descriptor = getDescriptor(service.get()); in registerServiceLocked() local
198 const std::string descriptor = getDescriptor(entry.service.get()); in tryUnregisterLocked() local
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DDeprecatedParcelable.h20 static const char* descriptor; variable
DOtherParcelableForToString.h20 static const char* descriptor; variable
DGenericStructuredParcelable.h21 static const char* descriptor; variable
DParcelableForToString.h25 static const char* descriptor; variable
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/
DData.h22 static const char* descriptor; variable
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DData.h22 static const char* descriptor; variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/unions/
DEnumUnion.cpp10 const char* EnumUnion::descriptor = "android.aidl.tests.unions.EnumUnion"; member in aidl::android::aidl::tests::unions::EnumUnion
DUnionInUnion.cpp10 const char* UnionInUnion::descriptor = "android.aidl.tests.unions.UnionInUnion"; member in aidl::android::aidl::tests::unions::UnionInUnion
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DUnionWithFd.cpp9 const char* UnionWithFd::descriptor = "android.aidl.tests.UnionWithFd"; member in aidl::android::aidl::tests::UnionWithFd
DDeprecatedParcelable.cpp9 const char* DeprecatedParcelable::descriptor = "android.aidl.tests.DeprecatedParcelable"; member in aidl::android::aidl::tests::DeprecatedParcelable
DOtherParcelableForToString.cpp9 const char* OtherParcelableForToString::descriptor = "android.aidl.tests.OtherParcelableForToString… member in aidl::android::aidl::tests::OtherParcelableForToString
DParcelableForToString.cpp9 const char* ParcelableForToString::descriptor = "android.aidl.tests.ParcelableForToString"; member in aidl::android::aidl::tests::ParcelableForToString
DStructuredParcelable.cpp9 const char* StructuredParcelable::descriptor = "android.aidl.tests.StructuredParcelable"; member in aidl::android::aidl::tests::StructuredParcelable
DUnion.cpp9 const char* Union::descriptor = "android.aidl.tests.Union"; member in aidl::android::aidl::tests::Union
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
DUnion.cpp9 const char* Union::descriptor = "android.aidl.loggable.Union"; member in aidl::android::aidl::loggable::Union
DData.cpp9 const char* Data::descriptor = "android.aidl.loggable.Data"; member in aidl::android::aidl::loggable::Data
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
DUnion.cpp9 const char* Union::descriptor = "android.aidl.loggable.Union"; member in aidl::android::aidl::loggable::Union
DData.cpp9 const char* Data::descriptor = "android.aidl.loggable.Data"; member in aidl::android::aidl::loggable::Data
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp123 ks2::KeyDescriptor descriptor = mkKeyDescriptor(alias); in keyStore2GetCert() local
176 ks2::KeyDescriptor descriptor = mkKeyDescriptor(alias); in keyStore2GetPubKey() local
216 ks2::KeyDescriptor descriptor = mkKeyDescriptor(alias); in keyStore2Sign() local
/system/bt/service/test/
DParcelableTest.aidl26 void OnDescripor(in BluetoothGattDescriptor descriptor); in OnDescripor()

123