Searched refs:interface_ (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_legacy_hci_interface.cc | 25 const MockInterface* interface_; variable 26 void SetMock(const MockInterface& mock) { interface_ = &mock; } in SetMock() 28 const Interface& GetInterface() { return *testing::interface_; } in GetInterface()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 534 interface_(interface), in ClassicShimAclConnection() 547 TRY_POSTING_ON_MAIN(interface_.on_packet_type_changed, packet_type); in OnConnectionPacketTypeChanged() 551 TRY_POSTING_ON_MAIN(interface_.on_authentication_complete, handle_, in OnAuthenticationComplete() 558 TRY_POSTING_ON_MAIN(interface_.on_encryption_change, is_enabled); in OnEncryptionChange() 562 TRY_POSTING_ON_MAIN(interface_.on_change_connection_link_key_complete); in OnChangeConnectionLinkKeyComplete() 571 TRY_POSTING_ON_MAIN(interface_.on_mode_change, ToLegacyHciErrorCode(status), in OnModeChange() 580 TRY_POSTING_ON_MAIN(interface_.on_sniff_subrating, in OnSniffSubrating() 658 interface_.on_role_change, ToLegacyHciErrorCode(hci_status), in OnRoleChange() 676 TRY_POSTING_ON_MAIN(interface_.on_read_remote_version_information_complete, in OnReadRemoteVersionInformationComplete() 682 TRY_POSTING_ON_MAIN(interface_.on_read_remote_supported_features_complete, in OnReadRemoteSupportedFeaturesComplete() [all …]
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_hcic_layer.cc | 128 } interface_; variable 130 const Interface& GetInterface() { return interface_; } in GetInterface()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 1652 const InterfaceImpl interface_; variable 1655 const Interface& GetInterface() { return interface_; } in GetInterface()
|