HomeSort by relevance Sort by last modified time
    Searched refs:IBINDER_TYPE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aidl/
generate_java_binder.cpp 58 asBinder->returnType = IBINDER_TYPE;
96 Variable* obj = new Variable(IBINDER_TYPE, "obj");
170 mRemote = new Variable(IBINDER_TYPE, "mRemote");
174 Variable* remote = new Variable(IBINDER_TYPE, "remote");
185 asBinder->returnType = IBINDER_TYPE;
Type.cpp 19 Type* IBINDER_TYPE;
102 IBINDER_TYPE = new IBinderType();
103 NAMES.Add(IBINDER_TYPE);
    [all...]
Type.h 520 extern Type* IBINDER_TYPE;

Completed in 32 milliseconds