Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.h39 UNKNOWN = -1 enumerator
48 case UNKNOWN: in getTypeDescription()
60 case UNKNOWN: in getTypeName()
DExpression.cpp52 return Type::UNKNOWN; in integralType()
77 return Type::UNKNOWN; in coalesceTypes()
110 if (mType != Type::UNKNOWN) { in getType()
117 return Type::UNKNOWN; in getType()
215 return Type::UNKNOWN; in getType()
242 return Type::UNKNOWN; in getType()
DDefine.cpp51 mExpressionType = Expression::Type::UNKNOWN; in processContents()
Dc2hal_y.yy470 $$ = Expression::atom(Expression::Type::UNKNOWN, $1, true /* isId*/ );
472 | VALUE { $$ = Expression::atom(Expression::Type::UNKNOWN, $1); }
540 : '[' ']' { $$ = Expression::atom(Expression::Type::UNKNOWN, " "); }
/system/libhidl/transport/base/1.0/
Dtypes.hal28 UNKNOWN = 0,
/system/bt/osi/src/protos/
Dbluetooth.proto78 UNKNOWN = 0; enumerator
162 UNKNOWN = 0; enumerator
/system/core/tzdatacheck/
Dtzdatacheck.cpp199 enum PathStatus { ERR, NONE, IS_DIR, IS_REG, UNKNOWN }; enumerator
210 return S_ISDIR(buf.st_mode) ? IS_DIR : S_ISREG(buf.st_mode) ? IS_REG : UNKNOWN; in checkPath()
/system/tools/aidl/
Daidl_language_l.ll98 . { printf("UNKNOWN(%s)", yytext);
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal71 * |KeystoreStatusCode.UNKNOWN|
/system/hwservicemanager/
DServiceManager.cpp375 .arch = ::android::hidl::base::V1_0::DebugInfo::Architecture::UNKNOWN in debugDump()