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

  /system/tools/aidl/
type_namespace.cpp 141 if (a.GetDirection() != AidlArgument::IN_DIR &&
generate_java_binder.cpp 320 if (arg->GetDirection() & AidlArgument::IN_DIR) {
372 if (arg->GetDirection() & AidlArgument::OUT_DIR) {
433 AidlArgument::Direction dir = arg->GetDirection();
474 if (arg->GetDirection() & AidlArgument::OUT_DIR) {
aidl_language.h 120 Direction GetDirection() const { return direction_; }
generate_cpp.cpp 100 if (a.GetDirection() & AidlArgument::IN_DIR) {

Completed in 204 milliseconds