Searched refs:INTERFACE (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/include/binder/ |
D | IInterface.h | 41 template<typename INTERFACE> 42 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() 44 return INTERFACE::asInterface(obj); in interface_cast() 49 template<typename INTERFACE> 50 class BnInterface : public INTERFACE, public BBinder 62 template<typename INTERFACE> 63 class BpInterface : public INTERFACE, public BpRefBase 74 #define DECLARE_META_INTERFACE(INTERFACE) \ argument 76 static android::sp<I##INTERFACE> asInterface( \ 79 I##INTERFACE(); \ [all …]
|
D | IServiceManager.h | 68 template<typename INTERFACE> 69 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() 73 *outService = interface_cast<INTERFACE>(sm->getService(name)); in getService()
|
/frameworks/base/tools/aidl/ |
D | aidl_language_l.l | 85 interface { SET_BUFFER(INTERFACE); return INTERFACE; } 87 rpc { SET_BUFFER(INTERFACE); return RPC; }
|
D | aidl_language_y.y | 22 %token INTERFACE 129 INTERFACE { 139 | ONEWAY INTERFACE { 162 INTERFACE
|
D | AST.h | 339 INTERFACE enumerator
|
D | generate_java_binder.cpp | 526 interface->what = Class::INTERFACE; in generate_binder_interface_class()
|
D | Type.h | 17 INTERFACE, enumerator
|
D | generate_java_rpc.cpp | 643 resultsClass->what = Class::INTERFACE; in generate_results_method()
|
D | aidl.cpp | 278 case Type::INTERFACE:
|
D | Type.cpp | 1039 :Type(package, name, builtIn ? BUILT_IN : INTERFACE, true, false, false, in InterfaceType()
|
/frameworks/base/api/ |
D | system-current.txt | 45026 field public static final int INTERFACE = 512; // 0x200
|
D | current.txt | 42497 field public static final int INTERFACE = 512; // 0x200
|