Home
last modified time | relevance | path

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

12

/system/tools/hidl/c2hal/
DExpression.h39 UNKNOWN = -1 enumerator
48 case UNKNOWN: in getTypeDescription()
60 case UNKNOWN: in getTypeName()
DExpression.cpp51 return Type::UNKNOWN; in integralType()
75 return Type::UNKNOWN; in coalesceTypes()
108 if (mType != Type::UNKNOWN) { in getType()
115 return Type::UNKNOWN; in getType()
213 return Type::UNKNOWN; in getType()
240 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/core/libprocessgroup/
Dcgroup_map.h35 : controller_(controller), state_(UNKNOWN) {} in CgroupController()
49 UNKNOWN = 0, enumerator
/system/chre/apps/wifi_offload/
Dscan_result.cc35 return SecurityMode::UNKNOWN; in ConvertSecurityModeChreToOffload()
42 : security_modes_(SecurityMode::UNKNOWN), in ScanResult()
43 capability_(Capability::UNKNOWN), in ScanResult()
106 if ((capability_ == Capability::UNKNOWN) || in Deserialize()
Dpreferred_network.cc21 PreferredNetwork::PreferredNetwork() : security_modes_(SecurityMode::UNKNOWN) {} in PreferredNetwork()
/system/bt/audio_hal_interface/
Da2dp_encoding.cc51 .codecType = CodecType::UNKNOWN,
207 auto session_type = SessionType::UNKNOWN;
281 return ChannelMode::UNKNOWN; in a2dp_codec_to_hal_channel_mode()
325 sbc_config.channelMode = SbcChannelMode::UNKNOWN; in a2dp_get_selected_hal_codec_config()
418 if (aac_config.channelMode == ChannelMode::UNKNOWN) { in a2dp_get_selected_hal_codec_config()
463 if (aptx_config.channelMode == ChannelMode::UNKNOWN) { in a2dp_get_selected_hal_codec_config()
501 ldac_config.channelMode = LdacChannelMode::UNKNOWN; in a2dp_get_selected_hal_codec_config()
537 codec_config->codecType = CodecType::UNKNOWN; in a2dp_get_selected_hal_codec_config()
572 pcm_config->channelMode != ChannelMode::UNKNOWN); in a2dp_get_selected_hal_pcm_config()
636 session_type = SessionType::UNKNOWN; in cleanup()
Dclient_interface_unittest.cc58 ChannelMode::UNKNOWN, ChannelMode::MONO, ChannelMode::STEREO};
115 pcm_config.channelMode != ChannelMode::UNKNOWN); in IsSoftwarePcmParametersSupported()
191 case CodecType::UNKNOWN: in IsOffloadCodecConfigurationSupported()
434 codec_config.codecType = CodecType::UNKNOWN; in TEST_F()
/system/nfc/src/include/
Dmetrics.h21 enum ErrorType { UNKNOWN, NCI_TIMEOUT, ERROR_NTF, AID_OVERFLOW }; enumerator
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dh4_protocol.cc73 hci_packet_type_ = hci::PacketType::UNKNOWN; in OnPacketReady()
77 if (hci_packet_type_ == hci::PacketType::UNKNOWN) { in OnDataReady()
Dh4_protocol.h44 hci::PacketType hci_packet_type_{hci::PacketType::UNKNOWN};
Dh4_packetizer.h49 hci::PacketType hci_packet_type_{hci::PacketType::UNKNOWN};
Dh4_packetizer.cc94 hci_packet_type_ = hci::PacketType::UNKNOWN; in OnPacketReady()
98 if (hci_packet_type_ == hci::PacketType::UNKNOWN) { in OnDataReady()
/system/bt/vendor_libs/test_vendor_lib/include/
Dlink.h26 UNKNOWN, enumerator
Dhci.h29 UNKNOWN = 0, enumerator
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dpreferred_network.h28 UNKNOWN = 0, enumerator
Dscan_result.h39 UNKNOWN = 0, enumerator
/system/core/init/
Dproperty_service.cpp849 const std::string UNKNOWN = "unknown"; in property_derive_build_fingerprint() local
850 build_fingerprint = GetProperty("ro.product.brand", UNKNOWN); in property_derive_build_fingerprint()
852 build_fingerprint += GetProperty("ro.product.name", UNKNOWN); in property_derive_build_fingerprint()
854 build_fingerprint += GetProperty("ro.product.device", UNKNOWN); in property_derive_build_fingerprint()
856 build_fingerprint += GetProperty("ro.build.version.release", UNKNOWN); in property_derive_build_fingerprint()
858 build_fingerprint += GetProperty("ro.build.id", UNKNOWN); in property_derive_build_fingerprint()
860 build_fingerprint += GetProperty("ro.build.version.incremental", UNKNOWN); in property_derive_build_fingerprint()
862 build_fingerprint += GetProperty("ro.build.type", UNKNOWN); in property_derive_build_fingerprint()
864 build_fingerprint += GetProperty("ro.build.tags", UNKNOWN); in property_derive_build_fingerprint()
/system/bt/btif/test/
Dbtif_profile_queue_test.cc47 UNKNOWN, enumerator
77 sResult = UNKNOWN; in test_connect_cb()
/system/bt/audio_bluetooth_hw/
Dstream_apis.h40 UNKNOWN, enumerator
/system/apex/proto/
Dsession_state.proto24 UNKNOWN = 0; enumerator
/system/libhidl/transport/base/1.0/
Dtypes.hal28 UNKNOWN = 0,
/system/core/storaged/
Dstoraged.cpp104 BatteryStatus status = BatteryStatus::UNKNOWN; in init_health_service()
111 if (v == BatteryStatus::UNKNOWN) { in init_health_service()
/system/timezone/tzdatacheck/
Dtzdatacheck.cpp184 enum PathStatus { ERR, NONE, IS_DIR, IS_REG, UNKNOWN }; enumerator
195 return S_ISDIR(buf.st_mode) ? IS_DIR : S_ISREG(buf.st_mode) ? IS_REG : UNKNOWN; in checkPath()

12