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

  /system/tools/aidl/
type_cpp.h 131 const Type* IBinderType() const { return ibinder_type_; }
136 Type* ibinder_type_ = nullptr; member in class:android::aidl::cpp::TypeNamespace
type_cpp.cpp 490 ibinder_type_ = new Type(ValidatableType::KIND_BUILT_IN, "android.os",
494 Add(ibinder_type_);

Completed in 507 milliseconds