Searched refs:iin (Results 1 – 7 of 7) sorted by relevance
34 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() local35 if (((iin!=null)&&(iin instanceof android.aidl.tests.IDeprecated))) { in asInterface()36 return ((android.aidl.tests.IDeprecated)iin); in asInterface()
36 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() local37 if (((iin!=null)&&(iin instanceof android.aidl.tests.INewName))) { in asInterface()38 return ((android.aidl.tests.INewName)iin); in asInterface()
36 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() local37 if (((iin!=null)&&(iin instanceof android.aidl.tests.INamedCallback))) { in asInterface()38 return ((android.aidl.tests.INamedCallback)iin); in asInterface()
36 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() local37 if (((iin!=null)&&(iin instanceof android.aidl.tests.IOldName))) { in asInterface()38 return ((android.aidl.tests.IOldName)iin); in asInterface()
255 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() local256 if (((iin!=null)&&(iin instanceof android.aidl.tests.ITestService))) { in asInterface()257 return ((android.aidl.tests.ITestService)iin); in asInterface()
36 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() local37 if (((iin!=null)&&(iin instanceof android.aidl.loggable.ILoggableInterface))) { in asInterface()38 return ((android.aidl.loggable.ILoggableInterface)iin); in asInterface()
279 auto iin = std::make_shared<Variable>("android.os.IInterface", "iin"); in make_as_interface() local280 auto iinVd = std::make_shared<VariableDeclaration>(iin, queryLocalInterface); in make_as_interface()289 auto iinNotNull = std::make_shared<Comparison>(iin, "!=", NULL_VALUE); in make_as_interface()291 iin, " instanceof ", std::make_shared<LiteralExpression>(interfaceType->GetCanonicalName())); in make_as_interface()296 std::make_shared<Cast>(interfaceType->GetCanonicalName(), iin))); in make_as_interface()