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

  /frameworks/base/tools/aidl/
aidl.cpp 494 && (arg->type.dimension != 0 || t->CanBeOutParameter())) {
504 && !t->CanBeOutParameter()
    [all...]
Type.h 41 inline bool CanBeOutParameter() const { return m_canBeOut; }

Completed in 336 milliseconds