Home
last modified time | relevance | path

Searched refs:INTERFACE (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/include/binder/
DIInterface.h41 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 …]
DIServiceManager.h68 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/
Daidl_language_l.l85 interface { SET_BUFFER(INTERFACE); return INTERFACE; }
87 rpc { SET_BUFFER(INTERFACE); return RPC; }
Daidl_language_y.y22 %token INTERFACE
129 INTERFACE {
139 | ONEWAY INTERFACE {
162 INTERFACE
DAST.h339 INTERFACE enumerator
Dgenerate_java_binder.cpp526 interface->what = Class::INTERFACE; in generate_binder_interface_class()
DType.h17 INTERFACE, enumerator
Dgenerate_java_rpc.cpp643 resultsClass->what = Class::INTERFACE; in generate_results_method()
Daidl.cpp278 case Type::INTERFACE:
DType.cpp1039 :Type(package, name, builtIn ? BUILT_IN : INTERFACE, true, false, false, in InterfaceType()
/frameworks/base/api/
Dsystem-current.txt45026 field public static final int INTERFACE = 512; // 0x200
Dcurrent.txt42497 field public static final int INTERFACE = 512; // 0x200