Home
last modified time | relevance | path

Searched refs:shim (Results 1 – 25 of 213) sorted by relevance

123456789

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc48 void shim::legacy::Acl::Dump(int /* fd */) const { in Dump()
52 shim::legacy::Acl::Acl(os::Handler* /* handler */, in Acl()
59 shim::legacy::Acl::~Acl() { inc_func_call_count(__func__); } in ~Acl()
61 bool shim::legacy::Acl::CheckForOrphanedAclConnections() const { in CheckForOrphanedAclConnections()
66 void shim::legacy::Acl::on_incoming_acl_credits(uint16_t /* handle */, in on_incoming_acl_credits()
73 struct shim::legacy::Acl::impl {};
75 void shim::legacy::Acl::CreateClassicConnection( in CreateClassicConnection()
80 void shim::legacy::Acl::CancelClassicConnection( in CancelClassicConnection()
85 void shim::legacy::Acl::AcceptLeConnectionFrom( in AcceptLeConnectionFrom()
91 void shim::legacy::Acl::IgnoreLeConnectionFrom( in IgnoreLeConnectionFrom()
[all …]
Dmock_main_shim_acl_api.cc32 void bluetooth::shim::ACL_CreateClassicConnection( in ACL_CreateClassicConnection()
36 void bluetooth::shim::ACL_CancelClassicConnection( in ACL_CancelClassicConnection()
40 bool bluetooth::shim::ACL_AcceptLeConnectionFrom( in ACL_AcceptLeConnectionFrom()
45 void bluetooth::shim::ACL_IgnoreLeConnectionFrom( in ACL_IgnoreLeConnectionFrom()
49 void bluetooth::shim::ACL_ConfigureLePrivacy(bool /* is_le_privacy_enabled */) { in ACL_ConfigureLePrivacy()
52 void bluetooth::shim::ACL_WriteData(uint16_t /* handle */, in ACL_WriteData()
56 void bluetooth::shim::ACL_Flush(uint16_t /* handle */) { in ACL_Flush()
59 void bluetooth::shim::ACL_Disconnect(uint16_t /* handle */, in ACL_Disconnect()
65 void bluetooth::shim::ACL_IgnoreAllLeConnections() { in ACL_IgnoreAllLeConnections()
68 void bluetooth::shim::ACL_ReadConnectionAddress( in ACL_ReadConnectionAddress()
[all …]
Dmock_main_shim_BtifConfigInterface.cc21 bool bluetooth::shim::BtifConfigInterface::HasSection( in HasSection()
25 bool bluetooth::shim::BtifConfigInterface::HasProperty( in HasProperty()
29 bool bluetooth::shim::BtifConfigInterface::GetInt( in GetInt()
34 bool bluetooth::shim::BtifConfigInterface::SetInt( in SetInt()
39 bool bluetooth::shim::BtifConfigInterface::GetUint64( in GetUint64()
44 bool bluetooth::shim::BtifConfigInterface::SetUint64( in SetUint64()
49 bool bluetooth::shim::BtifConfigInterface::GetStr( in GetStr()
54 std::optional<std::string> bluetooth::shim::BtifConfigInterface::GetStr( in GetStr()
58 bool bluetooth::shim::BtifConfigInterface::SetStr( in SetStr()
63 bool bluetooth::shim::BtifConfigInterface::GetBin( in GetBin()
[all …]
Dmock_main_shim_btm_api.cc31 tBTM_STATUS bluetooth::shim::BTM_ClearEventFilter() { in BTM_ClearEventFilter()
36 tBTM_STATUS bluetooth::shim::BTM_ClearEventMask() { in BTM_ClearEventMask()
41 tBTM_STATUS bluetooth::shim::BTM_ClearFilterAcceptList() { in BTM_ClearFilterAcceptList()
46 tBTM_STATUS bluetooth::shim::BTM_DisconnectAllAcls() { in BTM_DisconnectAllAcls()
51 tBTM_STATUS bluetooth::shim::BTM_SetEventFilterConnectionSetupAllDevices() { in BTM_SetEventFilterConnectionSetupAllDevices()
56 tBTM_STATUS bluetooth::shim::BTM_AllowWakeByHid( in BTM_AllowWakeByHid()
63 tBTM_STATUS bluetooth::shim::BTM_RestoreFilterAcceptList( in BTM_RestoreFilterAcceptList()
69 tBTM_STATUS bluetooth::shim::BTM_SetDefaultEventMaskExcept( in BTM_SetDefaultEventMaskExcept()
75 tBTM_STATUS bluetooth::shim::BTM_SetEventFilterInquiryResultAllDevices() { in BTM_SetEventFilterInquiryResultAllDevices()
80 tBTM_STATUS bluetooth::shim::BTM_BleResetId() { in BTM_BleResetId()
[all …]
Dmock_main_shim_metrics_api.cc64 void bluetooth::shim::LogMetricLinkLayerConnectionEvent( in LogMetricLinkLayerConnectionEvent()
74 void bluetooth::shim::LogMetricA2dpAudioUnderrunEvent( in LogMetricA2dpAudioUnderrunEvent()
81 void bluetooth::shim::LogMetricA2dpAudioOverrunEvent( in LogMetricA2dpAudioOverrunEvent()
90 void bluetooth::shim::LogMetricA2dpPlaybackEvent(const RawAddress& raw_address, in LogMetricA2dpPlaybackEvent()
97 void bluetooth::shim::LogMetricA2dpSessionMetricsEvent( in LogMetricA2dpSessionMetricsEvent()
111 void bluetooth::shim::LogMetricHfpPacketLossStats(const RawAddress& raw_address, in LogMetricHfpPacketLossStats()
119 void bluetooth::shim::LogMetricMmcTranscodeRttStats(int maximum_rtt, in LogMetricMmcTranscodeRttStats()
127 void bluetooth::shim::LogMetricReadRssiResult(const RawAddress& raw_address, in LogMetricReadRssiResult()
135 void bluetooth::shim::LogMetricReadFailedContactCounterResult( in LogMetricReadFailedContactCounterResult()
142 void bluetooth::shim::LogMetricReadTxPowerLevelResult( in LogMetricReadTxPowerLevelResult()
[all …]
Dmock_main_shim_le_scanning_manager.cc26 ::BleScannerInterface* bluetooth::shim::get_ble_scanner_instance() { in get_ble_scanner_instance()
30 void bluetooth::shim::init_scanning_manager() { inc_func_call_count(__func__); } in init_scanning_manager()
32 bool bluetooth::shim::is_ad_type_filter_supported() { in is_ad_type_filter_supported()
37 void bluetooth::shim::set_ad_type_rsi_filter(bool /* enable */) { in set_ad_type_rsi_filter()
41 void bluetooth::shim::set_empty_filter(bool /* enable */) { in set_empty_filter()
45 void bluetooth::shim::set_target_announcements_filter(bool /* enable */) { in set_target_announcements_filter()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc158 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in init()
171 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in clean_up()
213 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_exist()
215 return bluetooth::shim::BtifConfigInterface::HasProperty(section, key); in btif_config_exist()
220 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_int()
222 return bluetooth::shim::BtifConfigInterface::GetInt(section, key, value); in btif_config_get_int()
227 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_set_int()
229 return bluetooth::shim::BtifConfigInterface::SetInt(section, key, value); in btif_config_set_int()
234 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_uint64()
236 return bluetooth::shim::BtifConfigInterface::GetUint64(section, key, value); in btif_config_get_uint64()
[all …]
Dbtif_metrics_logging.cc30 bluetooth::shim::LogMetricA2dpAudioUnderrunEvent( in log_a2dp_audio_underrun_event()
39 bluetooth::shim::LogMetricA2dpAudioOverrunEvent( in log_a2dp_audio_overrun_event()
46 bluetooth::shim::LogMetricA2dpPlaybackEvent(address, playback_state, in log_a2dp_playback_event()
56 bluetooth::shim::LogMetricA2dpSessionMetricsEvent( in log_a2dp_session_metrics_event()
65 bluetooth::shim::LogMetricReadRssiResult(address, handle, cmd_status, rssi); in log_read_rssi_result()
72 bluetooth::shim::LogMetricReadFailedContactCounterResult( in log_read_failed_contact_counter_result()
79 bluetooth::shim::LogMetricReadTxPowerLevelResult(address, handle, cmd_status, in log_read_tx_power_level_result()
88 bluetooth::shim::LogMetricSocketConnectionState( in log_socket_connection_state()
95 bluetooth::shim::CountCounterMetrics(key, value); in log_counter_metrics_btif()
100 bluetooth::shim::CallbackLegacy save_device_callback, in init_metric_id_allocator()
[all …]
/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc47 void bluetooth::shim::ACL_CreateClassicConnection( in ACL_CreateClassicConnection()
53 void bluetooth::shim::ACL_CancelClassicConnection( in ACL_CancelClassicConnection()
59 bool bluetooth::shim::ACL_AcceptLeConnectionFrom( in ACL_AcceptLeConnectionFrom()
69 void bluetooth::shim::ACL_IgnoreLeConnectionFrom( in ACL_IgnoreLeConnectionFrom()
75 void bluetooth::shim::ACL_WriteData(uint16_t handle, BT_HDR* p_buf) { in ACL_WriteData()
83 void bluetooth::shim::ACL_Flush(uint16_t handle) { in ACL_Flush()
87 void bluetooth::shim::ACL_SendConnectionParameterUpdateRequest( in ACL_SendConnectionParameterUpdateRequest()
96 void bluetooth::shim::ACL_ConfigureLePrivacy(bool is_le_privacy_enabled) { in ACL_ConfigureLePrivacy()
131 void bluetooth::shim::ACL_Disconnect(uint16_t handle, bool is_classic, in ACL_Disconnect()
139 void bluetooth::shim::ACL_Shutdown() { in ACL_Shutdown()
[all …]
Ddumpsys.cc33 static std::unordered_map<const void*, bluetooth::shim::DumpsysFunction>
38 void bluetooth::shim::RegisterDumpsysFunction(const void* token, in RegisterDumpsysFunction()
46 void bluetooth::shim::UnregisterDumpsysFunction(const void* token) { in UnregisterDumpsysFunction()
53 void bluetooth::shim::Dump(int fd, const char** args) { in Dump()
66 if (bluetooth::shim::Stack::GetInstance()->CallOnModule<shim::Dumpsys>( in Dump()
67 [&promise, fd, args](shim::Dumpsys* mod) { in Dump()
78 bluetooth::shim::Stack::GetInstance()->LockForDumpsys([=]() { in Dump()
79 if (bluetooth::shim::is_gd_stack_started_up()) { in Dump()
80 if (bluetooth::shim::is_gd_dumpsys_module_started()) { in Dump()
81 bluetooth::shim::GetDumpsys()->Dump(fd, args); in Dump()
Dbtm_api.cc34 tBTM_STATUS bluetooth::shim::BTM_ClearEventFilter() { in BTM_ClearEventFilter()
39 tBTM_STATUS bluetooth::shim::BTM_ClearEventMask() { in BTM_ClearEventMask()
45 tBTM_STATUS bluetooth::shim::BTM_ClearFilterAcceptList() { in BTM_ClearFilterAcceptList()
50 tBTM_STATUS bluetooth::shim::BTM_DisconnectAllAcls() { in BTM_DisconnectAllAcls()
56 tBTM_STATUS bluetooth::shim::BTM_SetEventFilterConnectionSetupAllDevices() { in BTM_SetEventFilterConnectionSetupAllDevices()
63 tBTM_STATUS bluetooth::shim::BTM_AllowWakeByHid( in BTM_AllowWakeByHid()
92 tBTM_STATUS bluetooth::shim::BTM_RestoreFilterAcceptList( in BTM_RestoreFilterAcceptList()
114 tBTM_STATUS bluetooth::shim::BTM_SetDefaultEventMaskExcept(uint64_t mask, in BTM_SetDefaultEventMaskExcept()
125 tBTM_STATUS bluetooth::shim::BTM_SetEventFilterInquiryResultAllDevices() { in BTM_SetEventFilterInquiryResultAllDevices()
131 tBTM_STATUS bluetooth::shim::BTM_BleResetId() { in BTM_BleResetId()
[all …]
Dle_scanning_manager.cc129 ::ScanningCallbacks* bluetooth::shim::default_scanning_callback =
131 extern ::ScanningCallbacks* bluetooth::shim::default_scanning_callback;
150 using bluetooth::shim::BleScannerInterfaceImpl;
154 bluetooth::shim::GetScanning()->RegisterScanningCallback(this); in Init()
157 if (bluetooth::shim::GetMsftExtensionManager()) { in Init()
158 bluetooth::shim::GetMsftExtensionManager()->SetScanningCallback(this); in Init()
168 bluetooth::shim::GetScanning()->RegisterScanner(app_uuid); in RegisterScanner()
174 bluetooth::shim::GetScanning()->Unregister(scanner_id); in Unregister()
180 bluetooth::shim::GetScanning()->Scan(start); in Scan()
222 bluetooth::shim::GetScanning()->TrackAdvertiser(filter_index, client_if); in ScanFilterParamSetup()
[all …]
Dshim.cc44 hci = bluetooth::shim::hci_layer_get_interface(); in ShimModuleStartUp()
49 bluetooth::shim::Stack::GetInstance()->StartEverything(); in ShimModuleStartUp()
54 bluetooth::shim::Stack::GetInstance()->Stop(); in GeneralShutDown()
66 bool bluetooth::shim::is_gd_stack_started_up() { in is_gd_stack_started_up()
67 return bluetooth::shim::Stack::GetInstance()->IsRunning(); in is_gd_stack_started_up()
70 bool bluetooth::shim::is_gd_dumpsys_module_started() { in is_gd_dumpsys_module_started()
71 return bluetooth::shim::Stack::GetInstance()->IsDumpsysModuleStarted(); in is_gd_dumpsys_module_started()
74 bool bluetooth::shim::is_classic_discovery_only_enabled() { in is_classic_discovery_only_enabled()
Dle_advertising_manager.cc43 using bluetooth::shim::parse_gap_data;
58 bluetooth::shim::GetAdvertising()->RegisterAdvertisingCallback(this); in Init()
64 bluetooth::shim::GetAdvertising()->RegisterAdvertiser( in RegisterAdvertiser()
65 bluetooth::shim::GetGdShimHandler()->BindOnce( in RegisterAdvertiser()
78 bluetooth::shim::GetAdvertising()->RemoveAdvertiser(advertiser_id); in Unregister()
80 bluetooth::shim::GetAdvertising()->GetAdvertiserRegId(advertiser_id); in Unregister()
93 bluetooth::shim::GetAdvertising()->GetOwnAddress(advertiser_id); in GetOwnAddress()
101 bluetooth::shim::GetAdvertising()->SetParameters(advertiser_id, config); in SetParameters()
109 bluetooth::shim::GetAdvertising()->SetData(advertiser_id, set_scan_rsp, in SetData()
117 bluetooth::shim::GetAdvertising()->EnableAdvertiser( in Enable()
[all …]
Dhci_layer.cc207 bluetooth::shim::GetHciLayer()->EnqueueCommand( in transmit_command()
208 std::move(packet), bluetooth::shim::GetGdShimHandler()->BindOnce( in transmit_command()
212 bluetooth::shim::GetHciLayer()->EnqueueCommand( in transmit_command()
214 bluetooth::shim::GetGdShimHandler()->BindOnce( in transmit_command()
240 bluetooth::shim::GetGdShimHandler()); in transmit_iso_fragment()
244 auto handler = bluetooth::shim::GetGdShimHandler(); in register_event()
245 bluetooth::shim::GetHciLayer()->RegisterEventHandler( in register_event()
250 auto handler = bluetooth::shim::GetGdShimHandler(); in register_le_event()
251 bluetooth::shim::GetHciLayer()->RegisterLeEventHandler( in register_le_event()
273 hci_iso_queue_end = bluetooth::shim::GetHciLayer()->GetIsoQueueEnd(); in register_for_iso()
[all …]
Ddistance_measurement_manager.cc38 bluetooth::shim::GetDistanceMeasurementManager() in Init()
51 bluetooth::shim::GetDistanceMeasurementManager()->StartDistanceMeasurement( in StartDistanceMeasurement()
58 bluetooth::shim::GetDistanceMeasurementManager()->StopDistanceMeasurement( in StopDistanceMeasurement()
172 bluetooth::shim::GetDistanceMeasurementManager()->HandleVendorSpecificReply( in OnVendorSpecificReply()
193 bluetooth::shim::GetDistanceMeasurementManager()->HandleRasConnectedEvent( in OnConnected()
200 bluetooth::shim::GetDistanceMeasurementManager() in OnWriteVendorSpecificReplyComplete()
207 bluetooth::shim::GetDistanceMeasurementManager()->HandleRemoteData( in OnRemoteData()
217 void bluetooth::shim::init_distance_measurement_manager() { in init_distance_measurement_manager()
219 bluetooth::shim::get_distance_measurement_instance()) in init_distance_measurement_manager()
224 bluetooth::shim::get_distance_measurement_instance() { in get_distance_measurement_instance()
Dacl.cc355 void ValidateAclInterface(const shim::legacy::acl_interface_t& acl_interface) { in ValidateAclInterface()
527 const shim::legacy::acl_classic_link_interface_t& interface, in ClassicShimAclConnection()
757 const shim::legacy::acl_classic_link_interface_t interface_;
767 const shim::legacy::acl_le_link_interface_t& interface, in LeShimAclConnection()
894 const shim::legacy::acl_le_link_interface_t interface_;
898 struct shim::legacy::Acl::impl {
1283 if (shim::Stack::GetInstance()->IsRunning()) { in DumpsysAcl()
1284 shim::Stack::GetInstance()->GetAcl()->DumpConnectionHistory(fd); in DumpsysAcl()
1411 void shim::legacy::Acl::Dump(int fd) const { in Dump()
1419 shim::legacy::Acl::Acl(os::Handler* handler, in Acl()
[all …]
Dstack.cc58 namespace shim { namespace
84 modules.add<shim::Dumpsys>(); in StartEverything()
107 stack_manager_.GetInstance<shim::Dumpsys>() != nullptr, in StartEverything()
117 bluetooth::shim::hci_on_reset_complete(); in StartEverything()
118 bluetooth::shim::init_advertising_manager(); in StartEverything()
119 bluetooth::shim::init_scanning_manager(); in StartEverything()
120 bluetooth::shim::init_distance_measurement_manager(); in StartEverything()
152 bluetooth::shim::hci_on_shutting_down(); in Stop()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_devctl.cc190 l2c_link_init(bluetooth::shim::GetController()->GetNumAclPacketBuffers()); in BTM_reset_complete()
196 if (bluetooth::shim::GetController()->SupportsBle() && in BTM_reset_complete()
197 bluetooth::shim::GetController()->SupportsBlePrivacy() && in BTM_reset_complete()
198 bluetooth::shim::GetController()->GetLeResolvingListSize() > 0) { in BTM_reset_complete()
200 bluetooth::shim::GetController()->GetLeResolvingListSize()); in BTM_reset_complete()
209 if (bluetooth::shim::GetController()->SupportsBle()) { in BTM_reset_complete()
210 l2c_link_processs_ble_num_bufs(bluetooth::shim::GetController() in BTM_reset_complete()
231 return bluetooth::shim::GetController() != nullptr; in BTM_IsDeviceUp()
253 if (bluetooth::shim::GetController()->SupportsSco()) { in decode_controller_support()
256 if (bluetooth::shim::GetController()->SupportsHv2Packets()) in decode_controller_support()
[all …]
Dbtm_ble_privacy.cc87 p_q->q_next %= bluetooth::shim::GetController()->GetLeResolvingListSize(); in btm_ble_enq_resolving_list_pending()
112 i %= bluetooth::shim::GetController()->GetLeResolvingListSize(); in btm_ble_brcm_find_resolving_pending_entry()
137 bluetooth::shim::GetController()->GetLeResolvingListSize(); in btm_ble_deq_resolving_pending()
157 if (index < bluetooth::shim::GetController()->GetLeResolvingListSize()) { in btm_ble_clear_irk_index()
178 while (i < bluetooth::shim::GetController()->GetLeResolvingListSize()) { in btm_ble_find_irk_index()
209 if (!bluetooth::shim::GetController()->SupportsBlePrivacy()) in btm_ble_update_resolving_list()
213 if (!bluetooth::shim::GetController()->SupportsBlePrivacy()) { in btm_ble_update_resolving_list()
259 if (bluetooth::shim::GetController()->GetLeResolvingListSize() == 0) in btm_ble_clear_resolving_list_complete()
268 bluetooth::shim::GetController()->GetLeResolvingListSize(); in btm_ble_clear_resolving_list_complete()
445 if (bluetooth::shim::GetController()->GetLeResolvingListSize() == 0) in btm_ble_remove_resolving_list_entry()
[all …]
Dbtm_ble_bgconn.cc112 if (!bluetooth::shim::GetController()->SupportsBle()) { in BTM_AcceptlistAdd()
117 return bluetooth::shim::ACL_AcceptLeConnectionFrom( in BTM_AcceptlistAdd()
123 if (!bluetooth::shim::GetController()->SupportsBle()) { in BTM_AcceptlistRemove()
128 bluetooth::shim::ACL_IgnoreLeConnectionFrom( in BTM_AcceptlistRemove()
135 if (!bluetooth::shim::GetController()->SupportsBle()) { in BTM_AcceptlistClear()
139 bluetooth::shim::ACL_IgnoreAllLeConnections(); in BTM_AcceptlistClear()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/shim/
DShimUtilsTest.java17 package com.android.internal.net.ipsec.test.ike.shim;
28 final ShimUtils shim = ShimUtils.getInstance(); in testGetInstance() local
29 assertTrue(shim instanceof ShimUtils); in testGetInstance()
31 assertTrue(shim instanceof ShimUtilsMinV); in testGetInstance()
33 assertTrue(shim instanceof ShimUtilsU); in testGetInstance()
35 assertTrue(shim instanceof ShimUtilsT); in testGetInstance()
37 assertTrue(shim instanceof ShimUtilsRAndS); in testGetInstance()
/packages/modules/Bluetooth/system/stack/metrics/
Dstack_metrics_logging.cc30 bluetooth::shim::LogMetricClassicPairingEvent(address, handle, hci_cmd, in log_classic_pairing_event()
40 bluetooth::shim::LogMetricLinkLayerConnectionEvent( in log_link_layer_connection_event()
48 bluetooth::shim::LogMetricSmpPairingEvent(address, smp_cmd, direction, in log_smp_pairing_event()
55 bluetooth::shim::LogMetricSdpAttribute(address, protocol_uuid, attribute_id, in log_sdp_attribute()
67 bluetooth::shim::LogMetricManufacturerInfo( in log_manufacturer_info()
74 bluetooth::shim::CountCounterMetrics(key, value); in log_counter_metrics()
81 bluetooth::shim::LogMetricHfpPacketLossStats(address, num_decoded_frames, in log_hfp_audio_packet_loss_stats()
87 bluetooth::shim::LogMetricMmcTranscodeRttStats(maximum_rtt, mean_rtt, in log_mmc_transcode_rtt_stats()
/packages/modules/Bluetooth/system/main/
DAndroid.bp185 "shim/acl.cc",
186 "shim/acl_api.cc",
187 "shim/acl_legacy_interface.cc",
188 "shim/btm_api.cc",
189 "shim/config.cc",
190 "shim/distance_measurement_manager.cc",
191 "shim/dumpsys.cc",
192 "shim/hci_layer.cc",
193 "shim/le_advertising_manager.cc",
194 "shim/le_scanning_manager.cc",
[all …]
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_stack_dumpsys_test.cc120 bluetooth::shim::Stack::GetInstance()->StartModuleStack(&modules_, in Start()
122 bluetooth::shim::Stack::GetInstance()->GetHandler()->Call( in Start()
129 bluetooth::shim::Stack::GetInstance()->Stop(); in Stop()
136 return bluetooth::shim::Stack::GetInstance() in GetUnsafeModule()
219 bool is_running = bluetooth::shim::Stack::GetInstance()->IsRunning(); in is_stack_running()
383 StackManager()->AddModule<bluetooth::shim::Dumpsys>(); in SetUp()
387 bluetooth::shim::RegisterDumpsysFunction((void*)this, [](int fd) { in SetUp()
393 bluetooth::shim::UnregisterDumpsysFunction((void*)this); in TearDown()
570 ASSERT_NE(nullptr, bluetooth::shim::GetDumpsys()); in TEST_F()
575 bluetooth::shim::Stack::GetInstance() in TEST_F()
[all …]

123456789