Searched refs:ModuleBluetooth (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/hardware/interfaces/audio/aidl/default/bluetooth/ |
H A D | ModuleBluetooth.cpp | 83 ModuleBluetooth::ModuleBluetooth(std::unique_ptr<Module::Configuration>&& config) in ModuleBluetooth() function in aidl::android::hardware::audio::core::ModuleBluetooth 94 ndk::ScopedAStatus ModuleBluetooth::getBluetoothA2dp( in getBluetoothA2dp() 101 ndk::ScopedAStatus ModuleBluetooth::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe() 107 ChildInterface<BluetoothA2dp>& ModuleBluetooth::getBtA2dp() { in getBtA2dp() 110 handle->registerHandler(std::bind(&ModuleBluetooth::bluetoothParametersUpdated, this)); in getBtA2dp() 116 ChildInterface<BluetoothLe>& ModuleBluetooth::getBtLe() { in getBtLe() 119 handle->registerHandler(std::bind(&ModuleBluetooth::bluetoothParametersUpdated, this)); in getBtLe() 125 ModuleBluetooth::BtProfileHandles ModuleBluetooth::getBtProfileManagerHandles() { in getBtProfileManagerHandles() 129 ndk::ScopedAStatus ModuleBluetooth::getMicMute(bool* _aidl_return __unused) { in getMicMute() 134 ndk::ScopedAStatus ModuleBluetooth::setMicMute(bool in_mute __unused) { in setMicMute() [all …]
|
H A D | StreamBluetooth.cpp | 54 ModuleBluetooth::BtProfileHandles&& btHandles, in StreamBluetooth() 60 mBluetoothA2dp(std::move(std::get<ModuleBluetooth::BtInterface::BTA2DP>(btHandles))), in StreamBluetooth() 61 mBluetoothLe(std::move(std::get<ModuleBluetooth::BtInterface::BTLE>(btHandles))), in StreamBluetooth() 243 ModuleBluetooth::BtProfileHandles&& btProfileHandles, in StreamInBluetooth() 265 ModuleBluetooth::BtProfileHandles&& btProfileHandles, in StreamOutBluetooth()
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/include/core-impl/ |
H A D | StreamBluetooth.h | 40 ModuleBluetooth::BtProfileHandles&& btHandles, 84 ModuleBluetooth::BtProfileHandles&& btHandles, 107 ModuleBluetooth::BtProfileHandles&& btHandles,
|
H A D | ModuleBluetooth.h | 27 class ModuleBluetooth final : public Module { 34 ModuleBluetooth(std::unique_ptr<Configuration>&& config);
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/ |
H A D | Android.bp | 72 "bluetooth/ModuleBluetooth.cpp",
|
H A D | Module.cpp | 124 return ndk::SharedRefBase::make<ModuleBluetooth>(std::move(config)); in createInstance()
|
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.5.ninja | 1655084 …armv8-2a_cortex-a55_static/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.o $ 1655694 …rmv8-2a_cortex-a55_static/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.o: $ 1655696 hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.cpp | $ 1655698 …vendor_arm64_armv8-2a_cortex-a55_static.moduleDesc}clang++ bluetooth/ModuleBluetooth.cpp${m.libaud… 1655705 …8-2a_cortex-a55_static/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.tidy: $ 1655707 hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.cpp | $ 1655710 …dor_arm64_armv8-2a_cortex-a55_static.moduleDesc}clang-tidy bluetooth/ModuleBluetooth.cpp${m.libaud… 1656229 …armv8-2a_cortex-a55_static/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.o $ 1656769 …rtex-a55_static_apex10000/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.o: $ 1656771 hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.cpp | $ [all …]
|
D | late-aosp_shiba.mk | 849909 …_armv8-2a_cortex-a55_static/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.o\ 849947 …cortex-a55_static_apex10000/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.o\ 849986 …mv8-2a_cortex-a55_static/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.tidy\ 850024 …tex-a55_static_apex10000/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.tidy\ 850063 …_armv8-2a_cortex-a55_static/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.o\ 850102 …mv8-2a_cortex-a55_static/obj/hardware/interfaces/audio/aidl/default/bluetooth/ModuleBluetooth.tidy\
|