Home
last modified time | relevance | path

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

123

/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()
/system/bt/audio_hal_interface/
Dcodec_status.cc60 SbcChannelMode::UNKNOWN) || in sbc_offloading_capability_match()
95 ChannelMode::UNKNOWN) || in aac_offloading_capability_match()
117 ChannelMode::UNKNOWN) || in aptx_offloading_capability_match()
137 LdacChannelMode::UNKNOWN) || in ldac_offloading_capability_match()
156 .codecType = CodecType::UNKNOWN,
208 return ChannelMode::UNKNOWN; in A2dpCodecToHalChannelMode()
247 sbc_config.channelMode = SbcChannelMode::UNKNOWN; in A2dpSbcToHalConfig()
342 if (aac_config.channelMode == ChannelMode::UNKNOWN) { in A2dpAacToHalConfig()
394 if (aptx_config.channelMode == ChannelMode::UNKNOWN) { in A2dpAptxToHalConfig()
440 ldac_config.channelMode = LdacChannelMode::UNKNOWN; in A2dpLdacToHalConfig()
[all …]
/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/nfc/src/include/
Dmetrics.h21 enum ErrorType { UNKNOWN, NCI_TIMEOUT, ERROR_NTF, AID_OVERFLOW }; enumerator
/system/tools/xsdc/src/com/android/xsdc/tag/
DNullability.java20 UNKNOWN, enumConstant
DXsdTag.java33 this.nullability = Nullability.UNKNOWN; in XsdTag()
/system/bt/vendor_libs/test_vendor_lib/include/
Dhci.h24 UNKNOWN = 0, enumerator
/system/core/healthd/
DBatteryMonitor.cpp82 health_info_2_1->batteryCapacityLevel = BatteryCapacityLevel::UNKNOWN; in initHealthInfo()
86 props->batteryStatus = BatteryStatus::UNKNOWN; in initHealthInfo()
87 props->batteryHealth = BatteryHealth::UNKNOWN; in initHealthInfo()
115 {"Unknown", BatteryStatus::UNKNOWN}, in getBatteryStatus()
120 {NULL, BatteryStatus::UNKNOWN}, in getBatteryStatus()
126 *ret = BatteryStatus::UNKNOWN; in getBatteryStatus()
134 {"Unknown", BatteryCapacityLevel::UNKNOWN}, in getBatteryCapacityLevel()
154 {"Unknown", BatteryHealth::UNKNOWN}, in getBatteryHealth()
165 {NULL, BatteryHealth::UNKNOWN}, in getBatteryHealth()
171 *ret = BatteryHealth::UNKNOWN; in getBatteryHealth()
[all …]
/system/core/debuggerd/libdebuggerd/
Dscudo.cpp76 return error_info_.reports[0].error_type != UNKNOWN; in CrashIsMine()
80 if (error_info_.reports[1].error_type != UNKNOWN) { in DumpCause()
88 error_info_.reports[report_num].error_type != UNKNOWN) { in DumpCause()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dh4_protocol.cc72 hci_packet_type_ = hci::PacketType::UNKNOWN; in OnPacketReady()
76 if (hci_packet_type_ == hci::PacketType::UNKNOWN) { in OnDataReady()
Dh4_protocol.h44 hci::PacketType hci_packet_type_{hci::PacketType::UNKNOWN};
Dscripted_beacon_ble_payload.proto20 UNKNOWN = 0; enumerator
Dh4_packetizer.cc93 hci_packet_type_ = hci::PacketType::UNKNOWN; in OnPacketReady()
97 if (hci_packet_type_ == hci::PacketType::UNKNOWN) { in OnDataReady()
Dh4_packetizer.h52 hci::PacketType hci_packet_type_{hci::PacketType::UNKNOWN};
Dscripted_beacon.h76 PlaybackEvent::PlaybackEventType current_state_{PlaybackEvent::UNKNOWN};
/system/bt/gd/hci/
Denum_helper.h28 enum DeviceType { UNKNOWN = 0, BR_EDR = 1, LE = 2, DUAL = 3 }; enumerator
42 if (*raw_value < hci::DeviceType::UNKNOWN || *raw_value > hci::DeviceType::DUAL) { in FromLegacyConfigString()
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dpreferred_network.h28 UNKNOWN = 0, enumerator
Dscan_result.h39 UNKNOWN = 0, enumerator
/system/bt/btif/test/
Dbtif_profile_queue_test.cc47 UNKNOWN, enumerator
77 sResult = UNKNOWN; in test_connect_cb()
101 sResult = UNKNOWN; in test_connect_cb_fail()
/system/bt/gd/hal/
Dhci_hal.h28 enum class Status : int32_t { SUCCESS, TRANSPORT_ERROR, INITIALIZATION_ERROR, UNKNOWN }; enumerator
/system/core/init/
Dproperty_service.cpp856 const std::string UNKNOWN = "unknown"; in property_derive_build_fingerprint() local
857 build_fingerprint = GetProperty("ro.product.brand", UNKNOWN); in property_derive_build_fingerprint()
859 build_fingerprint += GetProperty("ro.product.name", UNKNOWN); in property_derive_build_fingerprint()
861 build_fingerprint += GetProperty("ro.product.device", UNKNOWN); in property_derive_build_fingerprint()
863 build_fingerprint += GetProperty("ro.build.version.release", UNKNOWN); in property_derive_build_fingerprint()
865 build_fingerprint += GetProperty("ro.build.id", UNKNOWN); in property_derive_build_fingerprint()
867 build_fingerprint += GetProperty("ro.build.version.incremental", UNKNOWN); in property_derive_build_fingerprint()
869 build_fingerprint += GetProperty("ro.build.type", UNKNOWN); in property_derive_build_fingerprint()
871 build_fingerprint += GetProperty("ro.build.tags", UNKNOWN); in property_derive_build_fingerprint()

123