Home
last modified time | relevance | path

Searched refs:IsEventUnmasked (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc87 bool LinkLayerController::IsEventUnmasked(EventCode event) const { in IsEventUnmasked() function in rootcanal::LinkLayerController
94 return IsEventUnmasked(EventCode::LE_META_EVENT) && in IsLeEventUnmasked()
2564 if (IsEventUnmasked(EventCode::REMOTE_NAME_REQUEST_COMPLETE)) { in IncomingRemoteNameRequestResponse()
2583 if (IsEventUnmasked(EventCode::REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION)) { in IncomingReadRemoteLmpFeaturesResponse()
2609 if (IsEventUnmasked(EventCode::READ_REMOTE_SUPPORTED_FEATURES_COMPLETE)) { in IncomingReadRemoteSupportedFeaturesResponse()
2643 if (IsEventUnmasked(EventCode::READ_REMOTE_EXTENDED_FEATURES_COMPLETE)) { in IncomingReadRemoteExtendedFeaturesResponse()
2672 if (IsEventUnmasked(EventCode::READ_REMOTE_VERSION_INFORMATION_COMPLETE)) { in IncomingReadRemoteVersionResponse()
2697 if (IsEventUnmasked(EventCode::READ_CLOCK_OFFSET_COMPLETE)) { in IncomingReadClockOffsetResponse()
2799 if (IsEventUnmasked(EventCode::INQUIRY_RESULT)) { in IncomingInquiryResponsePacket()
2821 if (IsEventUnmasked(EventCode::INQUIRY_RESULT_WITH_RSSI)) { in IncomingInquiryResponsePacket()
[all …]
Dlink_layer_controller.h761 bool IsEventUnmasked(bluetooth::hci::EventCode event) const;
Ddual_mode_controller.cc966 if (link_layer_controller_.IsEventUnmasked( in EnhancedFlush()