Home
last modified time | relevance | path

Searched refs:IntType (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dgenerate_java_binder.cpp98 this->transact_code = new Variable(types->IntType(), "code"); in StubClass()
101 this->transact_flags = new Variable(types->IntType(), "flags"); in StubClass()
226 Variable* len = new Variable(types->IntType(), v->name + "_length"); in generate_new_array()
279 STATIC | FINAL, new Variable(types->IntType(), transactCodeName)); in generate_method()
Dtype_java.h451 const Type* IntType() const { return m_int_type; } in IntType() function
Dtype_java.cpp233 new MethodCall(parcel, "writeInt", 1, new Cast(m_types->IntType(), v))); in WriteToParcel()