Searched refs:ICInterface (Results 1 – 19 of 19) sorted by relevance
115 class ICInterface : public SharedRefBase {117 ICInterface() {} in ICInterface() function118 virtual ~ICInterface() {} in ~ICInterface()162 std::shared_ptr<ICInterface> interface;237 std::shared_ptr<ICInterface> ICInterface::asInterface(AIBinder* binder) { in asInterface()260 std::shared_ptr<ICInterface> ICInterface::ICInterfaceData::getInterface(AIBinder* binder) { in getInterface()269 void* ICInterface::ICInterfaceData::onCreate(void* args) { in onCreate()270 std::shared_ptr<ICInterface> interface = static_cast<ICInterface*>(args)->ref<ICInterface>(); in onCreate()275 void ICInterface::ICInterfaceData::onDestroy(void* userData) { in onDestroy()281 std::shared_ptr<ICInterface> interface = getInterface(binder); in onDump()[all …]
139 std::is_base_of_v<::ndk::ICInterface, _U> ||
54 static nn::GeneralResult<DeathHandler> create(std::shared_ptr<ndk::ICInterface> object);70 DeathHandler(std::shared_ptr<ndk::ICInterface> object,74 std::shared_ptr<ndk::ICInterface> kObject;
14 …allback> _aidl_impl = std::static_pointer_cast<BnNamedCallback>(::ndk::ICInterface::asInterface(_a… in _aidl_onTransact()34 static AIBinder_Class* _g_aidl_clazz = ::ndk::ICInterface::defineClass(INamedCallback::descriptor, …94 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder()
14 …std::shared_ptr<BnNewName> _aidl_impl = std::static_pointer_cast<BnNewName>(::ndk::ICInterface::as… in _aidl_onTransact()34 static AIBinder_Class* _g_aidl_clazz = ::ndk::ICInterface::defineClass(INewName::descriptor, _aidl_…94 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder()
14 …std::shared_ptr<BnOldName> _aidl_impl = std::static_pointer_cast<BnOldName>(::ndk::ICInterface::as… in _aidl_onTransact()34 static AIBinder_Class* _g_aidl_clazz = ::ndk::ICInterface::defineClass(IOldName::descriptor, _aidl_…94 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder()
21 static AIBinder_Class* _g_aidl_clazz = ::ndk::ICInterface::defineClass(IDeprecated::descriptor, _ai…45 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder()
25 …stService> _aidl_impl = std::static_pointer_cast<BnTestService>(::ndk::ICInterface::asInterface(_a… in _aidl_onTransact()1010 static AIBinder_Class* _g_aidl_clazz = ::ndk::ICInterface::defineClass(ITestService::descriptor, _a…3184 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder()
61 nn::GeneralResult<DeathHandler> DeathHandler::create(std::shared_ptr<ndk::ICInterface> object) { in create()82 DeathHandler::DeathHandler(std::shared_ptr<ndk::ICInterface> object, in DeathHandler()
18 class __attribute__((deprecated("test"))) IDeprecated : public ::ndk::ICInterface {
18 class INamedCallback : public ::ndk::ICInterface {
18 class INewName : public ::ndk::ICInterface {
18 class IOldName : public ::ndk::ICInterface {
28 class ITestService : public ::ndk::ICInterface {
24 …ace> _aidl_impl = std::static_pointer_cast<BnLoggableInterface>(::ndk::ICInterface::asInterface(_a… in _aidl_onTransact()212 static AIBinder_Class* _g_aidl_clazz = ::ndk::ICInterface::defineClass(ILoggableInterface::descript…421 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder()
22 class ILoggableInterface : public ::ndk::ICInterface {
77 * Interfaces inherit from `ndk::ICInterface`, which inherits from `ndk::SharedRefBase`. The latter