Searched refs:UNKNOWN (Results 1 – 10 of 10) sorted by relevance
/system/tools/hidl/c2hal/ |
D | Expression.h | 39 UNKNOWN = -1 enumerator 48 case UNKNOWN: in getTypeDescription() 60 case UNKNOWN: in getTypeName()
|
D | Expression.cpp | 52 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()
|
D | Define.cpp | 51 mExpressionType = Expression::Type::UNKNOWN; in processContents()
|
D | c2hal_y.yy | 470 $$ = 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/ |
D | types.hal | 28 UNKNOWN = 0,
|
/system/bt/osi/src/protos/ |
D | bluetooth.proto | 78 UNKNOWN = 0; enumerator 162 UNKNOWN = 0; enumerator
|
/system/core/tzdatacheck/ |
D | tzdatacheck.cpp | 199 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/ |
D | aidl_language_l.ll | 98 . { printf("UNKNOWN(%s)", yytext);
|
/system/hardware/interfaces/wifi/keystore/1.0/ |
D | IKeystore.hal | 71 * |KeystoreStatusCode.UNKNOWN|
|
/system/hwservicemanager/ |
D | ServiceManager.cpp | 375 .arch = ::android::hidl::base::V1_0::DebugInfo::Architecture::UNKNOWN in debugDump()
|