Home
last modified time | relevance | path

Searched refs:PROFILE_A2DP_SINK (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp94 profileRegisterId = BluetoothProfileManager::GetInstance().RegisterFunc(PROFILE_A2DP_SINK, in impl()
106 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in ~impl()
145 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetDeviceState()
164 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetDevicesByStates()
189 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetPlayingState()
210 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetPlayingState()
229 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in Connect()
249 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in Disconnect()
280 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in SetConnectStrategy()
301 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetConnectStrategy()
[all...]
H A Dbluetooth_device_class.cpp52 } else if (profileId == BluetoothDevice::PROFILE_A2DP_SINK) { in IsProfileSupported()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_device.h193 static const int PROFILE_A2DP_SINK = 6; member in OHOS::Bluetooth::BluetoothDevice
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp110 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_A2DP_SINK, "PROFILE_A2DP_SINK"); in ProfileIdInit()
H A Dnapi_bluetooth_utils.cpp350 case static_cast<int32_t>(ProfileId::PROFILE_A2DP_SINK): in GetProfileId()
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp46 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SINK, napiProfile); in DefineA2dpSinkJSClass()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h36 constexpr const char *PROFILE_A2DP_SINK = "A2dpSnkServer"; member
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h417 PROFILE_A2DP_SINK = 0, enumerator
/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp75 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_A2DP_SINK, "PROFILE_A2DP_SINK"); in ProfileIdInit()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp670 servers_.EnsureInsert(PROFILE_A2DP_SINK, a2dpSink->AsObject()); in createServers()

Completed in 9 milliseconds