Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_typenames.cpp106 static set<string> ignore_import = {"android.os.IInterface", "android.os.IBinder", in IsIgnorableImport() local
110 const bool in_ignore_import = ignore_import.find(import) != ignore_import.end(); in IsIgnorableImport()