Searched refs:A2dpCodecInfo (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_codec.h | 39 struct A2dpCodecInfo { struct 75 A2dpCodecInfo codecInfo; 78 std::vector<A2dpCodecInfo> codecInfoLocalCap; 81 std::vector<A2dpCodecInfo> codecInfoConfirmedCap;
|
H A D | bluetooth_a2dp_src.h | 71 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error) in OnConfigurationChanged() 270 int GetCodecPreference(const BluetoothRemoteDevice &device, A2dpCodecInfo &info); 280 int SetCodecPreference(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 540 static void ConvertCodecType(A2dpCodecInfo &a2dpCodecInfo, int32_t codecType) in ConvertCodecType() 548 static void ConvertCodecBitsPerSample(A2dpCodecInfo &a2dpCodecInfo, int32_t codecBitsPerSample) in ConvertCodecBitsPerSample() 556 static void ConvertCodecChannelMode(A2dpCodecInfo &a2dpCodecInfo, int32_t codecChannelMode) in ConvertCodecChannelMode() 564 static void ConvertCodecSampleRate(A2dpCodecInfo &a2dpCodecInfo, int32_t codecSampleRate) in ConvertCodecSampleRate() 604 static void ConvertCodecInfoToJs(napi_env env, napi_value &object, const A2dpCodecInfo &a2dpCodecInfo) in ConvertCodecInfoToJs() 606 // convert A2dpCodecInfo to CodecInfo in ConvertCodecInfoToJs() 625 std::string &addr, A2dpCodecInfo &a2dpCodecInfo) in CheckSetCodecPreferenceParam() 653 A2dpCodecInfo a2dpCodecInfo; in SetCurrentCodecInfo() 673 A2dpCodecInfo a2dpCodecInfo; in GetCurrentCodecInfo()
|
/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_src_test.cpp | 36 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error){} in OnConfigurationChanged() 299 A2dpCodecInfo info; in HWTEST_F()
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 40 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error);
|
H A D | audio_bluetooth_manager.cpp | 52 static bool GetAudioStreamInfo(A2dpCodecInfo codecInfo, AudioStreamInfo &audioStreamInfo) in GetAudioStreamInfo() 325 void AudioA2dpListener::OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &codecInfo, in OnConfigurationChanged()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 86 A2dpCodecInfo codecInfo; 398 A2dpCodecInfo serviceInfo; in GetCodecStatus() 419 int A2dpSource::GetCodecPreference(const BluetoothRemoteDevice &device, A2dpCodecInfo &info) in GetCodecPreference() 447 int A2dpSource::SetCodecPreference(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info) in SetCodecPreference()
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 104 const Bluetooth::A2dpCodecInfo &info, int error) override {};
|
Completed in 8 milliseconds