Home
last modified time | relevance | path

Searched refs:GetInterfaceToProfiles (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc163 GetInterfaceToProfiles()->events->invoke_thread_evt_cb(ASSOCIATE_JVM); in btif_init_bluetooth()
206 GetInterfaceToProfiles()->events->invoke_adapter_properties_cb( in btif_enable_bluetooth_evt()
218 GetInterfaceToProfiles()->onBluetoothEnabled(); in btif_enable_bluetooth_evt()
259 GetInterfaceToProfiles()->events->invoke_thread_evt_cb(DISASSOCIATE_JVM); in btif_cleanup_bluetooth()
364 GetInterfaceToProfiles()->events->invoke_adapter_properties_cb( in btif_in_get_adapter_properties()
410 GetInterfaceToProfiles()->events->invoke_remote_device_properties_cb( in btif_in_get_remote_device_properties()
420 GetInterfaceToProfiles()->events->invoke_adapter_properties_cb(status, 1, in btif_core_storage_adapter_write()
426 GetInterfaceToProfiles()->events->invoke_adapter_properties_cb( in btif_adapter_properties_evt()
431 GetInterfaceToProfiles()->events->invoke_remote_device_properties_cb( in btif_remote_properties_evt()
536 if (GetInterfaceToProfiles()->config->isA2DPOffloadEnabled() == false) { in btif_get_adapter_property()
[all …]
Dbtif_dm.cc344 return GetInterfaceToProfiles()->toggleProfile(service_id, b_enable); in btif_in_execute_service_request()
588 GetInterfaceToProfiles()->events->invoke_bond_state_changed_cb( in bond_state_changed()
630 GetInterfaceToProfiles()->events->invoke_bond_state_changed_cb( in bond_state_changed()
742 GetInterfaceToProfiles()->events->invoke_remote_device_properties_cb( in btif_update_remote_properties()
750 if (!GetInterfaceToProfiles() in is_device_le_audio_capable()
788 if (!GetInterfaceToProfiles() in is_le_audio_capable_during_service_discovery()
864 GetInterfaceToProfiles()->profileSpecific_HACK->btif_hh_connect( in btif_dm_cb_create_bond()
1056 GetInterfaceToProfiles()->events->invoke_pin_request_cb( in btif_dm_pin_req_evt()
1132 GetInterfaceToProfiles()->events->invoke_ssp_request_cb( in btif_dm_ssp_cfm_req_evt()
1163 GetInterfaceToProfiles()->events->invoke_ssp_request_cb( in btif_dm_ssp_key_notif_evt()
[all …]
Dstack_manager.cc137 bluetooth::core::CoreInterface* GetInterfaceToProfiles() { in GetInterfaceToProfiles() function
431 GetInterfaceToProfiles()->events->invoke_adapter_state_changed_cb( in event_signal_stack_up()
436 GetInterfaceToProfiles()->events->invoke_adapter_state_changed_cb( in event_signal_stack_down()
Dbtif_storage.cc117 if (GetInterfaceToProfiles()->config->isRestrictedMode()) { in btif_storage_set_mode()
948 GetInterfaceToProfiles()->events->invoke_address_consolidate_cb( in btif_storage_load_le_devices()
952 GetInterfaceToProfiles()->events->invoke_le_address_associate_cb( in btif_storage_load_le_devices()
1309 GetInterfaceToProfiles()->events->invoke_remote_device_properties_cb( in btif_storage_invoke_addr_type_update()
Dbtif_bqr.cc662 GetInterfaceToProfiles()->events->invoke_link_quality_report_cb( in AddLinkQualityEventToQueue()
Dbtif_av.cc1188 GetInterfaceToProfiles()->config->isA2DPOffloadEnabled(); in Init()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc317 GetInterfaceToProfiles()->msbcCodec->decodePacket( in handle_bad_frames()
672 GetInterfaceToProfiles()->msbcCodec->initialize(); in init()
685 GetInterfaceToProfiles()->msbcCodec->cleanup(); in cleanup()
755 if (!GetInterfaceToProfiles()->msbcCodec->decodePacket( in decode()
797 GetInterfaceToProfiles()->msbcCodec->encodePacket(data, pkt_body); in encode()
1107 GetInterfaceToProfiles()->lc3Codec->initialize(); in init()
1123 GetInterfaceToProfiles()->lc3Codec->cleanup(); in cleanup()
1188 bool plc_conducted = !GetInterfaceToProfiles()->lc3Codec->decodePacket( in decode()
1223 return GetInterfaceToProfiles()->lc3Codec->encodePacket(data, pkt_body); in encode()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_stack_manager.cc35 bluetooth::core::CoreInterface* GetInterfaceToProfiles() { in GetInterfaceToProfiles() function
/packages/modules/Bluetooth/system/btif/include/
Dstack_manager_t.h45 bluetooth::core::CoreInterface* GetInterfaceToProfiles();
/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc37 extern bluetooth::core::CoreInterface* GetInterfaceToProfiles();
128 GetInterfaceToProfiles()->msbcCodec = &msbc_codec; in SetUp()
129 GetInterfaceToProfiles()->lc3Codec = &lc3_codec; in SetUp()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dl2cap_fuzzer.cc116 GetInterfaceToProfiles()->profileSpecific_HACK->GetHearingAidDeviceCount = in FakeBtStack()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc302 GetInterfaceToProfiles()->profileSpecific_HACK->AVRC_GetProfileVersion = in SetUp()
326 GetInterfaceToProfiles()->profileSpecific_HACK->AVRC_GetProfileVersion = in TearDown()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc597 GetInterfaceToProfiles()->events->invoke_remote_device_properties_cb( in check_cached_model_name()
619 GetInterfaceToProfiles()->events->invoke_remote_device_properties_cb( in read_dis_cback()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc1413 if (!GetInterfaceToProfiles()->config->isAndroidTVDevice() && in smp_decide_association_model()
1804 if (!GetInterfaceToProfiles()->config->isAndroidTVDevice() && in smp_process_peer_nonce()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc948 if (GetInterfaceToProfiles()->profileSpecific_HACK->bta_hh_read_ssr_param( in bta_dm_pm_ssr()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc1400 if (GetInterfaceToProfiles() in L2CA_AdjustConnectionIntervals()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc1485 ? GetInterfaceToProfiles() in sdpu_set_avrc_target_version()