Searched refs:a2dpInstance_ (Results 1 – 2 of 2) sorted by relevance
32 A2dpSource *AudioA2dpManager::a2dpInstance_ = nullptr; member in OHOS::Bluetooth::AudioA2dpManager107 a2dpInstance_ = A2dpSource::GetProfile(); in RegisterBluetoothA2dpListener()109 a2dpInstance_->RegisterObserver(a2dpListener_); in RegisterBluetoothA2dpListener()118 a2dpInstance_ = nullptr; in UnregisterBluetoothA2dpListener()144 a2dpInstance_ = A2dpSource::GetProfile(); in SetActiveA2dpDevice()162 a2dpInstance_ = A2dpSource::GetProfile(); in GetActiveA2dpDevice()180 a2dpInstance_ = A2dpSource::GetProfile(); in GetA2dpDeviceStreamInfo()194 a2dpInstance_ = A2dpSource::GetProfile(); in HasA2dpDeviceConnected()195 CHECK_AND_RETURN_RET(a2dpInstance_, false); in HasA2dpDeviceConnected()258 if (a2dpInstance_ == nullptr) { in CheckA2dpDeviceReconnect()[all …]
86 static A2dpSource *a2dpInstance_;