Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/cborutil/src/
Dlib.rs96 expected_type: &'static str, in to_unexpected_item_error()
100 assert!(v_type != expected_type); in to_unexpected_item_error()
102 CoseError::UnexpectedItem(v_type, expected_type) in to_unexpected_item_error()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc789 uint8_t expected_type) { in SDP_AttrStringCopy() argument
798 if (type == expected_type) { in SDP_AttrStringCopy()
806 log::error("unexpected attr type={}, expected={}", type, expected_type); in SDP_AttrStringCopy()
/packages/modules/adb/pairing_connection/
Dpairing_connection.cpp261 bool PairingConnectionCtx::CheckHeaderType(adb::proto::PairingPacket::Type expected_type, in CheckHeaderType() argument
263 uint8_t expected = *reinterpret_cast<uint8_t*>(&expected_type); in CheckHeaderType()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp421 static V1_3::ErrorStatus CheckTensorType(OperandType tensor_type, OperandType expected_type) { in CheckTensorType() argument
422 if (tensor_type != expected_type) { in CheckTensorType()